mrkamran
10-30-2004, 03:42 AM
Hi,
I m using CR 9. Can i get any text field value of crystal report in my vb app.
Thanks
I m using CR 9. Can i get any text field value of crystal report in my vb app.
Thanks
Value from crystal report to vbmrkamran 10-30-2004, 03:42 AM Hi, I m using CR 9. Can i get any text field value of crystal report in my vb app. Thanks MKoslof 10-30-2004, 08:43 AM To set the text value of a text box object on a Crystal Report: Dim s as string s= Trim(myForm.Combo1.Text) CrystalReport1.txtBox1.SetText s To read it, just call the .text property msgbox CrystalReport1.txtBox1.Text mrkamran 11-01-2004, 03:29 AM Hi, i m using RDC but i found error object does not support this type of property.. my code is : Dim crxRpt As CRAXDRT.Report and before view the report i use MsgBox crxRpt.Text6.Text Thanks |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum