Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact


Load image at runtime on data report


Load image at runtime on data report

Author
Message
chaw12
chaw12
Forum God
Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)

Group: Forum Members
Posts: 70, Visits: 232
hi..



please help how to load a picture on data report at runtime. i am using this code but it always give me an error each time i load the data report.



private sub command1_click()

rs.open"path"

with datareport



set .datasource=rs



.Sections("section4").Controls("RptImage").Picture = LoadPicture(picture filename)

.show



end with



end sub



the error says "Doesn't support object or method"



please give me advice.



thanks...
Keithuk
Keithuk
Forum God
Forum God (298K reputation)

Group: Moderators
Posts: 1.9K, Visits: 5.5K
chaw12 (3/29/2011)


the error says "Doesn't support object or method"

Well I don't use datareports but what you've posted speaks for itself. object or method not supported so check your properties are correct. Delete each dot (.) and put it back in and see if the same property matches. Wink

Keith

I've been programming with VB for 17 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.

chaw12
chaw12
Forum God
Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)

Group: Forum Members
Posts: 70, Visits: 232
thanks for your reply.



i already got it. your right, i just need to set its properties..



thanks and God bless.!
GO


Similar Topics


Reading This Topic


Login
Existing Account
Email Address:


Password:


Social Logins

Select a Forum....

















A1VBCode Forums


Search