Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replicate command error
Message
From
19/08/2002 09:16:35
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Replicate command error
Miscellaneous
Thread ID:
00690991
Message ID:
00690991
Views:
39
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
Next
Reply
Map
View

Click here to load this message in the networking platform