FRM-40208 form running inquery only cannot change database fields. [message #87081] |
Sat, 04 December 2004 21:32  |
Jamil
Messages: 13 Registered: December 2003
|
Junior Member |
|
|
Dear Friend
I got this message FRM-40208 form running inquery only cannot change database fields.
this happened only when I run the program through the application menu program
But when I run the program alone it is not give this message and it is inserting
Without any problem, and I call the program from the menu as follow:
BEGIN
OPEN_FORM('C:My DocumentsTECHBUSINESS_TYPE.FMX',ACTIVATE,SESSION);
END;
Any help well be appreciated
Best Regards
Jamil
|
|
|
partial sol [message #87094 is a reply to message #87081] |
Mon, 06 December 2004 02:09  |
 |
vamsi kasina
Messages: 2112 Registered: October 2003 Location: Cincinnati, OH
|
Senior Member |
|
|
If the form that issues the OPEN_FORM built-in is running in QUERY_ONLY mode, then the opened form will also run in QUERY_ONLY mode.
check the called form is in query_only mode or not
by
vamsi
|
|
|