ken bohnenkamp
4th April 2008, 14:59
I want to display the line number of each record on a form. I notice that my form has the pre defined field actual.occ. This seems like what I want to display, but I can't get the field to display on the form. It is always blank. Anyone have any suggestions.
george7a
4th April 2008, 15:47
Hi,
This is how I go it to work:
1) Defined a new extren variable called "acc.occ"
2) Add this new variable to the multi occ form. (dump the form)
3) in the script I added the following:
acc.occ = actual.occ
display("actual.occ")
I hope it helps,
- George
mark_h
4th April 2008, 16:42
I think you meant display("acc.occ"). :)
george7a
7th April 2008, 08:07
I think you meant display("acc.occ"). :)
Oops :o Yes I did.