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 » ArrayCtrl or Sql feature broken in latest releases
ArrayCtrl or Sql feature broken in latest releases [message #54568] Sat, 15 August 2020 10:45
Alboni is currently offline  Alboni
Messages: 214
Registered: January 2012
Location: Deventer, Netherlands
Experienced Member
This construct does not compile any more in the newest versions:
Kubuntu 20.04 Clang
Upp version 14687

ArrayCtrl ac;
// add columns etc

Sql sql;
// some query

while (sql.Fetch()) ac.Add(sql);


See attached example

  • Attachment: test.zip
    (Size: 1.47KB, Downloaded 112 times)

[Updated on: Sat, 15 August 2020 10:52]

Report message to a moderator

Previous Topic: ArrayCtrl drop on all control area
Next Topic: GridCtrl GetSelectedCount() bug?
Goto Forum:
  


Current Time: Fri Mar 29 09:02:50 CET 2024

Total time taken to generate the page: 0.01187 seconds