Page 1 of 1

Edit Extended

Posted: Mon Apr 05, 2010 9:38 am
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> ]

Re: Edit Extended

Posted: Mon Apr 05, 2010 5:21 pm
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.

Re: Edit Extended

Posted: Mon Apr 05, 2010 7:16 pm
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