baan_fun
15th August 2003, 15:25
Hi,
I'm working in ERP5c with the configurator and I'm trying to create a constraint before the input. Here i need to import the sales order number to search further on for some features.
I do :
string order global
table ttdsls401
import("tdsls401.orno",order)
This field "order" is always empty. Seems that the import function doesn't bring anything. Could someone please help me by letting me know if there is in 5C an equivalent function to import the value of a table field?
Thanks a lot in advance.
I'm working in ERP5c with the configurator and I'm trying to create a constraint before the input. Here i need to import the sales order number to search further on for some features.
I do :
string order global
table ttdsls401
import("tdsls401.orno",order)
This field "order" is always empty. Seems that the import function doesn't bring anything. Could someone please help me by letting me know if there is in 5C an equivalent function to import the value of a table field?
Thanks a lot in advance.