prob when I hit enter in editbox
- From: "Patrick Lavoie" <patrick.lavoie@xxxxxxxxxx>
- Date: Mon, 3 Apr 2006 16:28:43 -0400
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
.
- Follow-Ups:
- RE: prob when I hit enter in editbox
- From: Lee Mitchell
- RE: prob when I hit enter in editbox
- Prev by Date: Re: VC++ ADO VFPOLEDB: DB locally works; DB on NT server does not
- Next by Date: RE: prob when I hit enter in editbox
- Previous by thread: Re: VC++ ADO VFPOLEDB: DB locally works; DB on NT server does not
- Next by thread: RE: prob when I hit enter in editbox
- Index(es):
Relevant Pages
|