When exporting a file to excel using prchoice, a debug1 window comes up. How can we stop that?
This has occurred in both express 253 and 254. It comes up after selecting file name prompted for saving. It does not go away and the users have to click the X to close it.
Fred
Omni
Export to Excel
Re: Export to Excel
I don't know where that's coming from.
The debug window will tell you the calling procedure. Look at the stack columns.
I think there may be a WTF in either _DCFUNCT.PRG or _DCPRC.PRG in those versions.
If so, just remove it and rebuild dclipx.dll by running BUILD19.BAT or BUILD19_SL1.BAT
The debug window will tell you the calling procedure. Look at the stack columns.
I think there may be a WTF in either _DCFUNCT.PRG or _DCPRC.PRG in those versions.
If so, just remove it and rebuild dclipx.dll by running BUILD19.BAT or BUILD19_SL1.BAT
The eXpress train is coming - and it has more cars.
Re: Export to Excel
Yes, there were two WTF command in the _dcfunct.prg. I deleted them which made that portion of code match 251 version, and the window no longer comes up.