| global variable and execute query [message #348671] |
Wed, 17 September 2008 09:27  |
maher534510
Messages: 25 Registered: September 2008 Location: jordan
|
Junior Member |
|
|
i have table contains offices_data
and office_id is number
form contains buttons each buttons contain global variable with office_id example : global.p_office_id=101;
101 refer to office_id "data was saved in that table"
when button pressed result will open new form contain data of that office
example : if button 101 global variable
when pressed will open new form contain data of 101 office
i was write in the form of data
:office_id:=:global.p_office_ID;
EXECUTE_QUERY;
BUT THIS CODE DOES NOT PERFORM ANY TASK
HOW I CAN DO THIS TASK ?
|
|
|
|
|
|
|
|
|
|