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. falkor13

    EBMNGR Crashing

    Thanks for your feedback. Attachmate has applied some patches to My Extra for us, which have lessened the problem. I'm going to try your idea of re-launching ebmngr. I was killing of ebrun processes, I'm not sure if I can do it to ebmngr without closing the sessions. Our environment is...
  2. falkor13

    EBMNGR Crashing

    I've had the application loop through all running processes and kill and ebrun 's that stay resident, but that seems to make EBMNGR even more unstable. I'm in the process of opening a ticket with Attachmate for a fix to EBMNGR, since we're now also getting division by 0 errors from it now too...
  3. falkor13

    EBMNGR Crashing

    Ok, let me explain the application a bit. I've written a windows toolbar, which remains docked to the top of the screen, like the office toolbar. There are three combo boxes which are linked to a backend SQL Server database for catagorizing over 300+ Extra! basic macros. I've gone with an...
  4. falkor13

    EBMNGR Crashing

    Any ideas on why this just won't work? I've tried both fully qualifing the macro name, and not. Oh, my session name is A.edp - that's why I'm looking for "A". The test macro was in my macros directory for these tests. Set objSystem = CreateObject("Extra.System")...
  5. falkor13

    EBMNGR Crashing

    Thanks for your responses! Unfortunately, my users are using both 2K and NT4. Although it's happening more on NT, it is happening on both. I was programmatically deleting all ebrun processes before executing a new macro, but that didn't solve the problem. Also I do have a few cases when two...
  6. falkor13

    create a msg box that will open an executable

    Drat, also forgot to remove the 'Public' keywords. This one will compile and run in Extra! Option Explicit Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _ (ByVal HWND As Long, _ ByVal lpOperation As String, _...
  7. falkor13

    create a msg box that will open an executable

    scottmh: Sorry, use "" instead of vbNullString for Extra Basic.
  8. falkor13

    create a msg box that will open an executable

    scottmh: I was looking for answers to my question, and though I could help you with yours. Have you considered the ShellExecute API? It uses the same logic that Windows uses to associate a file to an application when you double click on it. Try the example below. The only annoting thing I've...
  9. falkor13

    EBMNGR Crashing

    I've written a windows toolbar to launch extra basic macros. Generally I use the shell / ebrun syntax. I see that all the macros are terminating, but sometimes their processes are not going away, and eventually I get the message "could not open file mapping for EBMNGR". Has anyone...
  10. falkor13

    FTP

    Try this It uses the internet controls, but with late binding and api's: Option Explicit Declare Function FtpGetFile Lib "wininet.dll" Alias "FtpGetFileA" ( _ ByVal hFtpSession As Long, _ ByVal lpszRemoteFile As...

Part and Inventory Search

Back
Top