Forms-Based Application Development Tools User Guide
>
Part 5: 4GL
>
J. Notes for Users of QUEL
>
QUEL Notes for the Using 4GL Chapter
>
Query Assignment to a Table Field
Was this helpful?
Query Assignment to a Table Field
A QUEL example of a retrieval into a table field is shown below:
partstbl := retrieve (parts.no, parts.name,
parts.price);
Last modified date: 08/28/2024
This site works best with JavaScript enabled