Subject | RE: [IBO] TIB_ComboBox on grid navigation problem |
---|---|
Author | Cagatay Tengiz |
Post date | 2002-01-16T23:53:39Z |
Thanks Geoff, I've realized the messages after I posted my questions. And I
think that only solution for now is teaching users to use control key when
navigating. Although you stated that in your applications you do not like
using grid for inputs (and I must say that I agree with you), my users are
so familier with Excel, they do demand excel type input from me and this
leads me using grid.
Best Regards
Cagatay Tengiz
-----Original Message-----
From: Geoff Worboys (TeamIBO) [mailto:geoff@...]
Sent: Thursday, January 17, 2002 1:36 AM
To: Ca?atay Tengiz
Subject: Re: [IBO] TIB_ComboBox on grid navigation problem
have similar problems with LookupCombo or my own EditEnh based
controls on IB_Grid. I use:
NavigateOptions = [gnCtrlNavigate]
so that the users can consistently navigate the grid simply by holding
the ctrl key down. There was a posting yesterday (subject "Lookup
List") under which I described more about how I usually setup editable
grids. (See the newsgroup mirror or yahoogroups site to view old
messages if you dont have them in your email client.)
--
Geoff Worboys - TeamIBO
Telesis Computing
Yahoo! Groups Sponsor
ADVERTISEMENT
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
keyword-searchable FAQ, community code contributions and more !
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
think that only solution for now is teaching users to use control key when
navigating. Although you stated that in your applications you do not like
using grid for inputs (and I must say that I agree with you), my users are
so familier with Excel, they do demand excel type input from me and this
leads me using grid.
Best Regards
Cagatay Tengiz
-----Original Message-----
From: Geoff Worboys (TeamIBO) [mailto:geoff@...]
Sent: Thursday, January 17, 2002 1:36 AM
To: Ca?atay Tengiz
Subject: Re: [IBO] TIB_ComboBox on grid navigation problem
> I am placing a TIB_Combobox on a TIB_Grid and setting the values ofThis is one of the hazards of setting up a grid for editing. You will
> combobox to Style = csDropDownList and filling Items, ItemValues
> property. Untill here everything is fine when user tries to move on
> grid with cursor keys and when s/he touches the cell which has
> combobox, dataset enters to edit mode thus user was only trying to
> move between the cells. How can I avoid this behaivour ?
have similar problems with LookupCombo or my own EditEnh based
controls on IB_Grid. I use:
NavigateOptions = [gnCtrlNavigate]
so that the users can consistently navigate the grid simply by holding
the ctrl key down. There was a posting yesterday (subject "Lookup
List") under which I described more about how I usually setup editable
grids. (See the newsgroup mirror or yahoogroups site to view old
messages if you dont have them in your email client.)
--
Geoff Worboys - TeamIBO
Telesis Computing
Yahoo! Groups Sponsor
ADVERTISEMENT
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
keyword-searchable FAQ, community code contributions and more !
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]