Subject RE: [IBO] Focus dissaperaring in grid
Author jwharton@ibobjects.com
AlwaysShowEditor might be what you want.

Jason

--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
I've even noticed that when the user clicks in the grid, you can't see the
cursor until you goto the next cell.
Am I missing a property here?
Kevin

-----Original Message-----
From: dmarmur2002 [mailto:arbit@...]
Sent: Saturday, February 14, 2004 9:03 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] Focus dissaperaring in grid


Tried to post this through Atkins but it seemed I failed. If it's
duplicated then I apologize...

Hi!

I have a problem. It's simple to recreate.
1. Drop a master grid on a form. Set TabMovesOut to true.
2. Drop a detail grid on the same form. Set TabMovesOut to true. Set
AlwaysShowEditor to true.
3. Create Queries and set the RequestLive to true on the detail. Set
up a proper master-detail behaviour.
4. Drop a TIB_ComboBox on the detail grid and connect it to the first
column.

When I navigate in the master grid so that there are some records in
the detail grid and tab to the detail grid the TIB_Combobox shows
properly. But when I tab to the detail grid and it's empty (the
master has no detail records) it does not show. In this case if I
press shift it appears!

This might seem a small problem but for a blind person it's
disastrous.

Thanks for any help,

/Dany