No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Hello there im searching for code where i can filter a report that is placed inside a form. Normally in opening a report the code is Docmd.OpenReport,,, however in my case the report is already inside my form and im suppose to hit a button to apply filter on it. …
on your object property check out for something like anchor...
i dont know if i get your question right. You can create module in vb.net by right clicking your application name then click add and click module it then would add something like Module1 in your project. The other way around is that you can create library classes or dll …
try this one For Each datarow In dt.Rows if datenow = datarow.item(1) then " datarow.item(1) = date in your database Return True " indicate function you want End If Next Return False
i have a crystal report then i create new connection under Access/Excel, then i select my database. i add 2 access database say Database1.tbl_employee and Database2.tbl_images. now i linked the 2 tables from 2 database. tbl_employee.ID ---- tbl_images.ID it works well on crystal report the problem is when i call …
pass log on info from vb to crystal report load. if youre moving to another computer just refresh your crystal report at main report preview.
The End.