Com Error Notification
Function Name: "Navigate2"
ERROR: The COM Object may not be a valid Dispatch Object!
First ensure that COM Library has been initialized through Com_Init().
0
Will Continue?
it does about 4 of these like it's not ready from the com lib or something.
I am in over my head, will gladly ship small amounts of currency regularly if i can get this figured out.
I would just do the javascript: thing but it requires that we lessen security and is a concern.
I'm trying to skip the whole activex problem of calling ie windows and think this is the answer just not sure...
I think i am having trouble switching between the different com dom html js concepts. woulld love to just be doing the iWeb thing with the new iWebbrowser Learner, it looks simple enough once i get past this initial hurdle of storing clsid OR guid in a var.
Still trying other iterations of the iWeb concept, does it have something to do with using the "Code Testing Sandbox" or windows 7 or ie8 or is it just that i'm brain damaged lol
this is what i ran
Code:
COM_Init()
COM_Invoke(pwb, "Navigate2", "javascript: var oId = crmForm.ObjectId")
oId := COM_Invoke(pwb, "document.parentWindow.oId")
MsgBox, %oId%