Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » Applying NoDuplicate within GridControl
Applying NoDuplicate within GridControl [message #9609] Mon, 21 May 2007 00:01 Go to previous message
mellithy is currently offline  mellithy
Messages: 4
Registered: May 2007
Junior Member
In "Home Budget" example I'm trying to use NoDuplicate to Month and group input but I do not how?

I used a Sqlite external program and added an extra index to the DATES and GROUPS tables with an extern program.

I used the following statements
CREATE UNIQUE INDEX DT_index ON DATES(DT ASC);
CREATE UNIQUE INDEX GR_index ON GROUPS(NAME ASC);

But "Home Budget" crashs during input duplicate row with the following message :
Assertion failed in C:\upp\uppsrc\CtrlCore\Win32Wnd.cpp, line 548
0

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: DropList multiple selection
Next Topic: Hide arrayctrl column?
Goto Forum:
  


Current Time: Tue May 14 18:52:35 CEST 2024

Total time taken to generate the page: 0.01710 seconds