Jump to content


Nonstop

Member Since 16 Mar 2005
Offline Last Active Jun 10 2021 06:27 PM
-----

Topics I've Started

NXTimePicker6 time format

09 June 2021 - 09:12 PM

Boki,

 

In the NXTimePicker6 do you have the ability to get the time in 24 hour format instead of am/pm.

Also can the NXDatePicker6 change its display to yyyy/mm/dd

 

I am using them within NXTimeColumn6 and NXDateColumn6.

 

I am using version 6.6.2


Fast loading of NextDbGrid records

26 February 2021 - 03:28 AM

I am new to using DBGrids.

 

Currently when I want to add many rows to a NextGrid I use the AddRows(x) feature then load the cells then delete any rows not used.

 

Is there a way to do this on a NextDbGrid using a in-memory database (Developer Express's .TdxMemData is like TClientDataset)

 

I can get it to work doing single appends to the database but I cannot figure out how to add multiple records at once.

When I loop and append many records to the database the speed is terrible..


Detecting right-click on column header

24 February 2021 - 02:24 AM

How do I detect a right-click on a column header?

 

I have my own sort and filter routines and want to override the current actions and displays.

The OnHeaderClick for the column does not let me know what column or if it was a right or left mouse click.

I need to know what column was clicked.

 

Delphi 7 with NextGrid 6.2.2

 

Steve...