Page 1 of 1

Adding more custom menus

PostPosted: Tue Feb 23, 2010 1:35 pm
by james.harper
Under 6.5.12hf3 I want to add a 5th custom menu to the Inventory Maintenance screen. I'm absolutely sure I did this under 6.4.x by extenting the control array but I just can't remember how I did it. I do remember it only took me 15 minutes though :)

Under VB6 you would just do something like "Load FormObject.mRecordCustom(5)" and it would add to the control array, but this doesn't work under vbscript (no Load statement). I can make a call to a VB6 COM object to do it but I don't want to if I don't have to.

thanks.

James

Re: Adding more custom menus

PostPosted: Thu Feb 25, 2010 7:27 pm
by Mike.Sheen
james.harper wrote:Under 6.5.12hf3 I want to add a 5th custom menu to the Inventory Maintenance screen. I'm absolutely sure I did this under 6.4.x by extenting the control array but I just can't remember how I did it. I do remember it only took me 15 minutes though :)

Under VB6 you would just do something like "Load FormObject.mRecordCustom(5)" and it would add to the control array, but this doesn't work under vbscript (no Load statement). I can make a call to a VB6 COM object to do it but I don't want to if I don't have to.

thanks.

James


Sorry, James - I'm at a loss as to how you did this also. If you do figure it out, please do post the solution back here.