Export to Excel

This forum is for eXpress++ general support.
Post Reply
Message
Author
omni
Posts: 531
Joined: Thu Jan 28, 2010 9:34 am

Export to Excel

#1 Post by omni »

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

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Export to Excel

#2 Post by rdonnay »

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 eXpress train is coming - and it has more cars.

omni
Posts: 531
Joined: Thu Jan 28, 2010 9:34 am

Re: Export to Excel

#3 Post by omni »

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.

Post Reply