Click to See Complete Forum and Search --> : How to access a field


Nagham
November 30th, 2006, 06:01 AM
How can I have an access to a text or a IField in the report from the form where I write my code I mean I want something Like:
dim MyRpt as new CryReport
MyRpt.Text1='blabla'

jhersy2108
December 2nd, 2006, 02:25 AM
How can I have an access to a text or a IField in the report from the form where I write my code I mean I want something Like:
dim MyRpt as new CryReport
MyRpt.Text1='blabla'

does the field's value comes from a database?

Nagham
December 4th, 2006, 04:11 AM
I need the two ways