Tim,
The table has an invoice layout which totals the products sold as an
invoice total. When a client pays the whole invoice amount the operator
selects the appropriate 'paid' button which then performs a number of
commands to record the details of the payment. One of the commands is to
place the invoiced total in an 'amount paid' field which is part of a
calculation that determines if the invoice has been paid in full. (Part
payments are also received for some invoices). It's the two lines in the
script that copy the invoice total and then pastes it in the amount paid
field where the problem occurs. When determining the problem I placed a
pause script after the copy the invoice total line and found that it was
not copying the invoice total. This was only possible as I was able to
reproduce the problem on one invoice, otherwise its not possible as the
problem is intermittent.
Lee
Tim Mansour wrote:
2009/7/3 Lee <[email protected]>:
Any clues or has anyone else experienced this problem of the process jumping
a line in a script ?
I doubt it's "jumping" the line. If pausing (sometimes) cures the
problem it suggests an issue with syncing with the system clipboard. I
have to ask, though, where are you copying from? Using copy-and-paste
within FileMaker is unnecessary.
--