Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tmarte

  1. tmarte

    I need to delete all the records from a FOXPRO table using VB.

    Thanks, Everything goes fine and records are marked for deletion. Only that "PACK" or "ZAP" for some reason don't work.
  2. tmarte

    I need to delete all the records from a FOXPRO table using VB.

    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 =...
  3. tmarte

    delete "zoom" or "export" on DATAREPORT

    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.
  4. tmarte

    ON DATAREPORT - HOW DO I DISABLE THE EXPORT BUTTON?

    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
  5. tmarte

    DataReport Loads before I could assign any value

    That works! Thanks Astrid.
  6. tmarte

    DataReport Loads before I could assign any value

    '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...
  7. tmarte

    DataReport (RUN TIME ERROR 713) !!! Urgent Help please !

    probably screen resolution. Try also to grab the right edge of the report and decrease its width.
  8. tmarte

    datareport - datasource At runtime howto

    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.

Part and Inventory Search

Back
Top