Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

You will have a head crash on your private pack.


devel / comp.lang.clipper.visual-objects / Mofdify Input dropdownlist

SubjectAuthor
* Mofdify Input dropdownlistJack Konings
+* Re: Mofdify Input dropdownlistdlzc
|`* Re: Mofdify Input dropdownlistJack Konings
| `* Re: Mofdify Input dropdownlistdlzc
|  `* Re: Mofdify Input dropdownlistJack Konings
|   `- Re: Mofdify Input dropdownlistdlzc
+* Re: Mofdify Input dropdownlistJohnMartens
|`- Re: Mofdify Input dropdownlistJack Konings
`* Re: Mofdify Input dropdownlistKarl-Heinz
 `- Re: Mofdify Input dropdownlistJack Konings

1
Mofdify Input dropdownlist

<bc535ae4-d0a8-44ed-835c-91f5c43faa60n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1047&group=comp.lang.clipper.visual-objects#1047

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:a1c:a704:0:b0:37f:abe2:d96b with SMTP id q4-20020a1ca704000000b0037fabe2d96bmr10707581wme.28.1645699211446;
Thu, 24 Feb 2022 02:40:11 -0800 (PST)
X-Received: by 2002:a0c:fba6:0:b0:432:4bee:d7f3 with SMTP id
m6-20020a0cfba6000000b004324beed7f3mr1247012qvp.59.1645699210868; Thu, 24 Feb
2022 02:40:10 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.128.87.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Thu, 24 Feb 2022 02:40:10 -0800 (PST)
Injection-Info: google-groups.googlegroups.com; posting-host=2001:1c05:2509:b800:e17d:f45d:9277:2bc;
posting-account=Lcmj2AoAAACOnsoGfVjmbL7L71QMj4VJ
NNTP-Posting-Host: 2001:1c05:2509:b800:e17d:f45d:9277:2bc
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <bc535ae4-d0a8-44ed-835c-91f5c43faa60n@googlegroups.com>
Subject: Mofdify Input dropdownlist
From: glados.1964@gmail.com (Jack Konings)
Injection-Date: Thu, 24 Feb 2022 10:40:11 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Jack Konings - Thu, 24 Feb 2022 10:40 UTC

Hi,

On a window I've got a combobox as (sorted) dropdownlist. The box is filled with items which all have the same format like "R-"+9999 (like 'R-1234'). The list is used to select more detailed data.
Currently the user punches in "R-" followed by the number. In doing this the combobox displays the item which best fits the input.
Since the format is always the same punching in the "R-" is inefficient. It would be more convenient if the user just has to punch in the number and the best "R-9999" match would be shown.

I tried to get this behavior by defining a keyup event, "catch" the numbers and add "R-' to them. This didn't work well and i'm starting to doubt keyup is the right way to do this.

Can someone give me a hint as how to make the desired behavior?
TIA.

Re: Mofdify Input dropdownlist

<4d167f65-c5ec-4f0d-ae1b-a83fda5b1b8en@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1048&group=comp.lang.clipper.visual-objects#1048

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:a05:600c:601b:b0:380:d0e9:53c0 with SMTP id az27-20020a05600c601b00b00380d0e953c0mr2697957wmb.102.1645714167985;
Thu, 24 Feb 2022 06:49:27 -0800 (PST)
X-Received: by 2002:a37:6642:0:b0:648:aa56:335d with SMTP id
a63-20020a376642000000b00648aa56335dmr1793104qkc.39.1645714167204; Thu, 24
Feb 2022 06:49:27 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.128.87.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Thu, 24 Feb 2022 06:49:27 -0800 (PST)
In-Reply-To: <bc535ae4-d0a8-44ed-835c-91f5c43faa60n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=68.107.209.13; posting-account=7bF0GwoAAABMFHX6V4fON4-1F6LFJ834
NNTP-Posting-Host: 68.107.209.13
References: <bc535ae4-d0a8-44ed-835c-91f5c43faa60n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <4d167f65-c5ec-4f0d-ae1b-a83fda5b1b8en@googlegroups.com>
Subject: Re: Mofdify Input dropdownlist
From: dlzc1@cox.net (dlzc)
Injection-Date: Thu, 24 Feb 2022 14:49:27 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: dlzc - Thu, 24 Feb 2022 14:49 UTC

Dear Jack Konings:

On Thursday, February 24, 2022 at 3:40:13 AM UTC-7, Jack Konings wrote:
> Hi,
>
> On a window I've got a combobox as (sorted) dropdownlist. The box is
> filled with items which all have the same format like "R-"+9999 (like 'R-1234').
> The list is used to select more detailed data. Currently the user punches in
> "R-" followed by the number. In doing this the combobox displays the item
> which best fits the input. Since the format is always the same punching in
> the "R-" is inefficient.

The hacker solution: Push "R-" into the keyboard buffer, before entering the dialog. So you've entered it for them.

> It would be more convenient if the user just has to punch in the number
> and the best "R-9999" match would be shown.

Don't include the "R-" in the list you show them. "Doctor, it hurts when I do this!" Probably ignore "R" and "-" when they do press them, since you've trained some of them to type it. Might even say on screen "Enter the R-[number] you want more information on?"

David A. Smith

Re: Mofdify Input dropdownlist

<sv8666$krk$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1049&group=comp.lang.clipper.visual-objects#1049

  copy link   Newsgroups: comp.lang.clipper.visual-objects
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: martens@tennishulp.info (JohnMartens)
Newsgroups: comp.lang.clipper.visual-objects
Subject: Re: Mofdify Input dropdownlist
Date: Thu, 24 Feb 2022 15:54:00 +0100
Organization: A noiseless patient Spider
Lines: 25
Message-ID: <sv8666$krk$1@dont-email.me>
References: <bc535ae4-d0a8-44ed-835c-91f5c43faa60n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 24 Feb 2022 14:53:58 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="14bb39b4c22de1c4a664cb82595bcac1";
logging-data="21364"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18ImQobMURi6Tl6jjAJ13yiAMuMXmOIjsM="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.6.1
Cancel-Lock: sha1:bzJCvtsWE/cab/3G3iSwyQhDJio=
In-Reply-To: <bc535ae4-d0a8-44ed-835c-91f5c43faa60n@googlegroups.com>
Content-Language: nl
 by: JohnMartens - Thu, 24 Feb 2022 14:54 UTC

Why not use an SLE ?

Did you check on ListBoxSelect method ?

METHOD ListBoxSelect(oControlEvent) CLASS frmMyWindow
SUPER:ListBoxSelect(oControlEvent)
*
IF oControlEvent:Control:NameSym == #MYCOMBO

John

Op 24-2-2022 om 11:40 schreef Jack Konings:
> Hi,
>
> On a window I've got a combobox as (sorted) dropdownlist. The box is filled with items which all have the same format like "R-"+9999 (like 'R-1234'). The list is used to select more detailed data.
> Currently the user punches in "R-" followed by the number. In doing this the combobox displays the item which best fits the input.
> Since the format is always the same punching in the "R-" is inefficient. It would be more convenient if the user just has to punch in the number and the best "R-9999" match would be shown.
>
> I tried to get this behavior by defining a keyup event, "catch" the numbers and add "R-' to them. This didn't work well and i'm starting to doubt keyup is the right way to do this.
>
> Can someone give me a hint as how to make the desired behavior?
> TIA.
>

Re: Mofdify Input dropdownlist

<2a2c93de-df36-4f5c-846d-cc28cf37d8f1n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1050&group=comp.lang.clipper.visual-objects#1050

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:adf:a4d7:0:b0:1ed:b579:eac7 with SMTP id h23-20020adfa4d7000000b001edb579eac7mr2456061wrb.623.1645715024835;
Thu, 24 Feb 2022 07:03:44 -0800 (PST)
X-Received: by 2002:a05:620a:4307:b0:507:d5b1:f65e with SMTP id
u7-20020a05620a430700b00507d5b1f65emr1857875qko.363.1645715024007; Thu, 24
Feb 2022 07:03:44 -0800 (PST)
Path: i2pn2.org!i2pn.org!paganini.bofh.team!pasdenom.info!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.128.88.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Thu, 24 Feb 2022 07:03:43 -0800 (PST)
In-Reply-To: <4d167f65-c5ec-4f0d-ae1b-a83fda5b1b8en@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2001:1c05:2509:b800:e17d:f45d:9277:2bc;
posting-account=Lcmj2AoAAACOnsoGfVjmbL7L71QMj4VJ
NNTP-Posting-Host: 2001:1c05:2509:b800:e17d:f45d:9277:2bc
References: <bc535ae4-d0a8-44ed-835c-91f5c43faa60n@googlegroups.com> <4d167f65-c5ec-4f0d-ae1b-a83fda5b1b8en@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <2a2c93de-df36-4f5c-846d-cc28cf37d8f1n@googlegroups.com>
Subject: Re: Mofdify Input dropdownlist
From: glados.1964@gmail.com (Jack Konings)
Injection-Date: Thu, 24 Feb 2022 15:03:44 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Jack Konings - Thu, 24 Feb 2022 15:03 UTC

> The hacker solution: Push "R-" into the keyboard buffer, before entering the dialog. So you've entered it for them.

And how would i do that?

Re: Mofdify Input dropdownlist

<75d87075-bd87-4c57-ae5b-bbb8d042aaedn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1051&group=comp.lang.clipper.visual-objects#1051

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:a1c:a704:0:b0:37f:abe2:d96b with SMTP id q4-20020a1ca704000000b0037fabe2d96bmr11619545wme.28.1645715270765;
Thu, 24 Feb 2022 07:07:50 -0800 (PST)
X-Received: by 2002:ac8:5a12:0:b0:2de:894:69ec with SMTP id
n18-20020ac85a12000000b002de089469ecmr2726371qta.503.1645715270297; Thu, 24
Feb 2022 07:07:50 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.128.88.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Thu, 24 Feb 2022 07:07:50 -0800 (PST)
In-Reply-To: <sv8666$krk$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=2001:1c05:2509:b800:e17d:f45d:9277:2bc;
posting-account=Lcmj2AoAAACOnsoGfVjmbL7L71QMj4VJ
NNTP-Posting-Host: 2001:1c05:2509:b800:e17d:f45d:9277:2bc
References: <bc535ae4-d0a8-44ed-835c-91f5c43faa60n@googlegroups.com> <sv8666$krk$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <75d87075-bd87-4c57-ae5b-bbb8d042aaedn@googlegroups.com>
Subject: Re: Mofdify Input dropdownlist
From: glados.1964@gmail.com (Jack Konings)
Injection-Date: Thu, 24 Feb 2022 15:07:50 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Jack Konings - Thu, 24 Feb 2022 15:07 UTC

> Why not use an SLE ?

Because I want the user to have the possibility to select the item with mouse (and see all the items).

> Did you check on ListBoxSelect method ?

Yes, but i fail to see how that would solve my issue.

Re: Mofdify Input dropdownlist

<j7pv60F6f0jU1@mid.individual.net>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1054&group=comp.lang.clipper.visual-objects#1054

  copy link   Newsgroups: comp.lang.clipper.visual-objects
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: invalid@invalid.invalid (Karl-Heinz)
Newsgroups: comp.lang.clipper.visual-objects
Subject: Re: Mofdify Input dropdownlist
Date: Thu, 24 Feb 2022 18:55:27 +0100
Lines: 123
Message-ID: <j7pv60F6f0jU1@mid.individual.net>
References: <bc535ae4-d0a8-44ed-835c-91f5c43faa60n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain;
format=flowed;
charset="UTF-8";
reply-type=original
Content-Transfer-Encoding: 7bit
X-Trace: individual.net ZVBYMYUeCvQPXKZKbu0LAwkQZOrlskepyrWjIIv15iIgEUFsQ=
Cancel-Lock: sha1:6WOXlF1IZpr/4maJn9mTBVzDpHU=
In-Reply-To: <bc535ae4-d0a8-44ed-835c-91f5c43faa60n@googlegroups.com>
X-Priority: 3
X-MSMail-Priority: Normal
Importance: Normal
X-Newsreader: Microsoft Windows Live Mail 16.4.3564.1216
X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3564.1216
 by: Karl-Heinz - Thu, 24 Feb 2022 17:55 UTC

Hi Jack

some month ago i posted a sleInputTimer class in the X#-Forum. With some
small modifications the code seems to work with a DROPDOWNLIST Combo too. To
see what's going on, i added some console output to the attached
cmbTimerSearch class. Just inherit your comboBox from cmbTimerSearch and
give it a try.

What the CB_SELECTSTRING msg does is described here:

https://docs.microsoft.com/en-us/windows/win32/controls/cb-selectstring

regards
Karl-Heinz

CLASS cmbTimerSearch INHERIT ComboBox
PROTECT _lTimerActive AS LOGIC
PROTECT _nInterval := 400 AS DWORD
PROTECT _cSearch AS STRING

METHOD Destroy() CLASS cmbTimerSearch

SELF:StopTimer()

SUPER:Destroy()

RETURN NIL

METHOD Dispatch ( oEv ) CLASS cmbTimerSearch
LOCAL oEvent AS Event

oEvent := oEv

DO CASE

CASE oEvent:message == WM_CHAR

_cSearch += CHR (oEvent:wParam )

CASE oEvent:message == WM_KEYUP

SELF:StartTimer()

CASE oEvent:message == WM_KEYDOWN

SELF:StopTimer()

CASE oEvent:message == WM_KILLFOCUS

SELF:StopTimer()

CASE oEvent:message == WM_TIMER

IF ! Empty ( _cSearch )

SELF:StopTimer()

? "Search for:" , _cSearch := "R-" + _cSearch

? SendMessage( SELF:Handle() , CB_SELECTSTRING , DWORD (
_CAST , -1 ) , LONG (_CAST, String2Psz ( _cSearch ) ) )

_cSearch := ""

ENDIF

ENDCASE

RETURN SUPER:Dispatch ( oEvent )

METHOD init (oOwner, nID, oPoint, oDimension, kComboType, kStyle ) CLASS
cmbTimerSearch

SUPER:init (oOwner, nID, oPoint, oDimension, kComboType, kStyle )

RETURN SELF

METHOD SetTimerInterval ( n ) CLASS cmbTimerSearch

_nInterval := n

RETURN SELF

METHOD StartTimer() CLASS cmbTimerSearch

IF ! _lTimerActive

IF SetTimer(SELF:Handle(), 4711 , _nInterval , NULL_PTR) == 4711

_lTimerActive := TRUE

ENDIF

ENDIF

RETURN _lTimerActive

METHOD StopTimer() CLASS cmbTimerSearch

IF _lTimerActive

IF KillTimer ( SELF:Handle() , 4711 )

_lTimerActive := FALSE

ENDIF

ENDIF

RETURN ! _lTimerActive

Re: Mofdify Input dropdownlist

<0af52234-4e14-46d2-86dc-4fa7b3490464n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1055&group=comp.lang.clipper.visual-objects#1055

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:a7b:c341:0:b0:37b:c619:c9f4 with SMTP id l1-20020a7bc341000000b0037bc619c9f4mr13186572wmj.38.1645734010274;
Thu, 24 Feb 2022 12:20:10 -0800 (PST)
X-Received: by 2002:ac8:580c:0:b0:2dd:d863:8a2d with SMTP id
g12-20020ac8580c000000b002ddd8638a2dmr3976187qtg.469.1645734009943; Thu, 24
Feb 2022 12:20:09 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!3.eu.feeder.erje.net!feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Thu, 24 Feb 2022 12:20:09 -0800 (PST)
In-Reply-To: <2a2c93de-df36-4f5c-846d-cc28cf37d8f1n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=68.107.209.13; posting-account=7bF0GwoAAABMFHX6V4fON4-1F6LFJ834
NNTP-Posting-Host: 68.107.209.13
References: <bc535ae4-d0a8-44ed-835c-91f5c43faa60n@googlegroups.com>
<4d167f65-c5ec-4f0d-ae1b-a83fda5b1b8en@googlegroups.com> <2a2c93de-df36-4f5c-846d-cc28cf37d8f1n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <0af52234-4e14-46d2-86dc-4fa7b3490464n@googlegroups.com>
Subject: Re: Mofdify Input dropdownlist
From: dlzc1@cox.net (dlzc)
Injection-Date: Thu, 24 Feb 2022 20:20:10 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1719
 by: dlzc - Thu, 24 Feb 2022 20:20 UTC

On Thursday, February 24, 2022 at 8:03:46 AM UTC-7, Jack Konings wrote:
> > The hacker solution: Push "R-" into the keyboard buffer, before entering the dialog. So you've entered it for them.
> And how would i do that?

Outside VO, but you probably have these WINAPI functions available:
https://stackoverflow.com/questions/10787949/insert-into-windows-keyboard-buffer

David A. Smith

Re: Mofdify Input dropdownlist

<064c131e-3af7-4b19-ac29-03391e6ed576n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1056&group=comp.lang.clipper.visual-objects#1056

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:a05:620a:1103:b0:60d:e5c8:a597 with SMTP id o3-20020a05620a110300b0060de5c8a597mr5029582qkk.513.1645804193132;
Fri, 25 Feb 2022 07:49:53 -0800 (PST)
X-Received: by 2002:a0c:fba6:0:b0:432:4bee:d7f3 with SMTP id
m6-20020a0cfba6000000b004324beed7f3mr6201558qvp.59.1645804192958; Fri, 25 Feb
2022 07:49:52 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!1.us.feeder.erje.net!feeder.erje.net!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Fri, 25 Feb 2022 07:49:52 -0800 (PST)
In-Reply-To: <j7pv60F6f0jU1@mid.individual.net>
Injection-Info: google-groups.googlegroups.com; posting-host=2001:1c05:2509:b800:6cab:ebe2:4cd:93e5;
posting-account=Lcmj2AoAAACOnsoGfVjmbL7L71QMj4VJ
NNTP-Posting-Host: 2001:1c05:2509:b800:6cab:ebe2:4cd:93e5
References: <bc535ae4-d0a8-44ed-835c-91f5c43faa60n@googlegroups.com> <j7pv60F6f0jU1@mid.individual.net>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <064c131e-3af7-4b19-ac29-03391e6ed576n@googlegroups.com>
Subject: Re: Mofdify Input dropdownlist
From: glados.1964@gmail.com (Jack Konings)
Injection-Date: Fri, 25 Feb 2022 15:49:53 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 3
 by: Jack Konings - Fri, 25 Feb 2022 15:49 UTC

> cmbTimerSearch class. Just inherit your comboBox from cmbTimerSearch and
> give it a try.

Ah, this gives me a push in the right direction. Thanks, I will give it a try.

Re: Mofdify Input dropdownlist

<402529e4-61e7-412b-954c-9d76615a7acfn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1057&group=comp.lang.clipper.visual-objects#1057

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:a05:6214:609:b0:42d:7b1a:8dd8 with SMTP id z9-20020a056214060900b0042d7b1a8dd8mr6316351qvw.118.1645804265635;
Fri, 25 Feb 2022 07:51:05 -0800 (PST)
X-Received: by 2002:a05:620a:40e:b0:649:1532:fcc7 with SMTP id
14-20020a05620a040e00b006491532fcc7mr5197526qkp.279.1645804265428; Fri, 25
Feb 2022 07:51:05 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Fri, 25 Feb 2022 07:51:05 -0800 (PST)
In-Reply-To: <0af52234-4e14-46d2-86dc-4fa7b3490464n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2001:1c05:2509:b800:6cab:ebe2:4cd:93e5;
posting-account=Lcmj2AoAAACOnsoGfVjmbL7L71QMj4VJ
NNTP-Posting-Host: 2001:1c05:2509:b800:6cab:ebe2:4cd:93e5
References: <bc535ae4-d0a8-44ed-835c-91f5c43faa60n@googlegroups.com>
<4d167f65-c5ec-4f0d-ae1b-a83fda5b1b8en@googlegroups.com> <2a2c93de-df36-4f5c-846d-cc28cf37d8f1n@googlegroups.com>
<0af52234-4e14-46d2-86dc-4fa7b3490464n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <402529e4-61e7-412b-954c-9d76615a7acfn@googlegroups.com>
Subject: Re: Mofdify Input dropdownlist
From: glados.1964@gmail.com (Jack Konings)
Injection-Date: Fri, 25 Feb 2022 15:51:05 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 4
 by: Jack Konings - Fri, 25 Feb 2022 15:51 UTC

> Outside VO, but you probably have these WINAPI functions available:
> https://stackoverflow.com/questions/10787949/insert-into-windows-keyboard-buffer

That's a little bit over my paygrade........
I'll give the sample of Karl-Heinz a go.

Re: Mofdify Input dropdownlist

<867bf7e0-bcad-4327-81ad-564a85d8c116n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1059&group=comp.lang.clipper.visual-objects#1059

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:a05:6214:e43:b0:432:58fa:4cbb with SMTP id o3-20020a0562140e4300b0043258fa4cbbmr6952883qvc.94.1645814004904;
Fri, 25 Feb 2022 10:33:24 -0800 (PST)
X-Received: by 2002:a05:620a:9d8:b0:648:cdf7:936a with SMTP id
y24-20020a05620a09d800b00648cdf7936amr5669834qky.337.1645814004747; Fri, 25
Feb 2022 10:33:24 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Fri, 25 Feb 2022 10:33:24 -0800 (PST)
In-Reply-To: <402529e4-61e7-412b-954c-9d76615a7acfn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=68.107.209.13; posting-account=7bF0GwoAAABMFHX6V4fON4-1F6LFJ834
NNTP-Posting-Host: 68.107.209.13
References: <bc535ae4-d0a8-44ed-835c-91f5c43faa60n@googlegroups.com>
<4d167f65-c5ec-4f0d-ae1b-a83fda5b1b8en@googlegroups.com> <2a2c93de-df36-4f5c-846d-cc28cf37d8f1n@googlegroups.com>
<0af52234-4e14-46d2-86dc-4fa7b3490464n@googlegroups.com> <402529e4-61e7-412b-954c-9d76615a7acfn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <867bf7e0-bcad-4327-81ad-564a85d8c116n@googlegroups.com>
Subject: Re: Mofdify Input dropdownlist
From: dlzc1@cox.net (dlzc)
Injection-Date: Fri, 25 Feb 2022 18:33:24 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 11
 by: dlzc - Fri, 25 Feb 2022 18:33 UTC

Dear Jack Konings:

On Friday, February 25, 2022 at 8:51:06 AM UTC-7, Jack Konings wrote:
> > Outside VO, but you probably have these WINAPI functions available:
> > https://stackoverflow.com/questions/10787949/insert-into-windows-keyboard-buffer

> That's a little bit over my paygrade........
> I'll give the sample of Karl-Heinz a go.

OK. Don't you initialize the search string you have the customer type in to navigate that list? Can't you set it to "R-" before calling the display routine? I don't do VO, but we have stuff like this in xHarbour...

David A. Smith

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor