when button pressed [message #312553] |
Wed, 09 April 2008 04:14  |
bluerratiq
Messages: 22 Registered: March 2008 Location: Bucharest
|
Junior Member |
|
|
so i am trying to call some procedures when pressing a button(getting the parameters from the user), then clear all the fields entered (not to be entered twice) and then change to block.
i don't know what is happening exactly, because when the button is pressed, normally all the procedures should be called and then go to main menu ... but it does not happen anything when the button is pressed ... anyone knows why ?
please check the image attached
any tip is greatly appreciated
thanks guys
-
Attachment: ISSUE.JPG
(Size: 75.44KB, Downloaded 606 times)
[Updated on: Wed, 09 April 2008 04:17] Report message to a moderator
|
|
|
|
Re: when button pressed [message #312556 is a reply to message #312555] |
Wed, 09 April 2008 04:29   |
bluerratiq
Messages: 22 Registered: March 2008 Location: Bucharest
|
Junior Member |
|
|
at least it should change the block ...
i've checked in the tables and no changes were made (these procedures update some fields in some tables if a certain condition is met)
calling them from toad, the procedures are ok, but here I guess that is a conflict when assigning those bind variables to the parameters ... but I cant figure out what is exactly
|
|
|
|
|
|
Re: when button pressed [message #312987 is a reply to message #312930] |
Thu, 10 April 2008 04:53  |
bluerratiq
Messages: 22 Registered: March 2008 Location: Bucharest
|
Junior Member |
|
|
DATE_UPDATER(:CHECKOUT_BOOK.COD_CARTE,:CHECKOUT_BOOK.COD_CLIENT);
DATE_REFRESHER(:CHECKOUT_BOOK.COD_CARTE);
UPDATE_STOC_EXISTENT(:CHECKOUT_BOOK.COD_CARTE);
CLEAR_BLOCK(NO_VALIDATE);
GO_BLOCK('MAIN_MENU');
|
|
|