Quote:
|
Originally Posted by rhmorrison
Quote:
|
Originally Posted by RD100
I just quickly designed a Book Collection Database Form in around 20 minutes, and it works great!
|
How about posting your FORM so others can try it out. I've been meaning to create a database of my books for a long time now! Maybe this would give me the start impulse that I need to really do it!
|
Copy the following file to your PC, by right-clicking on the filename, and use "Save Target As", and
rename the .txt extension to .gsf
BookCollection.txt
Copy the BookCollection.gsf file to your \My Documents\PocketPC My Documents folder (the one used by ActiveSync).
Then start up XS Designer on your PC, and open the BookCollection.gsf form using the OPEN command in the File Menu at the top.
To test it on your PPC, first install the XS Forms application on your PPC, then in XS Designer, select File > Test on PPC, from the File menu. The form will automatically be copied to your PPC, and XS Forms will start up with the form displayed.
The XS Forms program also comes with Sample forms, but I haven't tried them.
My BookCollection form was done in only 20 minutes, so it isn't anything special, but it works !!!
You can search the BookCollection using several queries I created.
They use asterisk wildcards, so if you want to search for an Author, but don't know the correct spelling, you can type "S*" to pull up all Author's beginning with "S". Or you can type "*S*" to pull up all Authors with an "S" in their name. NOTE ... you must use a wildcard * for all searches, even if you enter the exact spelling, because of the way my SQL is currently coded. I use a SELECT ... WHERE ... LIKE, so it requires an *, otherwise you will get an error. So if you want "Smith", enter "Smith*".
Once the search results list is displayed, you can also double-tap on any entry to bring up the full information of the book into the main form.
Book information is automatically saved once you enter it, so there is no need to click a separate "Save Record" button.
XS Designer has very good help screens, so I recommend reading them. They give examples of SQL queries, so you will understand how to create them for your own forms.
