Sage MAS 90 and 200 Sage MAS 500 blogs Product Feedback Support Training
Reply
Sage MAS Partner
FunkMoney33
Posts: 47
Registered: 03-31-2009
0

Automatically Skipping Columns Detail Entry

Does anyone know a better way to automatically skip a column in SO Detail entry?

 

Currently I'm using a user-defined script to respond to the PostValidate event of the ItemCode field.  The script then uses the SendKeys() method to send an Enter key back to MAS.  That way, effectively, we skip the ItemDescription field (which is positioned on the main grid) and go right to the QuantityOrdered field. 

 

The only problems with this approach are:

 

1.  Users can re-arrange the columns in the Grid, so the script would need to be rewritten each time someone does this.

2.  If the user selects an ItemCode using the lookup button, as opposed to just typing the item code directly in the cell, the script is never fired (presumably because the lookup bypasses Validation).

 

So I'm looking for a better approach. 

 

Thanks.

Super Contributor
connex
Posts: 794
Registered: 10-29-2008
0

Re: Automatically Skipping Columns Detail Entry

I think hiding columns is about all you can do.

Dan Burleson
Sage Authorized Consultant - Ask me about advanced scripting!
e-mail me here
Sage MAS Partner
FunkMoney33
Posts: 47
Registered: 03-31-2009
0

Re: Automatically Skipping Columns Detail Entry

Yeah, hiding is not an option.  they want to see the column, and have the ability to go back and edit it if they need to, but ordinarily they just want to skip it.

 

Anyone else?

 

Aaron