Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Heads up for Flex in ES OE 360 to 372 or 9.5 1

Status
Not open for further replies.

NEmacGuy

Instructor
Sep 1, 2004
420
US
Just a heads up, ran into interesting issue, had a flex project stop working, and drove me crazy. Final solution was that the Order Type Field name changed from Type to Type0 and my code ran on Type_GotFocus().

Perhaps I can say someone from banging the head against the wall.
 
Wow....just wow.

What on earth made them change this reference?

Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports

"What version of URGENT!!! are you using?
 
Probably a typo.

rotfl.gif


Peter Shirley
Macola Consultant, PA and surrounding states.
 
Typo. Type by the poster or typo when Macola changed the control type in its code?


Andy Baldwin

"Testing is the most overlooked programming language on the books!"

Ask a great question, get a great answer. Ask a vague question, get a vague answer.
Find out how to get great answers FAQ219-2884.
 
Typo by Macola. Glad I saw this post. Alot of my code wasn't running because of this.

Just another example of poor QC with Macola and their updates. You should see the major performance problems with 9.5. Any GL work causes everyone else to disconnect or to freeze up.

Forget about running a AR Aging Analysis report with 9.5. It's a known bug that they admitted to.
 
Go to they developed an AR report in Excel which takes 2-4 minutes run versus 3-4 hours in ES. (Note this is for a very large customer). They have offered to sell the code to Exact but I do not know where that is going.

Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports

"What version of URGENT!!! are you using?
 
We just upgraded to v9.5 and I found that type0 (zero) error as well.

Just another thing to watch out for is a flex script using a crystal reports designer runtime library 10.0

After the 9.5 upgrade another flex application didn't work on some PC's.
The erro message that popped up showed:
Microsoft Visual Basic
Compile error:
Can't find project or library

We weren't sure why this would have happened, but after we put craxdrt.dll, craxdrt_res_en.dll and craxdrt.dep back into the C:\Program Files\Common Files\Crystal Decisions\2.5\bin folder all was well. Also we saw 3 similar files but they have an extra D (like craxdDrt.dll) in the file names.
 
The following has been a godsend for many issues with crystal / macola. Run the following command from a DOS <cmd> prompt in a directory with shared DLL's such as

C:\Program Files\Common Files\Crystal Decisions\2.5\bin

or

C:\Program Files\Common Files\Macola Shared


For %1 In (*.dll, *.ocx) Do Regsvr32 /s %1

When you have a problem.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top