Hello René
with v beeing the view of the text control and txt the linked string,
you can use
c.SetFocus(v);
f := Controllers.FocusFrame()(StdCFrames.Field);
f.Select(LEN(txt$), LEN(txt$));
and the caret appears at the end of the string.
With the corresponding selection you can put the caret
wherever you want.
Greetings
Gerhard Marent
-----Ursprüngliche Nachricht-----
Von: BlackBox [mailto:BLACKBOX{([at]})nowhere.xy
Gesendet: Dienstag, 31. August 2010 23:26
An: BLACKBOX{([at]})nowhere.xy
Betreff: Re: [BLACKBOX] File names
Hi folks,
How can I set the caret to a particular text view into a form?.
I already have Container "c" and View "v" of the corresponding text field control (using GetFirstView, GetNextView), The problem is to put a caret into the text field.
Using c.SetFocus, I get the caret there, but additionally the complete text is selected, which in my case is not desired.
Greetings,
René Dorta
Universidad de Carabobo. Venezuela
---- To unsubscribe, send a message with body "SIGNOFF BLACKBOX" to LISTSERV{([at]})nowhere.xy
Vorarlberger Illwerke Aktiengesellschaft ein Unternehmen von illwerke vkw
Rechtsform: Aktiengesellschaft, Sitz: Bregenz, Firmenbuchnummer: FN 59202m
Firmenbuchgericht: LG Feldkirch, DVR 0008753, UID-Nr.: ATU 36737402
Vorarlberger Kraftwerke Aktiengesellschaft ein Unternehmen von illwerke vkw
Rechtsform: Aktiengesellschaft, Sitz: Bregenz, Firmenbuchnummer: FN58920y
Firmenbuchgericht: LG Feldkirch, DVR 0027961, UID-Nr.: ATU 36737304
P Vor dem Drucken bitte an die Umwelt denken!
---- To unsubscribe, send a message with body "SIGNOFF BLACKBOX" to LISTSERV{([at]})nowhere.xy
Received on Wed Sep 01 2010 - 09:55:53 UTC