Jump to content


pka4916

Member Since 14 Apr 2010
Offline Last Active Jul 02 2020 01:27 AM
-----

Topics I've Started

unable to add Columns

18 June 2020 - 01:33 AM

in Delphi 10.3  I keep getting  a crash when I try to add a column

 

Any suggestions?

 

 

[286DECAE]{NxStandard6Run_d10_3.bpl} Nxstdctrls6.TNxToolPalette6.GetPaletteByText + $26
[50E4E1CD]{vcl260.bpl  } Vcl.Menus.IterateMenus (Line 764, "Vcl.Menus.pas" + 6) + $9
[286DE7C3]{NxStandard6Run_d10_3.bpl} Nxstdctrls6.TNxToolPalette6.Add + $3B
[013D406C]{NxGrid6Dsgn_d10_3.bpl} Nxcolumnseditor6.TNxColumnsEditor6.AddButton + $3C
[013D4115]{NxGrid6Dsgn_d10_3.bpl} Nxcolumnseditor6.TNxColumnsEditor6.AddButtons + $15
[013D4559]{NxGrid6Dsgn_d10_3.bpl} Nxcolumnseditor6.TNxColumnsEditor6 + $29
[013DB80E]{NxGrid6Dsgn_d10_3.bpl} Nxgridreg6.TNxColumnsProperty6.OpenEditor + $32
[013DB720]{NxGrid6Dsgn_d10_3.bpl} Nxgridreg6.TNxColumnsProperty6.Edit + $C
[013DACF4]{NxGrid6Dsgn_d10_3.bpl} Nxgridreg6.TNxGridComponentEditor6.EditProperty + $44
[21032B40]{designide260.bpl} DesignEditors.TDefaultEditor.CheckEdit (Line 2739, "DesignEditors.pas" + 2) + $5
[21032914]{designide260.bpl} DesignEditors.GetComponentProperties (Line 2654, "DesignEditors.pas" + 95) + $23
[21032DEC]{designide260.bpl} DesignEditors.TDefaultEditor.Edit (Line 2785, "DesignEditors.pas" + 7) + $24
[013DACA8]{NxGrid6Dsgn_d10_3.bpl} Nxgridreg6.TNxGridComponentEditor6.Edit + $0
[013DADC0]{NxGrid6Dsgn_d10_3.bpl} Nxgridreg6.TNxGridComponentEditor6.ExecuteVerb + $48
[5284F012]{vcldesigner260.bpl} VCLSurface.TVclDesignSurface.ComponentVerb (Line 2918, "VCLSurface.pas" + 3) + $B
[50E520F2]{vcl260.bpl  } Vcl.Menus.TMenuItem.Click (Line 2563, "Vcl.Menus.pas" + 19) + $8
[50E5381F]{vcl260.bpl  } Vcl.Menus.TMenu.DispatchCommand (Line 3507, "Vcl.Menus.pas" + 5) + $2
[50E54AAA]{vcl260.bpl  } Vcl.Menus.TPopupList.WndProc (Line 4680, "Vcl.Menus.pas" + 4) + $E
[5006030C]{rtl260.bpl  } System.TMonitor.CheckOwningThread (Line 19122, "System.pas" + 2) + $0
[5006062E]{rtl260.bpl  } System.TMonitor.Exit (Line 19312, "System.pas" + 1) + $2
[18C87255]{cxLibraryRS26.bpl} Cxcontainer. + $0
[18AFEC29]{cxLibraryRS26.bpl} Dxhooks. + $0
[50E549F9]{vcl260.bpl  } Vcl.Menus.TPopupList.MainWndProc (Line 4655, "Vcl.Menus.pas" + 2) + $5
[50179C9C]{rtl260.bpl  } System.Classes.StdWndProc (Line 17959, "System.Classes.pas" + 11) + $2
[50E6ECCF]{vcl260.bpl  } Vcl.Forms.TApplication.ProcessMessage (Line 10747, "Vcl.Forms.pas" + 23) + $1
[50E6ED12]{vcl260.bpl  } Vcl.Forms.TApplication.HandleMessage (Line 10777, "Vcl.Forms.pas" + 1) + $4
[50E6F045]{vcl260.bpl  } Vcl.Forms.TApplication.Run (Line 10915, "Vcl.Forms.pas" + 26) + $3
[0051D06E]{bds.exe     } bds.bds (Line 214, "" + 7) + $7
 

How do I accomplish this

17 June 2020 - 05:34 AM

If I have in my databasebase the following fields

name, Country, mainindex, subindex
with the data

Tom, US, 1, 0
Donald, US, 2, 1
Rob, US, 3, 0
Ducky, US, 4, 1
Dodo, US, 5, 1

It needs to end up like

+Tom
- Donald
- Ducky
- Dodo
+ Rob

How do I accomplish that ?

Thank you clear.png


won't install in 10.4

31 May 2020 - 05:30 PM

Seems like the latest version does not install for 10.4

 

it's missing the an extra ../  for the  inc file in some of the files.

 

and compiling through the command prompt, seems to be complaining about a delphi.dpr file,   but through the GUI it installs after making those modifications.