Any idea to evaluate field from db indirectly ?

legionar

New Member
Hi!

Suppose v. 9.1d:

def var p-file as c no-undo init 'name-of-db-file'.
def var p-field as c no-undo init 'name-of-db-field-of-file'.

How to get the specific file data without compiling 'on-the-fly'.
Something like: display (value p-file).(value p-field) ?
(Of course, this is non-sense. But I need to address fields indirectly!)

I can do it, but for that I need a full version of Progress. :mad:
 
Back
Top