Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A little crawler prob
Message
From
23/11/2010 20:36:46
 
 
To
23/11/2010 15:31:16
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01490197
Message ID:
01490314
Views:
57
Being an old guy, I usually am in bed by 8pm :)
Here's an app enhancement question.

I have also modified the code to find URLs and store them in a table. If I have the crawler code look up a search engine such as google, is there a bit of crawler code that will fill the google field and have google do a search?

>You're welcome. Bedtime? No, it's only 9:30 PM.
>
>>That fixed it. && Many thanks to Tore (Bed time?:) and all who helped fix this problem.
>>
>>>Instead of the line lox=CREATEOBJECT('internetexplorer.application'), you can have
>>>if type('lox')#'O'
>>>   lox=CREATEOBJECT('internetexplorer.application')
>>>endif
>>>That way you will always use the same instance of IE.
>>>
>>>>>Bummer, you're right. I should use both parts of my brain before I jump into conclusions. :-)
>>>>>
>>>>>>lcHTML is a string variable and has nothing to do with an IE instance.
>>>>>>
>>>>>>>Right, and Release lcHTML before that.
>>>>>>>
>>>>>>>>Add
>>>>>>>>
>>>>>>>>lox.Quit()
>>>>>>>>lox = NULL
>>>>>>>>
>>>>
>>>>I've been moving these code lines around, but have not had success yet.
>>>>What order should they be in?
>>>>
>>>> lox.QUIT()
>>>> lcHTML=.NULL.
>>>> RELEASE lcHTML && Holds a reference to lox
>>>> lox=.NULL.
>>>> RELEASE lox
I ain't skeert of nuttin eh?
Yikes! What was that?
Previous
Reply
Map
View

Click here to load this message in the networking platform