Hi friends
i am having problem with a control (richtextbox)in runtime on WINXP os.
it is giving error like
"Ole error code 0x80007000e:Not enough storage is available
to complete this operation"
actually we created a activex control in vb and using it foxpro.
funny thing is it happens intermittently and funny thing is it works perfectly well on one winxp machine but not the other.It causing our client lot of frustration.
Have u guys had similar problem and fixed it.
I tried various ways like...
i created new form and placed olecontrol and selected richtextbox(RICHTX32.OCX) not our activex to see if actual richtextbox works on that machine.
this form ran well on my machine (win2000) but i ran it our
client machine it gave me following error..
Unspecified error
le object being ignored :record no "4"
it runs form but without any control on it.
i even tried adding control thr code like
but this gives different error
class is not licensed ......
want to know how to debug this sort of error.
Any ideas Plz
(our client machine has vfp6 runtime)
cheers
i am having problem with a control (richtextbox)in runtime on WINXP os.
it is giving error like
"Ole error code 0x80007000e:Not enough storage is available
to complete this operation"
actually we created a activex control in vb and using it foxpro.
funny thing is it happens intermittently and funny thing is it works perfectly well on one winxp machine but not the other.It causing our client lot of frustration.
Have u guys had similar problem and fixed it.
I tried various ways like...
i created new form and placed olecontrol and selected richtextbox(RICHTX32.OCX) not our activex to see if actual richtextbox works on that machine.
this form ran well on my machine (win2000) but i ran it our
client machine it gave me following error..
Unspecified error
it runs form but without any control on it.
i even tried adding control thr code like
Code:
this.addobject('ctrl','olecontrol','RICHTEXT.RichtextCtrl.1')
this.ctrl.visible=.t.
this.ctrl.width=352
this.ctrl.height=162
thisform.refresh
class is not licensed ......
want to know how to debug this sort of error.
Any ideas Plz
(our client machine has vfp6 runtime)
cheers