ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > N.A.N.Y. 2011

NANY 2011 Release: Snap DB

<< < (20/41) > >>

Winkie:
Thanks for these updates, Skwire. :Thmbsup:

    + The 'Run' feature will attempt to execute data that meet the following
      criteria:
        # A file or folder e.g.: c:\path\to\my.exe, c:\path\to\image.png
        # A URI/URL with "://" in it e.g. http://www.site.com
        # 'mailto:' links e.g. mailto:[email protected]
-skwire (February 01, 2011, 01:49 PM)
--- End quote ---

I'm not sure what you what you mean with attempt to execute, but it also tries to run a field like "Go to http://google.com", which obviously fails.
IMHO, Apart from a FileExist() check, (which you must be using because only "config.ini" works!)
the check should be something like:

--- Code: Autohotkey ---; OK: http://google.com; OK: www.google.com; OK: mailto:[email protected]; OK: D:\Program Files\SnapDB\SnapDB.exe; OK: file:///c:/windows/; OK: \\ComputerName\SharedFolder\ResourceMsgBox, % RegExMatch( Clipboard, "^(http:|www.|mailto:|[a-zA-Z]:\\|file://|\\\\)" )

skwire:
Thanks, Winkie.  I've improved the matching logic to match anything starting with http://, ftp://, www. or mailto:.  As for files and folders, yes, I was doing a FileExist() first.

Website | Download
v1.1.4 - 2011-02-01
    * Improved the matching logic when using the 'Run' buttons.  (Thanks, Winkie)

skwire:
Website | Download
v1.1.5 - 2011-02-02
    + Snap DB is now Unicode capable.  Notes:
        # This version is supported by WinXP and up.  Older operating systems
          will need to use the SnapDB_ANSI.exe file instead.
        # Database files are read and written in UTF-8 format.   
    + Added Ctrl-Shift-O hotkey for opening the Options dialog.
    * Changed the copy-to-clipboard delimiter to allow more than just one
      character.  (Thanks, Winkie)
    ! Fixed GUI glitches with Add/Update/Insert and Options dialogs.  (Thanks,
      Winkie)

skwire:
Website | Download
v1.1.6 - 2011-02-04
    * Changed how the clipboard-copy delimiter information is entered.  Please
      use the help button to see how the tokens work.  If you had spaces or tabs
      in your string, you will have to change it.

smartmushu:
Hi skwire, really nice apps you have here.. :up: Thanks for the good job. I've used snapDB for many types tables, including one with date type data and memo type data.  :D

However, I do have some questions / requests regarding snapDB. Is it possible if snapDB implement some kind of "sort by date" function? I sometimes need to sort my data based on date. And last, do you mind to provide any option to use comment box instead of text box to input/edit/read memo type data?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version