Edit Extended

HMG en Español

Moderator: Rathinagiri

Post Reply
JALMAG
Posts: 262
Joined: Sun Jan 10, 2010 7:05 pm
DBs Used: DBF, MariaDB
Location: España - Spain

Edit Extended

Post by JALMAG »

Hola amigos, quiero utilizar EDit Extended para maejar una base de datos, ahora bien algun campo es el campo de otra base de datos; indagando en la ayuda he encontrado que existe una opción llamada TABLEVIEW, ¿que es esto?

Gracias.

EDIT EXTENDED
[ WORKAREA <cWorkArea> ]
[ TITLE <cTitle> ]
[ FIELDNAMES <acFieldNames> ]
[ FIELDMESSAGES <acFieldMessages> ]
[ FIELDENABLED <alFieldView> ]
[ TABLEVIEW <alTableView> ]
[ OPTIONS <aOptions> ]
[ ON SAVE <bSave> ]
[ ON FIND <bFind> ]
[ ON PRINT <bPrint> ]
User avatar
gfilatov
Posts: 1057
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Edit Extended

Post by gfilatov »

JALMAG wrote:Hola amigos, quiero utilizar EDit Extended para maejar una base de datos, ahora bien algun campo es el campo de otra base de datos; indagando en la ayuda he encontrado que existe una opción llamada TABLEVIEW, ¿que es esto?
Hola,

Please take a look for the following description in the source:
...
* [alTableView] Matriz de valores lуgicos que indica si el campo referenciado
* por la matriz es visible en la tabla. Tiene que tener el mismo
* numero de elementos que campos la bdd. Por defecto toma todos
* los valores como verdaderos ( .t. ).
*
* Array of logical values that it indicates if the referenced field
* by the array is visible in the table. It must have the same one
* number of elements as fields count of edited dbf.
* By default it takes all the values as true (t.).
...
I hope that helps.
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
JALMAG
Posts: 262
Joined: Sun Jan 10, 2010 7:05 pm
DBs Used: DBF, MariaDB
Location: España - Spain

Re: Edit Extended

Post by JALMAG »

gfilatov wrote:
JALMAG wrote:Hola amigos, quiero utilizar EDit Extended para maejar una base de datos, ahora bien algun campo es el campo de otra base de datos; indagando en la ayuda he encontrado que existe una opción llamada TABLEVIEW, ¿que es esto?
Hola,

Please take a look for the following description in the source:
...
* [alTableView] Matriz de valores lуgicos que indica si el campo referenciado
* por la matriz es visible en la tabla. Tiene que tener el mismo
* numero de elementos que campos la bdd. Por defecto toma todos
* los valores como verdaderos ( .t. ).
*
* Array of logical values that it indicates if the referenced field
* by the array is visible in the table. It must have the same one
* number of elements as fields count of edited dbf.
* By default it takes all the values as true (t.).
...
I hope that helps.
Es un gran honor y un enorme place tener respuesta de un gran maestro.
Gracias.

It is a great honor and an enormous place to have response of a great teacher.
Thank you
Post Reply