V
Valeriy Bashkatov
Guest
>>I should ignore the schema holder? I think Yes. >>How can I recognize a schema holder? Something like that: DEFINE VARIABLE iDatabase AS INTEGER NO-UNDO. do iDatabase = 1 to num-dbs: IF DBTYPE(iDatabase) <> "PROGRESS" then message "Shema Holder is " SDBNAME(iDatabase) view-as alert-box. end.
Continue reading...
Continue reading...