Charles,
Unfortunately I am getting nowhere with this.
In the following lines of code there are {} which have been typed in for completness. In the actual code they have been generated by using the CTRL + F9 keys
Previously, I had, FILLIN {"Customer Full Name" \* MERGEFORMAT } this used to ask me for input.
Now I have changed the line to read
{ASK CustName "Customer Full Name" \* MERGEFORMAT} and it doesn’t ask me to enter data.
I then changed the above to,
{ASK CustName "Customer Full Name" \* MERGEFORMAT} followed by
{REF CustName \h}
This again does not ask for input and hence I get
Error! Reference source not found.
What am I doing wrong?
I want the data to be input for Customer and Invoice No.
Please help.