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 » U++ SQL » Program changing column
Re: Program changing column [message #54994 is a reply to message #54993] Sun, 04 October 2020 09:46 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14257
Registered: November 2005
Ultimate Member
ColumnWidths is really mostly for initial setup (btw, there is a little trick: if you ctrl-click the table header in debug mode, U++ will store ColumnWidth code on the clipboard. That way you can setup it in running application and then move values easily into your source code).

You can use HeaderTab(i) to get into setting of header and then Show or Hide... Something like

sqlTaxReport.HeaderTab(2).Show(annon.Get() == 1);
sqlTaxReport.HeaderTab(3).Show(annon.Get() != 1);


Mirek
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: sqlite and dropdate / editdate etc
Next Topic: Changing Database [Solved]
Goto Forum:
  


Current Time: Sat May 10 21:22:44 CEST 2025

Total time taken to generate the page: 0.02629 seconds