Hello again. Thanks for all the help in the past. I have managed to convert all my 2.6 forms into beautiful visual forms but I am having a problem with some of the text fields that in the past converted payments into totals. I have tried everything. Here is what I am trying to do. On my payment form I have this. WC_case is my main database.
CHECK AMOUNT (TEXT LABELS) CONTROL SOURCE: WC_CASE.CK_PAID
DA FEE WC_CASE.DA_PAID
MERCHANT FEE WC_CASE.FEE_PAID
TOTAL: (Here is where I am having problems) How to total these? What property in the text field box should I be going to? I have tried SUM ck_paid + da_paid + fee_paid. I have tried making a variable gnTotal, declaring it, and adding gnTotal = ck_paid + da_paid + fee_paid. I don't know what it is about the visual help section, but it does not seem to answer anything for me.
So how do I create a text field that totals the three text fields I have on a form?
Thanks so much in advance!
CHECK AMOUNT (TEXT LABELS) CONTROL SOURCE: WC_CASE.CK_PAID
DA FEE WC_CASE.DA_PAID
MERCHANT FEE WC_CASE.FEE_PAID
TOTAL: (Here is where I am having problems) How to total these? What property in the text field box should I be going to? I have tried SUM ck_paid + da_paid + fee_paid. I have tried making a variable gnTotal, declaring it, and adding gnTotal = ck_paid + da_paid + fee_paid. I don't know what it is about the visual help section, but it does not seem to answer anything for me.
So how do I create a text field that totals the three text fields I have on a form?
Thanks so much in advance!