Leemi
Thu Apr 06 16:25:38 CDT 2006
Hi Patrick:
I am glad that worked for you. I will look at the article and enter a
comment to add VFP 9.0 to the Applies to list.
Thanks for the input.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/
*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr
Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/gp/lifeselectindex
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003
>Great !
>Thanks !
>Problem was found in 2002 .. 4 years before today ?!?!..
>btw.. But i'm using VFP9 SP1.. and VFP9 don't appear in "products that
this
>article applies to" ...
>"Lee Mitchell" <Leemi@online.microsoft.com> wrote in message
>news:cFVtkA2VGHA.4708@TK2MSFTNGXA01.phx.gbl...
> Hi Pat:
>
> Instead of calling the Value property in the Interactivechange call the
> Text property. See:
>
> 207797 BUG: Cursor Jumps Around when Typing in Edit Box
>
http://support.microsoft.com/default.aspx?scid=kb;EN-US;207797
>
> I hope this helps.
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> Sincerely,
> Microsoft FoxPro Technical Support
> Lee Mitchell
>
> *-- VFP9 HAS ARRIVED!! --*
> Read about all the new features of VFP9 here:
>
http://msdn.microsoft.com/vfoxpro/
>
> *--Purchase VFP 9.0 here:
>
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
> 69-4500-8bf2-3f06689f4ab3&type=ovr
>
> Keep an eye on the product lifecycle for Visual FoxPro here:
>
http://support.microsoft.com/gp/lifeselectindex
> - VFP5 Mainstream Support retired June 30th, 2003
> - VFP6 Mainstream Support retired Sept. 30th, 2003
>
>
>>Hi, i'm experimenting some trouble with editbox control
>>when i hit enter in editbox.. cursor goes up (to the previous line) ?!
>
>>my setup: (very simple setup)
>>CREATE CURSOR CurTest (Field1 M) && a simple cursor with memo field
>>INSERT INTO CurTest (Field1) VALUES ("qwertyuiop")
>
>>CREATE FORM
>>add editbox object..
>>set property:
>>.ControlSource = CurTest.Field1
>
>>** no prob here **
>
>>in InterativeChange Method
>>add:
>>string1 = this.value
>
>>** now prob begin **
>
>>run this form
>>move keyboard cursor .,. between 'y' and 'u'
>>press enter
>>cool, you got 2 lines.. "qwerty" and "uiop"
>>but why cursor come back to the first line ??
>
>>idea ?
>>Pat
>