Search found 3 matches

by Lincon
Tue Nov 19, 2019 7:26 am
Forum: Windows
Topic: Installing user libraries and support files...
Replies: 0
Views: 2292

Installing user libraries and support files...

Hello everyone,,
I have found a lot of posts about user libraries. Now I need to know how to and where to properly install user created libraries.

Also, I see some offerings have different files, folders inside say a .zip file. Do I just make a new folder and move all into that folder say at this ...
by Lincon
Sun Nov 10, 2019 2:12 pm
Forum: Windows
Topic: Special folder paths in configuration files
Replies: 1
Views: 1631

Special folder paths in configuration files

Hello everyone,,
I've got a configuration file for an application that needs to store a path. I can store a fixed path easily enough, such as "C:\foo\bar". However, I'd like to make it able to handle special paths. Easy enough for some things, as I can include a call to ExpandEnvironmentStrings ...
by Lincon
Thu May 16, 2019 1:08 pm
Forum: Coding Questions
Topic: SQLite using Variables with SELECT and WHERE
Replies: 10
Views: 4415

SQLite using Variables with SELECT and WHERE

Hello everyone,,
I have a form with data from SQLite. Vertically on the left I am showing all of the fields for a single record. As I can only do a Next and not a Previous in SQLite I have a ListIconGadget() to the right containing all of the records from the database showing just three or four ...