Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.lang.clipper > #1597
| From | lohen <lohen@users.sourceforge.net> |
|---|---|
| Newsgroups | comp.lang.clipper |
| Subject | Re: GET TBROWSE |
| Date | 2023-06-30 05:32 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <u7libq$2eifg$1@dont-email.me> (permalink) |
| References | <d770d8ee-1354-44ea-841f-d3d5cba27e03n@googlegroups.com> |
Op 2023-06-29 om 20:54 schreef Mohamed Hamza: > Hi All, > > I wrote this simple code to show my problem: > > @0, 0, 10, maxcol() GET u1 TBROWSE oTB1 > @11, 0, maxcol(),maxrow() GET u2 TBROWSE oTB2 > > READ > > oTB1 is displayed normaly but oTB2 is not showed until I click on 11,0,maxcol(),maxrow() zone or when I use the TAB key! > Is it possible to display oTB1 and oTB2 at the same time? > > Nb: I believe that oTB2 is displayed when we set the focus on it? > > Regards. > > Med Can you use the @ ... GET SEND ... clause as in @ 0,0,10,maxcol() GET u1 TBROWSE oTB1 SEND display() @ 11,0,maxrow(),maxcol() GET u2 TBROWSE oTB2 SEND display() // maxrow(),maxcol() was in wrong order in your sample hth, lohen
Back to comp.lang.clipper | Previous | Next — Previous in thread | Next in thread | Find similar
GET TBROWSE Mohamed Hamza <medhome60@gmail.com> - 2023-06-29 11:54 -0700
Re: GET TBROWSE lohen <lohen@users.sourceforge.net> - 2023-06-30 05:32 +0200
Re: GET TBROWSE Mohamed Hamza <medhome60@gmail.com> - 2023-06-30 08:03 -0700
Re: GET TBROWSE Mohamed Hamza <medhome60@gmail.com> - 2023-06-30 08:50 -0700
Re: GET TBROWSE lohen <lohen@users.sourceforge.net> - 2023-06-30 18:51 +0200
Re: GET TBROWSE Mohamed Hamza <medhome60@gmail.com> - 2023-06-30 12:28 -0700
Re: GET TBROWSE lohen <lohen@users.sourceforge.net> - 2023-07-01 08:16 +0200
Re: GET TBROWSE Mohamed Hamza <medhome60@gmail.com> - 2023-06-30 23:36 -0700
Re: GET TBROWSE lohen <lohen@users.sourceforge.net> - 2023-07-01 09:20 +0200
Re: GET TBROWSE Mohamed Hamza <medhome60@gmail.com> - 2023-07-01 03:21 -0700
Re: GET TBROWSE lohen <lohen@users.sourceforge.net> - 2023-07-01 12:44 +0200
Re: GET TBROWSE Mohamed Hamza <medhome60@gmail.com> - 2023-07-01 09:15 -0700
Re: GET TBROWSE lohen <lohen@users.sourceforge.net> - 2023-07-01 18:56 +0200
Re: GET TBROWSE Mohamed Hamza <medhome60@gmail.com> - 2023-07-01 11:02 -0700
Re: GET TBROWSE lohen <lohen@users.sourceforge.net> - 2023-07-01 21:55 +0200
csiph-web