You are not logged in.
Pages: 1
Is there a guide to the scripting anywhere? I want to try and change the picking list row layout (get rid of unneeded stuff and put everything on to one line). http://www.aimcosoftware.co.uk/v3help/i … ipts.html suggests it's possible, but can't figure out how to get it running in a script.
Last edited by pepsi_max2k (15-07-2014 02:11 pm)
Offline
We don't have a guide to scripting, because it's something we usually do for users and you need to understand VB.Net and HTML/CSS to use it.
You need to enable scripting from Tools>Features, then you can add the sample code from the help file, to give you a very basic picking list.
This function allows you to create your own picking list row. It must be valid InnerHTML for a table row, as shown in the example.
All the fields, for the item are available as autocomplete, so in the Print_PickingRow function, just type item. and you will get a list of the fields.
Offline
Think I just clicked report instead of reply :( hci fail
Anyway I'm getting sort of used to this, will add a quick guide when I know what I'm doing. Managed to get the pick list going anyway.
Offline
Pages: 1