URGENT QUESTION on query/browse

nate100

Member
Hello,
I have a temp table. From the temp table. In the temp table, I have 2 fields
1) Name - Will be name of person
2) Delivered (will be YES/NO)

I like to create a query browse where I can update only the Delivered field for each name.
Once done, I like the info in the query to go back in the temp table.

If you can please show me a sample code on how to do this as I cannot find it. I am aware on how to create the temp table, but not sure how to create the query browse to update the Delivered field.

Thank you.
 
See the chapter "Using the Browse" in the ABL handbook for a guide with sample code.
The browse-enable-phrase of the define browse statement is probably what you need.
 
Back
Top