Home » Developer & Programmer » Forms » frm-10043 cannot open file (oracle forms,9i,linux)
icon8.gif  frm-10043 cannot open file [message #326570] Thu, 12 June 2008 00:46 Go to next message
canny
Messages: 10
Registered: December 2006
Junior Member
hi friends
i have been trying to replace a string in the .fmb file

My coding is like this......

cd path_name
ls | grep javascript:history.back * > mig
mkdir tempo
for y in `awk '{print $3}' mig`
do
echo $y
sed -e 's/javascript:history.back()/back/g'< $y>/path_name/tempo/$y
done

my string replacement in the file was successful.but,i cannot open the file in the object navigator....even i cant open the source file .The error is "FRM-10043 cannot open file"
what could be the problem???
show some light over this

Regards
Canny
Re: frm-10043 cannot open file [message #326582 is a reply to message #326570] Thu, 12 June 2008 01:04 Go to previous messageGo to next message
Frank
Messages: 7901
Registered: March 2000
Senior Member
.fmb files are binary. You should not mess with those.
If you want to do changes outside of forms, try converting to text first. But that too is no guarantee that your form will be usable.
Re: frm-10043 cannot open file [message #335623 is a reply to message #326570] Wed, 23 July 2008 00:36 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Did you solve your problem?

David
Re: frm-10043 cannot open file [message #335668 is a reply to message #335623] Wed, 23 July 2008 04:08 Go to previous message
canny
Messages: 10
Registered: December 2006
Junior Member
Couldnt make out by script...so i did manually in all the forms
Previous Topic: run forms 6i on forms server
Next Topic: Multiple applet in same oracle session
Goto Forum:
  


Current Time: Wed Mar 12 01:24:46 CDT 2025