Sage MAS 90 and 200 Sage MAS 500 blogs Product Feedback Support Training
Reply
Contributor
jryals
Posts: 37
Registered: 11-23-2008
0

Re: Video of Customizer 4.4 Training by S. Malmgren

Where can I download the examples?

Regular Visitor
Kmaruta
Posts: 1
Registered: 05-07-2009
0

Re: Video of Customizer 4.4 Training by S. Malmgren

I've asked our reseller for the example scripts on the partner file center but said they could not find them. Can someone shares the files or post them?

Super Contributor
thebottomline
Posts: 1,214
Registered: 10-29-2008
0

Re: Video of Customizer 4.4 Training by S. Malmgren

This question is for Steve Malmgren regarding the script example for reversing a journal entry.

 

I've been able to get the script to execute in a MAS 90 v4.5.2 (WIN 7 64 OS) environment running.  However, running the script in a MAS 200 environment (Win 7 64 OS workstation), I receive an error message "Object Required - oUIObj" referencing this line:

 

31 : retVal = oUIObj.GetValue("ML_JournalNo$", strJrnlNo).

 

If I change the set up so that the script runs at the server (Win 2003 32 OS), the ODBC challenge message displays at the server console and if answered, will complete the execution of the script.

 

What is the issue with running the script in that it won't run on a 64 OS 200 client but it will with a MAS 90 64 OS client?  Is there a work around?

 

It's all about the bottom line!
www.btmlinesoft.com
Add Your .02 to Improve V4
Regular Contributor
Gator
Posts: 270
Registered: 12-05-2008
0

Re: Video of Customizer 4.4 Training by S. Malmgren

Since it is a button script, you could pass in the values instead.

Super Contributor
thebottomline
Posts: 1,214
Registered: 10-29-2008
0

Re: Video of Customizer 4.4 Training by S. Malmgren

I am not aware that there is a passable value for the user PW.

It's all about the bottom line!
www.btmlinesoft.com
Add Your .02 to Improve V4
Regular Contributor
Gator
Posts: 270
Registered: 12-05-2008
0

Re: Video of Customizer 4.4 Training by S. Malmgren

OK, I looked at the details of the button and I now see where it is referencing the GL_Account_ui instead of the GL_JournalDrillDown_ui.  So the ML_xx$ fields would not be available on the custom office side.  So my suggestion would not work.

Super Contributor
thebottomline
Posts: 1,214
Registered: 10-29-2008
0

Re: Video of Customizer 4.4 Training by S. Malmgren

I ended up created a silent DSN connection on the server, replaced the SOTAMAS90 string with the new ODBC and deleted the reference to the UID and PWD.

It's all about the bottom line!
www.btmlinesoft.com
Add Your .02 to Improve V4