Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replicate command error
Message
From
19/08/2002 10:12:59
 
 
To
19/08/2002 09:16:35
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00690991
Message ID:
00691020
Views:
19
Whata does JustExt(This.ControlSource) resolve to, and is it really a field in the controlsource table? Or is this something special to the way MM works. I'm not familiar with MM.

Alan

>Hello there,
>
>I am having a "File does not exist" error when I try to display my form. This error is shown in the CContrls.vcx CTextBox.Init() method. And the error box is displaying the line below.
>
>This.InputMask = REPLICATE("X", ;
> FSIZE(JUSTEXT(This.ControlSource), JUSTSTEM(This.ControlSource)))
>
>The complete code is as follows:
>
>IF EMPTY(This.InputMask) AND TYPE(This.ControlSource) == "C"
> IF USED(JUSTSTEM(This.ControlSource))
> This.InputMask = REPLICATE("X", ;
> FSIZE(JUSTEXT(This.ControlSource), JUSTSTEM(This.ControlSource)))
> ENDIF
>ENDIF
>
>I am wondering on what file does not exist. I already checked the txtbox that it pertains and it's in the form. I checked the view if it is open and yes, it was opened and in fact in used.
>
>I will greatly appreciate if somebody will help me on this problem.
>
>Thanks a lot.
>
>Nerissa
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform