FRM-41079: Error adding Group column [message #667302] |
Wed, 20 December 2017 03:34 |
|
Poovaraghavan
Messages: 13 Registered: August 2017
|
Junior Member |
|
|
[MERGED by LF]
Hi Friends,
I am getting a error message, while double clicking on a column in one form which is calling another form with below code....
Error Msg : FRM-41079: Error adding Group column
Error coming in the below line....
CALL_FORM(X_executable_name,X_display,DO_REPLACE,X_query_mode,X_data_mode,X_paramlist_id);
Please help me to out from this issue,
Thanks in advance.
[Updated on: Tue, 02 January 2018 08:28] by Moderator Report message to a moderator
|
|
|
|
|
Re: FRM-41079: Error adding Group column [message #667317 is a reply to message #667314] |
Wed, 20 December 2017 09:16 |
cookiemonster
Messages: 13962 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
I don't see any way call_form can throw that error.
So more likely it's the pre-form or when-new-form-instance in the form being called. If either of those fail the called form won't start and you'll end up back in the caller.
So go have a look at the code in the form you're calling.
And stop being so impatient - As joy indicated, we aren't being paid to help you after all.
|
|
|
|
|
|
|
|
|
|
|