AhmetSinav
IS-IT--Management
Hi;
how can i get the field list from specifed table.
Best Regards.
how can i get the field list from specifed table.
Best Regards.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
FOR EACH _File NO-LOCK WHERE _File._File-name = '_Field',
EACH _Field OF _File NO-LOCK:
DISPLAY _Field._Field-name.
END.