Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Hello,
I currently have a subform and I would like to automatically display (like default value) the 'PU' from (temporary Table) in 'Prix Unitaire' as soon as I choose an article by lookup from 'ARTICLE' in (temporary table).
and also check the quantity entered if less than or equal to the quantity in stock (<= 'SOLDE' in temporary table).
I need help
I tried with this --> nuSetFormValue('des_prix',nuLookupRecord()->PU); but the field 'Prix Unitaire' still blank
You do not have the required permissions to view the files attached to this post.
But I think it's the temporary table that does not return information that's why the field is blank.
Is there any other way for me to retrieve the data from the temporary table and use it in the sub form ?