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 IamaSherpa 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: *

  • Users: Sosul
  • Order by date
  1. Sosul

    Access: Screen Scraped from EXTRA! X-treme...

    Solution Found: I finally found out that Mainframe is the default session that is setup when Extra was installed. All I had to do was rename my Mod4 session to Mainframe, works like a charm now.
  2. Sosul

    Access: Screen Scraped from EXTRA! X-treme...

    You are correct Skie that's what happens This code didn't work: Says complie Error, Variable not found on wShell.
  3. Sosul

    Access: Screen Scraped from EXTRA! X-treme...

    Nope I just have the one session open, and the Mainframe one is a different executable of Extra.
  4. Sosul

    Access: Screen Scraped from EXTRA! X-treme...

    That pulls up a different session, it's called Mainframe. The one I want is already open and it's called MCSmod4
  5. Sosul

    Access: Screen Scraped from EXTRA! X-treme...

    Ok I got a message box with a 1 in it.
  6. Sosul

    Access: Screen Scraped from EXTRA! X-treme...

    Is there something that I can check to see if maybe the company's system people have blocked access that will allow VB to get the system object?
  7. Sosul

    Access: Screen Scraped from EXTRA! X-treme...

    Let's try this.
  8. Sosul

    Access: Screen Scraped from EXTRA! X-treme...

    I do believe so. I was trying to attach a screenshot to show you the properties of the application. But couldn't figure out how to. Under Target type it says: EXTRA! Session Under Target location it says: Sessions I'm not insulted at all CautionMP, anything that I can do to help you guys...
  9. Sosul

    Access: Screen Scraped from EXTRA! X-treme...

    This is the line that it errors on: Set System = GetObject(, "EXTRA.System") Errors on same line with same message with above code.
  10. Sosul

    Access: Screen Scraped from EXTRA! X-treme...

    Run-time error '429': ActiveX component can't create object. Any ideas?
  11. Sosul

    Access: Screen Scraped from EXTRA! X-treme...

    Did not work. Did is what I have and it errors on For SessCnt Private Sub Command45_Click() Dim System As Object Set System = GetObject(, "EXTRA.System") For SessCnt = 1 To System.Sessions.Count MsgBox System.Sessions.Item(SessCnt).Name Next End Sub
  12. Sosul

    Access: Screen Scraped from EXTRA! X-treme...

    Says variable not defined. I started to Dim SessCnt as Double, but didn't work.
  13. Sosul

    Access: Screen Scraped from EXTRA! X-treme...

    Ok I think that worked for setting the system, now it's erroring on this code. Dim Sess0 As Object Set Sess0 = System.ActiveSession If (Sess0 Is Nothing) Then MsgBox "Could not create the Session object. Stopping macro playback." Exit Sub End If If Not...
  14. Sosul

    Access: Screen Scraped from EXTRA! X-treme...

    So I hear that you guys are the experts... I have the following code that doesn't seem to work anymore. I want it to set the current session of Extra that is open, instead it opens another session of EXTRA which isn't even the same application that I want to use. The same of the application...

Part and Inventory Search

Back
Top