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> ]
Edit Extended
Moderator: Rathinagiri
- gfilatov
- Posts: 591
- Joined: Fri Aug 01, 2008 5:42 am
- Location: Ukraine
- Has thanked: 17 times
- Been thanked: 161 times
- Contact:
Hola,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?
Please take a look for the following description in the source:
I hope that helps....
* [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.).
...
Kind Regards,
Grigory Filatov
"Everything should be made as simple as possible, but no simpler." Albert Einstein
Grigory Filatov
"Everything should be made as simple as possible, but no simpler." Albert Einstein
-
- Posts: 189
- Joined: Sun Jan 10, 2010 7:05 pm
- DBs Used: DBF
- Location: España - Spain
- Has thanked: 1 time
- Been thanked: 1 time
Es un gran honor y un enorme place tener respuesta de un gran maestro.gfilatov wrote:Hola,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?
Please take a look for the following description in the source:I hope that helps....
* [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.).
...
Gracias.
It is a great honor and an enormous place to have response of a great teacher.
Thank you