Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can you use object references in report fields
Message
From
05/10/2001 11:38:35
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00563220
Message ID:
00564830
Views:
15
Nadya/Chris

This months Foxpro Advisor mentions this same thing in the tips column...it has

** -- in the form.activate()
public goCurrForm
goCurrForm = THIS

It says then the REPORT can then reference any property or control on the form for example
goCurrForm.edtBox.Value
goCurrForm.Caption
goCurrForm.Getsomeformproperty()

If you put this in your base class then you could reference any control or property in any Report.
Cecil....


>>Can you use object references in report fields?
>>
>>I have a form with edit box: edtComments
>>
>>Can I have a report that has a field with the same value as edtComments?
>>
>>Thanks,
>>Chris
>
>As far as I know, yes, you can, but I would create local variables in the calling button instead and access them.
Previous
Reply
Map
View

Click here to load this message in the networking platform