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?
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.