Hello everyone,

I am using PB 6.5.1 and PFC 6.5.1 on an NT4 workstation with Sybase 11.

I upgraded from 6.5 to 6.5.1 and am now encountering problems.  If I compile the app 
in 32 bit, everything works.  If I compile the app in 16 bit, none of the reports will 
open.   I get the following error message:

Error Number 7.
Error Text = Unresolvable external w_slice_dialog  when linking reference.
window/menu/object = m_master_menu
Error Object/Control = m_weeklysourceoffunds
Script = clicked
Line in Script = 2

The only difference from error to error is the two parts in italics.  (i.e. the name 
of the window and the name of the menu script changes from report to report)

For your reference, all of the windows open with the following script:
The only difference from report to report is the name of the window (in italics).

// open dialog box
open( w_slice_dialog )

if message.doubleparm = 1 then
     // user pressed ok so open report 
     Message.StringParm = "w_slice "
     of_SendMessage("pfc_Open")
else
    // user pressed cancel so don't open report 
    close( w_slice_dialog )
end if

I have migrated, rebuilt, regenerated, optimized.... nothing seems to work.  I don't 
understand why it will compile and work for 32 bit and not 16.

Any help would be greatly appreciated,
Jill 


> [EMAIL PROTECTED] HOSTED BY IIGG, INC. FOR HELP WITH LIST SERVE COMMANDS, ADDRESS
> A MESSAGE TO [EMAIL PROTECTED] WITH THE FOLLOWING MESSAGE:   help pfcsig
> SEND ALL OTHER INQUIRES TO [EMAIL PROTECTED]

Reply via email to