Jump to content


qi130

Member Since 04 Jul 2007
Offline Last Active Sep 25 2025 12:23 PM
-----

Topics I've Started

How to set a row visible or not

16 September 2025 - 02:20 PM

Hello,

 

I need to set visibility of rows in a dbgrid ("pool") depending on they exist in another dbgrid.("selection") to simulate a move from one grid to the other grid (both directions). pool items never change, selection items can.

 

When application starts, the pool is loaded, all row visible.

When loading a main application "record" from the DB, with its own selected items, I need to set visible:=false these items from the pool. (hope it's clear)

I currently try, for each items in selection grid to find its "key" in the pool grid 

poolgrid.FindText(0,key,SearchOptions)

Is it correct ?

Then, how to hide this LastFoundRow ?

 

Thanks.

 

 


How [un]check a whole NxCheckboxColumn?

30 November 2024 - 03:05 PM

Hello,

 

What's the best way to do this?

- loop ?

- delete column & recreate it

- hidden procedure I have not seen

 

Regards


NxMemoColumn and inplace editor

12 November 2024 - 03:47 PM

Hello all!

Still using the V5 :rolleyes:...

 

My MemoColumn references a NXMemoinplaceEditor in its InplaceEdit.

Entering a cell, I can see the scrollBar of the memo. All is ok except only 1 line is visible :(

 

So, is there a way to expand the memo size to the designed one under the IDE?

 

Regards.