Search the Community
Showing results for tags 'checking'.
-
Files Checklist Just a simple little (complex enough) program I whipped up, for a purpose ... but only too happy to share. It can of course be modified to do more, but at the moment just compares file names with or without path ... Location versus Checklist. There are of course other compare programs out there, most doing a lot more than mine (i.e. WinMerge or FileComparer). But I wanted something quick and simple with drag & drop, that uses up a smallish amount of screen real estate. NOTE - The SAVE button is also a LOAD one, and displays 'Load' when the list is empty. So
-
Good morning guys How are you? Hope you're fine I'm doing some field checking... Can you suggest me something? Something like: If the user doesn't prompt anything in a field, MsgBox and focus on the "blank" field, else, keep up with the script. I thought on a nested If...Else, but I have something like 10+ edit to control... Thanks guys! EDIT: And I would like to know either how to retrieve all listview item ( 2 columns ) from a ListView... Column A|Column B abcd | 1234 bcda | 1432 How can I retrieve an array with abcd|1234|bcda|1432 ? Thanks