Benoit Minisini wrote:
>
> On dimanche 21 septembre 2008, MaxVK wrote:
>> I am loading information from a sqlite3 database file using a query. The
>> results have two fields, Filename and Filepath.
>>
>> The Filename information is to be loaded into a list box where
>> sorted=true.
>> Clicking
On dimanche 21 septembre 2008, MaxVK wrote:
> I am loading information from a sqlite3 database file using a query. The
> results have two fields, Filename and Filepath.
>
> The Filename information is to be loaded into a list box where sorted=true.
> Clicking on an item in the filename list will sh
I am loading information from a sqlite3 database file using a query. The
results have two fields, Filename and Filepath.
The Filename information is to be loaded into a list box where sorted=true.
Clicking on an item in the filename list will show the Filepath string.
At the moment I am loading