Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

commiting form

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
BEGIN
GO_BLOCK('CALLER');
COMMIT_FORM;
END;
What do I need to do to get this to work for me.
My canvas has two blocks. The first block is like a lookup table.
I search for an info. If that info is available, I store populate the second block with that info and save it in that second block.
The problem that I am running into is if I attempt to save my info in that second block, as long as the search result is displayed on the first block, I get error 'Unable to insert'.
The way for me to insert is to clear records in the first block and then save on the second block. This is going to be very annoying to my client.
Any suggestion would be appreciated.
Thanks,
Sam
 
you can set the insert_allowed and update_allowed of first block to No. Then users can just use F7 and F8 , then when a user select the appropriate record (for example by doubl click on it ) , then you can fill the second block.
Narci
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top