I have a form called mainform and it has a uses clause:
uses computevalues;
In computevalues form, i also have a clause that says uses mainform.
Well, when I code in compute values:
mainform.radiogroup.itemindex:=0;
It's telling me that mainform does not exists.
When I type mainform. , i have no requesters that show all the available variable in mainform.
What am i doing wrong?
Thanks.
uses computevalues;
In computevalues form, i also have a clause that says uses mainform.
Well, when I code in compute values:
mainform.radiogroup.itemindex:=0;
It's telling me that mainform does not exists.
When I type mainform. , i have no requesters that show all the available variable in mainform.
What am i doing wrong?
Thanks.