I am trying to fill a field in the Customer table.
It is a boolean field.
What will be the code to do so. I tryed a lot of things already but it doesn't work. The field name is fBlnShowDiscountOnInvoice.
Please help me out. I am a complete newbie at reporting.
0
Comments
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
something like
IF fBlnShowDiscountOnInvoice = FALSE THEN recfBlnShowDiscountOnInvoice.MODIFY := TRUE
I Tried this but it doen't seem to work.
To change the value from TRUE to FALSE or vice versa:
Once you put some value into the field, you have to save it's record (if the field belongs to a record). to NOT trigger the OnModify-code of the table
or to trigger the OnModify-code of the table
I hope this answers your question
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!