Generate code automatically

devspn

New Member
Hello,
I'm generating code automatically....
I wish create a SDO V10 from SmartBrowse V8....

I need to generate this block of SDO code.

&ANALYZE-SUSPEND _QUERY-BLOCK QUERY Query-Main
/* Query rebuild information for SmartDataObject Query-Main
_TblList = "tlmp-c.gmdisas"
_Options = "NO-LOCK INDEXED-REPOSITION"
_FldNameList[1] > tlmp-c.gmdisas.abr_sas
"abr_sas" "abr_sas" ? ? "character" ? ? ? ? ? ? yes ? no 10.8 yes ?
_FldNameList[2] > tlmp-c.gmdisas.cem_sas
"cem_sas" "cem_sas" ? ? "logical" ? ? ? ? ? ? yes ? no 4.6 yes ?
_FldNameList[3] > tlmp-c.gmdisas.char1_gmdisas
"char1_gmdisas" "char1_gmdisas" ? ? "character" ? ? ? ? ? ? yes ? no 10.4 yes ?
_FldNameList[4] > tlmp-c.gmdisas.char2_gmdisas
"char2_gmdisas" "char2_gmdisas" ? ? "character" ? ? ? ? ? ? yes ? no 10.4 yes ?
_Design-Parent is WINDOW dTables @ ( 1.14 , 2.6 )
*/ /* QUERY Query-Main */
&ANALYZE-RESUME

Can I help me....??? I need to know what is the mining of the parameters in red.
1.- Field Name.
2.- Name of the field.
3.- Col Label.
4.- Format
5.- Type
......
......
Anybody knows the others !!!!!!

Thanks in advance.
Excuses for my English.
devspn.
 
Back
Top