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...
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?
Yes Calc, that is what I was referring to the text boxes, dropdowns, and buttons(submit).
As far as I know these:
http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/webbrowser/reference/objects/internetexplorer.asp
are the only objects accessible, which if that is the case...
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...
Calc... I have looked high and low for a answer on how to navigate a webpage from extra and populate data in that page... but still no luck have any ideas?
South I think you need to do a little good old fashion debugging to find out what it is that the acType is being populated with. use the watch varible feature of the macro editor and step through you code to the point where that varible is being read.
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...
garrett1977 could you explain that function alittle more, and mbars:
that # 1200 represents how many milliseconds that the macro is going to wait before firing try lowering the # and the macro will preform faster.
as for the not working on other machines I have found that different machines...
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...
bill not that I have done alot with this but if you can get IE as a object try saving the page as text and using you app to search for the info in the textfile rather than the webpage
here is the code:
Sub Main()
rc%=Shell ("C:\Program Files\Internet Explorer\IEXPLORE.EXE www.metroreporting.com", 1)
g_HostSettleTime=2000
AppActivate ("Metropolitan Reporting Bureau - Microsoft Internet Explorer")
SendKeys("<TAB>,<TAB>,<ENTER>")...
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...
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....
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.