John Davidson
- Login: DLLabs
- Email: jtdavidson@gmail.com
- Are you a spammer?: No
- Registered on: 04/07/2013
- Last sign in: 07/15/2014
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 3 | 3 |
Activity
05/30/2014
- 06:53 AM Wt Help: RE: Help needed with Combo boxes inside database WTableViews
- And Koen too!
Hey Mohammed,
You need to specialize WItemDelegate and use that item delegate for the particu... - 06:51 AM Wt Help: RE: Help needed with Combo boxes inside database WTableViews
- Actually it's not Koen but Wim:
There are two possibilities:
If you want to show the WComboBox only when in... - I want to display a WT QueryModel of an database table using a WTableView, in such a way that some of the columns in ...
05/21/2014
- Is there something you should do to a MySQL database session/connection/connectionpool after you create a db schema w...
- 05:17 AM Wt Help: RE: "QueryModel: geometry inconsistent with database" when deleting too many rows from querymodel
- thanks Koen, that seems to have fixed it!
05/20/2014
- 12:41 PM Wt Help: RE: "QueryModel: geometry inconsistent with database" when deleting too many rows from querymodel
- I might add, I get the same problem if I delete rows from the database directly using a query rather than through the...
- I have this code snippet for deleting from the database rows that are selected in a tableview/querymodel:
const ...
05/17/2014
- 09:48 AM Wt Bug #3155 (Closed): WTableView.selectionChanged() not triggering with Wt::SelectionMode::SingleSelection set when deselecting
- A WTableView with Wt::SelectionMode::ExtendedSelection set will trigger selectionChanged() when a row is ctrl-clicked...
- 04:22 AM Wt Help: RE: binding variable that might be NULL in Wt::Dbo::backend::MySQL
- The solution was simple: I used the nullsafe operator "<=>" rather than "=" and it operated as hoped.
thus:
...
05/16/2014
- 08:40 PM Wt Help: RE: binding variable that might be NULL in Wt::Dbo::backend::MySQL
- rather it would generate the MySQL query ".... where bogan\_date = NULL". But same diff.
Also available in: Atom