Subject Passing info from .wfm to .prg
From Ben Gattegno <benatbig@ca.rr.com>
Date Sun, 07 Feb 2010 23:24:09 -0500
Newsgroups dbase.getting-started

Form ProcessData.wfm opens a table, provides vsual info from table, and calls a .prg file for further processing.

Please advise how to pass info from the form to the prg file.  For example: on form: form.SpinTransaction i slinked to table's transaction row.  When I ask for form.SpinTransaction.value in the .prg  program
I get a "variable undefined" error messasge.

I tried set procedure to Process.prg additive with no better results.

Can someone shed some light on this for me?  Thanks