to display the week number in the subform of the orderlines im using
source expression = FORMAT("Requested Delivery Date", 0, 'W<Week Year,2><Week,2>')
This result in the correct week number W1412
but when the "Requested Delivery Date" is 0D is displays W0001
In classic I could add code to the onafterformat trigger to display nothing but how in RTC. Any hint?
0
Comments
That is the way 3-tier architecture works.
Onafterrecord trigger isn't fired while typing in a new record, fields.