Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~187 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Smithy888

I have the following code and am trying to get a range of data in an xl file and put into an array, so I can then analyse it. The array says it is not empty, but how can I see the data as the app fails if I try …

0
62
Member Avatar for Smithy888

I am using D2005 Ent and when I used to close a project with say 5 units open, on opening it back up, the 5 units would be visible and the project would be as I left it. Recently this has changed and only a particular unit is open when …

Member Avatar for Smithy888
0
80
Member Avatar for Smithy888

Hi, I have the following code in a D2005 .Net winform. [code]ReportDoc := ReportDocument.Create; ReportDoc.Load(ReportPath); ReportDoc.PrintOptions.PrinterName := PrinterName; ReportDoc.PrintToPrinter(1,true,0,0);[/code] I get the message "Invalid printer specified" only if I try to print to a printer that is not the current default(CD) one. Having PrinterName as the CD one prints fine. …

0
45