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 strongm 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. OmahaNebraska

    How to use VB6 to close groupwise?

    Hello, I am using vb6 to open GroupWise..... But don't know how to use VB6 to close it. Any help? Thanks.
  2. OmahaNebraska

    Set session to fit in listbox???

    Hi, How do you use VB6 to open an Attachmate Info Connect version 7 (Extra version 7) to a new frame or a small windows that you resize? Let says, I have a listbox that its Height = 3000, Width = 4000. I want the session open that will auto resize to the above height and width. How to do...
  3. OmahaNebraska

    Missing Attachmate Type Library

    I got the "Attachmate EXTRA! 7.1 Object Library". This is a sample program I downloaded from attachmate website. I got the error when runing it. I gave up and build a new one based on its idea... and it is working now. Just working minutes ago. Man, the whole day just got the session open...
  4. OmahaNebraska

    Missing Attachmate Type Library

    Hi Calculus, Forgot to mention, I am running in VB6. On my references list, I don't have Attachmate Type Library Attachmate Session Object Library Where to download those? or do I need to reinstall? or what are the solutions? Thanks.
  5. OmahaNebraska

    Missing Attachmate Type Library

    HI, I have a sample program to run and it has error..... Basiclly, the References for the program doesn't have these libraries: Attachmate Type Library Attachmate Session Object Library Please let me know how I can get those libraries if you can. Thanks, Pal.
  6. OmahaNebraska

    How do I "Page Down" using Sendkeys?

    Hi ctgrib, Did you find out how to send the "Enter" key yet? If you do, can you show me how? I can send any key but "Enter". Session.Screen.SendKeys("<Enter>") It works on other sessions, but this current session I am working on. Thanks, Pal.
  7. OmahaNebraska

    Attachmate Extra ver 6.6

    Hi tazhelp, I have trouble with sending the .sendkeys("<Enter>"). Did you find out how to send this "Enter" key? Other keys works like "BackSpace", "Home", ..... If you can send "Enter" please help Thanks' Pal.
  8. OmahaNebraska

    Send keys

    Hello, I need help again. on the Extra screen. when send the enter key I use: session.screen.sendkeys("<Enter>") and it works. But when I open a new session the above Enter key doesn't work. The screen look different too. how many ways to send Enter key? Thanks,
  9. OmahaNebraska

    Send keys

    Thanks a lot Calculus, I got it works then. I use the one you sugguest Sess0.Screen.PutString "MyString", X, Y is 100% acurate better than tab key. For the error. It fix itself. Today, I come in restart my pc and it works...... I have a weird PC. Have a great weekend!
  10. OmahaNebraska

    Send keys

    MyString = Session.Screen.GetString(4, 14, 20) I use the above to get a string, but I got the error Runtime error (80010105) Automation Error The server threw an exception. What is that error mean? how to fix it? Anyone know? Thanks, Pal.
  11. OmahaNebraska

    Send keys

    How to send Tab key, and F keys (F10, F11)? Thanks
  12. OmahaNebraska

    Using VB6 to open a session

    For some reason, now I can't even get it working anymore. I got the runtime error...... Can anyone help me out? I can open up the application (The InfoConnect Version 7.5a AccMgr32.exe) Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _...
  13. OmahaNebraska

    Using VB6 to open a session

    This thread 1-893756 show me how to open a session, but when I tried, it doesn't work. Private Sub Command1_Click() Dim Sessions As ExtraSessions Dim session As ExtraSession Dim strPath As String Dim extraConn As ExtraConnectivity Dim sysSession As New ExtraSystem Dim screenHost...

Part and Inventory Search

Back
Top