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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Custom Office - UDF Maint. 1

Status
Not open for further replies.

Blorf

Programmer
Dec 30, 2003
1,608
US
Hi.

When trying to work with User defined fields in custom office, immediately upon clicking, I get this error:

Error #27: Unexpected or incorrect WEND, RETURN, or NEXT

I have no idea why. Any suggestions?

Thanks,
ChaZ

There Are 10 Types Of People In The world:
Those That Understand BINARY And Those That Don’t.
 
Click on the 'Info' button and print the error information. It should give a program name and a line number. Let us know what it says.
 
Hi. Thanks for the respons.

Program is CMWLIB
Line is 9010

We are using 3.71

Thanks!

There Are 10 Types Of People In The world:
Those That Understand BINARY And Those That Don’t.
 
There are four possible resolutions. I would try #1 or #4 first. I am guessing it is #4 but try #3 first.

1. ..\Mas90\Soa\SY0CM5.SOA may be Read Only, or network permissions are preventing modification to that file.
To resolve: Remove the 'Read Only' attribute (or equivalent) if it exists and verify that 'Write' permissions are enabled. Repeat the steps for SY0CM1.SOA, SY0CM2.SOA, SY0CM3.SOA, SY0CM4.SOA as well.
Note: Sage Software is not responsible for assisting with this task. If necessary, seek the assistance of the network administrator.
2. ..\Mas90\Soa\SY0CTL.SOA may be damaged.
To resolve: Either restore the file from backup, rebuild SY0CTL with SVXBLD, or rename the file and reinstall Library Master and all applications. For instructions, see How to repair, rebuild, restore, or replace SY0CTL.SOA in Sage MAS 90 or 200.
3. The file may be locked or in an unusable Windows state, restart the server.
4. CMWLIB line 9010 applies to error trapping. There may be damage to program files.
To resolve: Rename the \MAS90\CM\ directory and reinstall the Customizer module to replace any damaged files.
 
Thank you Very much.

Turns out that Step 2 was the problem. Restored and all is well again.

Apreciate it.

ChaZ

There Are 10 Types Of People In The world:
Those That Understand BINARY And Those That Don’t.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top