Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Textbox Strange Behaviour
Message
 
To
30/04/2005 01:51:34
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01009872
Message ID:
01009917
Views:
15
Sounds like you have SET CONFIRM OFF in development but you have SET CONFIRM ON in your EXE.

Keep in mind that a form with a private DataSession will use its own SET CONFIRM setting and not honor any kind of global setting you might have for the app. (By default SET CONFIRM is OFF if you don't explicitly set it).

--Brad

>Dear Experts
>
>I have a numeric type text box with following properties
>
>Input 999-999
>Formt z
>Alignment left
>
>When, without EXE, I write six digits then control goes to next textbox.
>But when in EXE I write six digits then control "DO NOT" go to next textbox
>
>and On pressing "ENTER" an other value appears, For example
>
>If I write 229-021 and press Enter then 022-902 appears in it.
>
>The width of textbox is 100 that can have more than SIX digits and there are
>
>no codes in any method of it.
>
>What is reason? I mean on completion, according to format, the control
>
>immediately must go to next object.
>
>Please help
Previous
Reply
Map
View

Click here to load this message in the networking platform