Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capturando programaticamente os dados de uma tabela
Message
 
To
31/07/2003 17:06:14
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00814109
Message ID:
00815878
Views:
20
Oi Claudio,

Para você acessar os controles do FRAME, deverá referenciar a coleção "Frames".
FOR EACH loControle IN loIE.Document.Window.Frames(0).Document.Body.All
  IF UPPER(loControle.NodeName) == "FONT"
    MESSAGEBOX(loControle.innerText)
  ENDIF
NEXT
Um abraço!
-----
Fabio Vazquez
http://www.fabiovazquez.com
Previous
Reply
Map
View

Click here to load this message in the networking platform