Search found 1 match: oxml

Searched query: oxml

by toninhofwi
Tue Apr 04, 2023 4:01 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Como se usa CHILKAT
Replies: 9
Views: 1696

Re: Como se usa CHILKAT

... eletrônica do brasil.

---cut---
static procedure testChilkat()

local oGlobal := win_OleGetActiveObject( "Chilkat_9_5_0.Global.1" )

local oXml

if !hb_IsObject( oGlobal )
oGlobal = win_OleCreateObject( "Chilkat_9_5_0.Global.1" )
endif

if hb_IsObject( oGlobal )

if oGlobal:UnlockBundle ...