I have a question that some of your FIC users may be able to quickly answer.
Does FIC support parameter passing from one form to another without making Visual FoxPro code changes?
ie:
Code below being executed from Form1 in a command button click event. . . to call a Form2.
DO FORM Form2 WITH "Parm1",Parm2","Parm3"
Of course in the INIT event of Form2 I have the Parameters statement to collected the values passed.
Pete,