scott.lindsay
New Member
Hi all,
Am brand new to Progress/4GL so this is probably the easiest question ever. I want to set up a default value to be false whenever a new row is added but I can't get the syntax right.
So far I've got
find first ttCustomer where ttCustomer.RowMod = 'A' assign ttCustomer.FinCharges = false
Please can someone tell me where I'm going wrong
Thanks
Am brand new to Progress/4GL so this is probably the easiest question ever. I want to set up a default value to be false whenever a new row is added but I can't get the syntax right.
So far I've got
find first ttCustomer where ttCustomer.RowMod = 'A' assign ttCustomer.FinCharges = false
Please can someone tell me where I'm going wrong
Thanks