Hi,

I have a script in T24 named TESTSCRIPT, like:

...

FM = CHR(254)
VM = CHR(253)
IM = CHR(255)

ENQname = "GET.ACCT.ENTRY"
RPTname = "FTNAUENTRY"
Criteria = ENQname + FM + "APP.ID" + VM + "EQ" + VM + sIDNEW + VM
Criteria = Criteria + FM + "APP.NAME" + VM + "EQ" + VM + sApp + VM

' CALL Crystal report:
SDATA = desktop.RunReport(ENQname , Criteria)


In my Test Server, It can run but in Live server, this line "SDATA =
desktop.RunReport(ENQname , Criteria)" can not run.If I change to "SDATA =
desktop.RunEnquiry(ENQname , Criteria)", it can run. So I think function
RunReport has problem

Do anybony know why, where can I setup? Help me. Thank you.

--~--~---------~--~----~------------~-------~--~----~
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to