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

Email Address field in AP0101

Status
Not open for further replies.

smtoomey3

Technical User
Nov 8, 2005
69
US
There is probably a simple solution to this,,,I'm trying to extend the amnt of characters that can be used on the vendor maintenance screen to enter an email address,,,it only allows for 20,,how do I increase this?
 
There is no way to do this.

You could change the field itself in sql enterprise manager, then change the entry field length in screen designer, but any subsequent updates of Macola would wipe these out, probably along with the data itself.

Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports
 
Along with what Don said, Macola checks each table against the same table name in the \MSL folder. The file in that folder contains the field names, what type of field they are, the indexes etc... Basically, everything needed to initialize the table. If the actual table differs from the msl file, you'll get an error anytime the system tries to open up that table.

You could use one of the user defined fields which are 30 characters or be a little clugy and have one user defined field for the left side of the @ sign and another field for the @ sign and anything on the right side of it.

You could also track a seperate extension table that is also keyed on the vendor number but has all custom fields on it. You would need something like flex in order to update it though.

Kevin Scheeler
 
MMMMM To bad Macola does not know what OBJECT oriented design and programming is all about.

This has been an issue, along with other fields, for a very long time.

30 characters does not cut it for email any longer. Hopefully they will address this before long.



Andy Baldwin

"Testing is the most overlooked programming language on the books!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top