I need help to delete all the records from a FOXPRO table using VB. I typed the following code:
'CONNECT
Set wrkSpace = CreateWorkspace("", "admin", "", dbUseODBC)
Set db = wrkSpace.OpenDatabase("Visual FoxPro Database")
Set rs1 =...
I want to customize the control bar on a DATAREPORT but at design time I don't see the "Print", "Export", or "Zoom" buttons. Is it possible to get rid of them?
Thanks.
ON DATAREPORT - HOW DO I DISABLE THE "EXPORT" BUTTON?
The user doesn't want that option, but I have not found the way to disable it. It's probably the same way you might disable the "Print" option, but I don't know how to do that either.
Any help appreciated!
Teo
'first load and clean report
Load deNalLeg
With deNalLeg
Set rptNalLeg.DataSource = Nothing
rptNalLeg.DataMember = ""
If .rsNal.State Then .rsNal.Close
...BEGIN COMMENT:command "NalLeg" get's loaded at this point, Before I could assign it the datasource I want...
I need to make my datareport dynamic = assign a datasource at run time, not at design time. Some users will have the database on cd while other will have them somewhere on the network.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.