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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. namgc2

    Making session active while dialog box is up

    HI, Has anyone managed to get this to work? I keep getting an error message when compiling...."CALL Syntax error". Any help would be appreciated. Thanks
  2. namgc2

    Random Access Files

    Hi, I'm using Attachmate. I've managed to put some basic code together, the first part creates a new file with some test data in it. The second part opens the file and will read the data. (Some pretty basic stuff here !) The only problem I have now is when I create my files using Excel and...
  3. namgc2

    Random Access Files

    Hi, I'm using a Macro which searches through approx 17000 records. I have only used sequential file handling up to now. Can anyone give a simple example of some random access code so I can figure out how to incorporate it into my programs. I have tried searches through previous threads will...
  4. namgc2

    Delay before Macro runs

    My problem I think is based on the session type that the system logs into. For 1 type of session everyones scripts run instantly from the shared drive but those with the other session there is a 10 second delay before any of the available scripts will run, regardless of the size of the script.
  5. namgc2

    Speeding up Macros

    Hi, I have no idea how to set the priority to high. Any advice or help with the code would be great ! Thanks
  6. namgc2

    Delay before Macro runs

    Hi, The Macros are kept on a shared drive. I have tried copying some onto a colleagues C drive and running from there but still suffers from the delay. The macros are usually run from a macro button on the toolbar but suffer from the same problem even when seleted through the toolbar menu -...
  7. namgc2

    Speeding up Macros

    Hi, Here's some code for one of the simpler macros we use. Any feedback or help would be appreciated. Thanks Global g_HostSettleTime% Global g_szPassword$ Sub Main() '-------------------------------------------------------------------------------- ' Get the main system object Dim...
  8. namgc2

    Delay before Macro runs

    Hi, When I run a Macro it starts instantly. When some of my colleagues run the same Macro there is a 10 second delay before the Macro runs. I've noticed that those who get delayed have a different session name. Is there something I should be looking for in my code which slows down the one...
  9. namgc2

    Speeding up Macros

    Hi, I use a lot of Macros to put large quantities of data into a Mainframe session. I have discovered (by Accident) that right clicking while any of the Macros are running that the macro runs about 3 times faster. The same thing happens when I press Alt H. Does anyone know what slows the...
  10. namgc2

    Dialog box help

    Thanks very much. This is spot on, exactly what I wanted. Great stuff !
  11. namgc2

    Dialog box help

    Hi again, Does the filedlgfunction only work with a checkbox. I'd like to use 2 optionbuttons within a group but nothing happens?
  12. namgc2

    Dialog box help

    Hi, What are constraints in using option buttons in a group box in a dialog box. I need the user to make a choice between option a or b. The result would be different options presented to the user with each choice. In total the dialog box has 7 group boxes. Three being offered if main...

Part and Inventory Search

Back
Top