Aug 29, 2001 #1 ii128 Programmer Joined May 18, 2001 Messages 129 Location US How can I dynamically add control to the data report?
Aug 29, 2001 #2 MikeBronner Programmer Joined May 9, 2001 Messages 756 Location US What kind of controls are you thinking of here? Take Care, Mike Upvote 0 Downvote
Aug 29, 2001 #3 webspy Programmer Joined Aug 3, 2001 Messages 79 Location IN no u cant.because there is no control array in datareport. but u can change the caption of label,unbound text values dinamically by using datareport1.Sections(3).Controls("label1".Caption="hai" wrgs webspy Upvote 0 Downvote
no u cant.because there is no control array in datareport. but u can change the caption of label,unbound text values dinamically by using datareport1.Sections(3).Controls("label1".Caption="hai" wrgs webspy
Aug 30, 2001 Thread starter #4 ii128 Programmer Joined May 18, 2001 Messages 129 Location US Mike, I try to a few rptTextbox controls to the data Report. Upvote 0 Downvote
Aug 31, 2001 Thread starter #5 ii128 Programmer Joined May 18, 2001 Messages 129 Location US anyone can help me more???? Upvote 0 Downvote
Aug 31, 2001 Thread starter #6 ii128 Programmer Joined May 18, 2001 Messages 129 Location US Anyone??? Upvote 0 Downvote
Aug 31, 2001 #7 MikeBronner Programmer Joined May 9, 2001 Messages 756 Location US I think webspy is correct, in that you cannot at controls in form of a control array. Why do you need to dynamically add controls in a report? What are you trying to do? Take Care, Mike Upvote 0 Downvote
I think webspy is correct, in that you cannot at controls in form of a control array. Why do you need to dynamically add controls in a report? What are you trying to do? Take Care, Mike