Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Failing to create an instance of the RichText control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Failing to create an instance of the RichText control
Divers
Thread ID:
00942291
Message ID:
00942291
Vues:
71
I have written a routine that needs to use the RichTextControl. On my development machine (XP) the following works:
TRY
  test = NEWOBJECT("RichText.RichextCtrl.1")
CATCH
  messagebox("failed to create: RichText.RichextCtrl.1")
ENDTRY
However, if I do this on the runtime machine (W2K) I get the messagebox indicating that it did not work.

I copied the riched20.dll, riched32.dll, richtx32.dep, richtx32.ocx from my development machine to the runtime machine, registered the ocx but still I can't get it to work.

Any suggestions what I need to do to get this working?

All help is appreciated.

Ron Brahma
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform