Winston Doyle
2008-11-20 05:44:36 UTC
I have a program (addacust.wfm) which adds new customers
What is the difference between?
a. do addacust.wfo
b. set procedure to :forms:addacust.wfo additive
faddacust = new addacustForm()
faddacust.open()
both appear to do the same job!
What is the difference between?
a. do addacust.wfo
b. set procedure to :forms:addacust.wfo additive
faddacust = new addacustForm()
faddacust.open()
both appear to do the same job!