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 Chriss Miller 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: pseudoman
  • Content: Threads
  • Order by date
  1. pseudoman

    Extensive Macro Example

    Hello guys, I have been given alot of help in this forum so I figured it would make sense to give alittle back, as my company is dumping attachmate all together and building their own database app... It'd be a shame to let the code go to waste. So here it is you can all take a look and maybe...
  2. pseudoman

    Flash and Notes

    Hello all I am new to Notes Designer and started with a strong background in Webpage design and VB. My question was in regards to embedding flash objects into a Notes database. does anyone have an example of the code used to do this?
  3. pseudoman

    Extra pulling data from excel9?

    I was wondering if anyone could do me a favor and post a example of code written in extra which pulls data from excels cells, and if possible an example of extra populating a excel sheet? thx in advance... I thought this was the correct syntax for excel but it fails to work, given the object...
  4. pseudoman

    Accessing IE Via Attachmate

    The code I have so far is along these lines Sub Main() Dim Explorer As Object Set Explorer = CreateObject ("InternetExplorer.Application") If (Explorer is Nothing) Then Msgbox "Could not create the IE object. Stopping Program." STOP End If...
  5. pseudoman

    How do I Set Focus on the first field of a dialog box?

    I would like my dialog box to function more like a inputbox, because with my current code I have to click the first field of the dialog box with the mouse in order to set the focus there... this is a problem because any mouse interaction slows the speed of the process that this dialog box is...
  6. pseudoman

    How to prevent a error message?

    here is the code: Sub Main() rc%=Shell (&quot;C:\Program Files\Internet Explorer\IEXPLORE.EXE www.metroreporting.com&quot;, 1) g_HostSettleTime=2000 AppActivate (&quot;Metropolitan Reporting Bureau - Microsoft Internet Explorer&quot;) SendKeys(&quot;<TAB>,<TAB>,<ENTER>&quot;)...
  7. pseudoman

    EXTRA &amp; INTERNET EXPLORER WORKING TOGETHER?

    Well this is my second post with no response, but I will try again anyway... what it is that I am trying to do is have EXTRA open a web page and paste strings in given fields on the page, and use the <TAB>, <ENTER> Keys to navigate the page. has anyone been able to do this before? I can only...
  8. pseudoman

    SendKeys To Internet Explorer

    Well as you can see from the subject I am trying to send some keystrokes over to IE (used to navigate the fields), can this be done with The Shell, ActiveApp, and some sendkeys? or will I have to go it some java scripts in IE. Let me know if anyone can solve this one thx....

Part and Inventory Search

Back
Top