frm-40734 internal pl/sql error [message #195975] |
Tue, 03 October 2006 07:06  |
elsy
Messages: 40 Registered: August 2006 Location: Kuwait
|
Member |

|
|
Dear Experts,
I am using forms 6i. In my program
i am using win_api_dialog.select_printer.I am getting this error frm-40734.
if I remove it all works fine. Kindly help me .
Thanks and regards
Elsy
|
|
|
|
|
Re: frm-40734 internal pl/sql error [message #197073 is a reply to message #196784] |
Mon, 09 October 2006 21:12   |
 |
djmartin
Messages: 10180 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Have you solved your problem?
Try doing a Ctrl-Shft-K (compile all) and then a Ctrl-T (Generate) of your form. If this doesn't work. Try closing your Form Builder, opening it again but making sure that there are no object libraries or PLLs being opened automatically. Sign-on to your database, open the form, drop the pll, save and close the form and builder. Delete the plx file. Open the builder, open the form, attach the library, then Ctrl-Shft-k and Ctrl-T, save and close the form. Run it. If it still fails, close the Form Builder, open it again, sign-on, open the d2kwutil library, Ctrl-Shft-K the library, save and close it. Open the form, drop the library, reattach it, Ctrl-Shft-K, Ctrl-T.
You could of course try the demo form for d2kwutil and use it to verify that the printer box is opening.
David
|
|
|
Re: frm-40734 internal pl/sql error [message #252437 is a reply to message #195975] |
Wed, 18 July 2007 17:02   |
e_ortiz82
Messages: 1 Registered: July 2007 Location: Guatemala, Puerto Quetzal
|
Junior Member |
|
|
while we were debugging a form because this error, we got a message indicating a missing DLL, its name 'd2kwut32.dll'. This Dll must be located in C:ORANT\BIN directory, then the problem is solved.
Regards
|
|
|
|
|
|