li_rc = ids_messages.ImportFile(is_msgfile)
The strange thing is that this works fine in development environment but
once built the return code from ImportFile is null. I have put a couple of
debug message boxes in to show that the file can be opened and to show the
exact path. The file exists in the specified location and contains
records.
As anyone come across this before or have any suggestions?
Thanks
Rebecca
li_Rc = ids_messages.ImportFile(Text!, is_msgfile, 1, 100, 1)
li_Rc = ids_messages.ImportFile(Text!, is_msgfile, 1, 20, 1)
It still results in a null return code only after it's been built.
This is code in pfcapsrv.pbl, pfc_n_cst_error, of_LoadPredefinedMsg
function.
--
Terry Dykstra (TeamSybase)
Techwave 2003 (PWB511: You Can Do That in InfoMaker? Cool!)
http://powerbuilder.codeXchange.sybase.com/
http://www.pb9books.com
<RGeue> wrote in message
news:3988189A5229EB620002214385256D67.000221DA85256D67@webforums...