does CLSID exist ?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

does CLSID exist ?

Post by AUGE_OHR »

hi,

when use a ActiveX i need to set CLSID
now i want to check if CLSID exist, how :idea:

---

Code: Select all

   _HMG_SYSDATA[ 1 ] [ k ] := "ACTIVEX"
   _HMG_SYSDATA[ 2 ] [ k ] := cControlName
how can i use _HMG_SYSDATA to "identify" my ActiveX if it is "valid" :?:
have fun
Jimmy
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: does CLSID exist ?

Post by AUGE_OHR »

hi,

i have use "wrong" RegClass which always return .F. :roll:

---

using xbpReg Class for HMG "just" need

Code: Select all

      oReg := XbpReg() :NEW( cKey )
      IF oReg:Status()
to test if a cKey exist
have fun
Jimmy
Post Reply