Mirtheil,
After posting the above reply, I opened the app and clicked on the "select file" option in the app. When the dialog displayed, it showed the list of available files, but I did not see a MultiSelect option.
Is the solution a variation of for x := 0 the selected - 1 do? ... and in...
Mirtheil,
Hello. Yes, I am using the OpenDlg file system popup dialog box to select the desired file. To improve the app, I need to allow the user(s) to select multiple files at one time.
Patrick
Hello. I currently have an app which allows the user to select an image file from the MS file system ... then I store the filename and a link to the file in the app database.
I am using Delphi 6 (BDS2006) and would like to know how I can detect if several image files are selected from the MS...
mirtheil,
Thanks for jogging my memory. I rewrote the "suspected" procedure to remove the unnecessary coding ... as follows ... which led me to the offending procedure. Now the problem is solved. Once again, THANKS
procedure TfrmFormImport.InitializeFormsList;
var
SearchRec : TSearchRec...
Mirtheil …
The code is over a decade old and was compiled on a WinXP Pro OS. The code does the following:
1. Looks for files (in a specific folder) *.SQL
2. If it locates a *.SQL file, it places the file name string (minus the extension) into the list box for the user.
On a Win10 Pro box...
I have some older source code ( ran on WinXP ) which I need to port to function on Win10. The basis for the code is to construct a list of filenames and list them in a listbox. The source is provided below … but, I need to replace it with similar code that works on the Win10 OS platform(s)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.