Search found 17 matches

by Stuart.Fraser
Fri Nov 08, 2013 2:26 pm
Forum: eXpress++ Support
Topic: dc_Array2Excel Error
Replies: 3
Views: 7522

Re: dc_Array2Excel Error

Hi Roger, Yes I did reboot that computer. Strangely, if I have another developer log into the computer it works just fine. I had rather forgotten about this issue until this morning when I logged into that computer and tried again only to have the same error. For the purpose of getting this work don...
by Stuart.Fraser
Thu Sep 26, 2013 12:34 pm
Forum: eXpress++ Support
Topic: dc_Array2Excel Error
Replies: 3
Views: 7522

dc_Array2Excel Error

Hi Roger, Strange Error with dc_Array2Excel. This is established code that has been running for years. I've been running it on the same box for years as well. Suddenly yesterday if I log in and run any routine that is calling dc_Array2Excel I get an automation object error setting the orientation pr...
by Stuart.Fraser
Wed Mar 28, 2012 12:53 pm
Forum: Xbase++ Support
Topic: Sudden Print Issues
Replies: 0
Views: 5751

Sudden Print Issues

Hello All, I have an issue with a very old Xbase++ application that has suddenly stopped printing. This application has been updated as far as being compiled in the latest versions of Xbase but the code has not changed in years. Last month it was working fine and this month some of the routines will...
by Stuart.Fraser
Fri Jan 14, 2011 12:45 pm
Forum: eXpress++ Support
Topic: DCBrowse and DataSets
Replies: 3
Views: 8403

Re: DCBrowse and DataSets

Since it was a dataset I wound up just putting the SQL Parameters into a code block and allowing the user to change them on the fly then re-executing. Like this: cEVT_START:="SH00" // these get changed in an alternate routine and are used to define a range of event types that are acceptable for disp...
by Stuart.Fraser
Mon Jan 10, 2011 2:14 pm
Forum: eXpress++ Support
Topic: DCBrowse and DataSets
Replies: 3
Views: 8403

DCBrowse and DataSets

Hi All, I have a DCBrowse of an SQLDataSet (SQLExpress and Oracle 11g). Everything works just fine with the browse, however I wanted to take advantage of the :BrowseFilter property of SQLDataSets to allow the user to filter the data based on the value of one of the fields. I had previously done this...
by Stuart.Fraser
Fri Dec 17, 2010 9:16 am
Forum: eXpress++ Support
Topic: Crystal 11 Report Parameters
Replies: 5
Views: 10542

Re: Crystal 11 Report Parameters

Just in case you ever have to do this: Local cReport:="MyReportName.rpt" oCrystal := ActiveXObject():create( "CrystalRuntime.Application.11" ) // create the Crystal Report Object oReport:=oCrystal:openreport(cReport) // Configure the report oReport:ParameterFields:GetItemByName(<Param Name>):ClearCu...
by Stuart.Fraser
Fri Dec 03, 2010 10:11 am
Forum: eXpress++ Support
Topic: Crystal 11 Report Parameters
Replies: 5
Views: 10542

Crystal 11 Report Parameters

Hi Folks,

I'm working with Crystal 11 running against an Oracle 11g database. Anyone have any ideas on how to pass parameters to the report?

Thanks,

Stu
by Stuart.Fraser
Fri Mar 05, 2010 11:11 am
Forum: Xbase++ Support
Topic: Conditional Index Question
Replies: 1
Views: 7274

Re: Conditional Index Question

Never mind... I figured it out.

Stu
by Stuart.Fraser
Thu Mar 04, 2010 4:26 pm
Forum: Xbase++ Support
Topic: Conditional Index Question
Replies: 1
Views: 7274

Conditional Index Question

This is DBFCDX I have a conditional index like this: Index on PadL(AllTrim(Str(BillID)),2,"0")+DTOS(SVCDate) TAG "PickBatch" TO CDXFile FOR DBFile->Approved .and. !DBFile->Assigned .and. !Empty(DBFile->BillID) This index is then used to pick specific bill ID's from oldest date forward etc when creat...
by Stuart.Fraser
Thu Feb 04, 2010 9:36 am
Forum: eXpress++ Support
Topic: ActiveX focus issue
Replies: 26
Views: 45805

Re: ActiveX focus issue

hmm, file attachment didn't seem to work.

trying again....


Ahhh, it doesn't like the extension PRG. Changed it to TXT.

Ok it doesn't like TXT... Changed it to STU

Nope doesn't like that either... I'm guessing it doesn't like anything, last try with a zip file... Yay! it worked.