Python Forum
Utilizing SQLite dot commands
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Utilizing SQLite dot commands
#3
The returned information is to be displayed in a multi-row text input box. Even though the sort fields will change based on user selection; i do know what those column names are if i need to create the headers.
for cow in animals:
            self.cow_abbr_txt.text=self.cow_abbr_txt.text +'\n'+ str(cow)
I thought if it were returned already formatted with column names and widths it would be in a layout i could use and not have create my own.
Also if there is a better approach to displaying my data I am interested.
thanks
Reply


Messages In This Thread
Utilizing SQLite dot commands - by hammer - Apr-18-2022, 12:12 PM
RE: Utilizing SQLite dot commands - by ndc85430 - Apr-18-2022, 01:25 PM
RE: Utilizing SQLite dot commands - by hammer - Apr-18-2022, 02:52 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  trouble with sqlite (indentation in sql commands) cimerio 3 513 Feb-28-2025, 01:20 PM
Last Post: cimerio

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020