Jump to content


Lothar

Member Since 11 Jan 2019
Offline Last Active Feb 22 2021 02:57 PM
-----

Topics I've Started

Showing / editing TNxDBMemoColumn6 full

22 February 2021 - 01:52 PM

Hi Boki,

My problem is, that I have a TNxDBMemoColumn6. But it shows only the little part in the grid. I can't find any way to edit a bigger text apropriately like 3 points on a button to go to an edit-window.
I also used InplaceEdit a TNxMemo6. That doesn't change anything

In TNxMemo6 I can set the scrollbars - but then the whole field in the grid is schrolbars.

 

In the forum you wrote often about MemoDisplayOptions. I can't find MemoDisplayOptions. I searched through your whole source code - no MemoDisplayOptions.

Is there a way?


best regards,
Lothar


Clearing fields

03 February 2021 - 07:08 PM

Hello,

 

I have integer fields in the database which I can edit in NextDbGrid - also TNxDbLookupColumn-fields.

1. How do I empty them - get null in the Database?

    That doesn't work: "  nxgrdVermBericht.Cell[nxgrdVermBericht.SelectedCol, nxgrdVermBericht.SelectedRow].Empty := True;"

2. if TNxDbLookupColumn are null (new record) and I click on them it says "Variante des Typs (OleStr) konnte nicht in Typ (Integer) konvertiert werden" => "Typ OleStr couldn't be converted into Typ Integer"

   how can it show empty when there is null in the database?

 

kind regards,

Lothar