U++ framework
Do not panic. Ask here before giving up.

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: Sun May 10 18:42:30 GMT+2 2026

Total time taken to generate the page: 0.00417 seconds