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
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