Page 1 of 1

Problem in script

Posted: Fri Nov 10, 2006 10:13 pm
by Greg Perkins
I have progressed a little further with the script working if I enter a common value like C as apposed to J for my r-csp file. ( Iget an error in script file message when J is the Return
Which tells me its probably how the J field is defined.
Attached is the script and the J field as per the screen builder.
Any assistance would be appreciated
-----------------------------------------------------------
If Staux000-> Qtynumber >= Quantity
Return FALSE
Endif

Return Stock->j

Posted: Fri Nov 10, 2006 10:14 pm
by COBS Tech Support
Field J and above are found in Staux000-> not Stock->

Either specify Staux000->J or just J.