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 wOOdy-Soft 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 mbars

  1. mbars

    Shell to Winword from extra basic

    You may also use the following: myfile = "this is my file.txt" Shell("Winword " + chr$(34) + myfile + chr$(34)) where chr$(34) is the quote you need
  2. mbars

    Attachmate Screen Scrape

    Give a look. I hope you find this useful. Bye bye. '-------------------------------------------------------------------------------- ' This macro was created by the Macro Recorder. ' Session Document: "monitoraggio erogazioni" ' Date: 14/12/2001 ' User: barsotti '...
  3. mbars

    Waithostquiet... how many time???

    Has anyone found some problem using waithostquiet???
  4. mbars

    Extra Basic Macro-Printing

    If you want, you may use a line like (see the end of the above example) Print # filenum%,screenbuf$; chr$(12) 'this actually sends the screen print to the printer where chr$(12) send a FormFeed to get out the paper. mbars
  5. mbars

    Waithostquiet... how many time???

    My Extra! (6.5 sp1) macro has at top ... Global g_HostSettleTime% ... then ... g_HostSettleTime = 1200 ' milliseconds ... every call such: Sess0.Screen.WaitHostQuiet(g_HostSettleTime) will (several times) wait 1,2 second then the macro goes on, BUT occasionally the macro seems to hang-up and...

Part and Inventory Search

Back
Top