Sw4   >   Userdocs   >   User Docs (All Contents)

User Documentation

This section covers documentation for end users of StudioWorks framework based applications.

The end user documentation is meant to be a general guide. Exceptions and variations will exist for different applications that are built on the StudioWorks framework.

The StudioWorks framework software can run on Windows XP, Windows Vista, Mac OS X, and Linux.

In the documentation:

The screen shots for this documenation have been taken on an Apple/Mac computer. The actual look on your computer will be similar with variations appropriate to your computer.

Startup

To startup your application look for a file called open_NameOfApplication (Replace NameOfApplication with the actual name of your application.)

open_NameOfApp.gif

Double-click the file to open the application.

The open_NameOfApplication will in turn open the other files that are needed and connect to the database where your information are stored.

All going well a Sign-In (Logon) window will be opened.

Sign-In (Logon)

In the Sign-In (Logon) window you will need to enter your User ID and Password.

The default user ID and password during application development and testing is normally:

User ID: SYS
Password: pass

After you enter the user name and password click the Sign-In button.

Signin.gif

All going well your application's main menu will be installed and the main window will be opened.

Main Window

The main window has a navigation treelist on the left side.

MainWindowNavTreelist.gif

As you click on different nodes in the treelist, subwindows will appear in the right side of the main window. The subwindows let you find, view, insert, edit, export, and print your data.

You can open more than one subwindow for a particular node by shift+clicking on a node. A standalone subwindow will be opened. This allows you to look at more than one record at a time. You can resize and reposition the standalone window on your screen.

You can resize the navigation treelist width by dragging the right edge of the treelist to the left or right. The resized treelist width will be saved.

You can hide/show the navigation treelist by clicking the green arrow button at the top of the navigation treelist.

MainWindowNavTreelist.gif

Toolbars

Most windows have a toolbar near the top of the window. The toolbar has various buttons which you can click to initiate different actions.

ToolbarButtonsListMode.gif

What buttons you see in the toolbar is dependent on the window, the mode, and your security permissions.

In list mode, the toolbar could have the following buttons:

  1. Edit - Opens a window where you can make changes to the currently selected record.
  2. New - Opens a window where you can enter a new record.
  3. New Copy - Makes a copy of the currently selected record and opens a window where you can make changes to the copy of the currently selected record. The new record is not created until you save the new copy record.
  4. Delete - Deletes the currently selected record(s). You will not be allowed to delete a record which has other records connected to it.
  5. Find - Opens a Find window which lets you enter multiple criteria to search for records.

    Tip

    You can shift+click on the Find button to instantly fetch all records.



    Note

    Only the first 500 records will be fetched. A More button will appear in the bottom right corner of the window if more records are availalbe to be fetched. Each time you click the More button, 500 more records will be fetched and appended to the list.

  6. Print - Prepares a report preview with the listed records.

    Tip

    If one record is selected all the records in the list will be included in the report. If more than one record is selected, only the selected records will be include in the report.



    Tip

    Shift+Click to select multiple lines in the list.
    Ctrl/Cmd+Click to select/deselect individual lines in the list.

  7. Export - Exports the listed records to a tab delimited file.

    Tip

    If one record is selected all the records in the list will be exported. If more than one record is selected, only the selected records will be exported.

In edit or new mode, the toolbar could have the following buttons:

  1. Save and Close - Saves the new or changed record to the database and goes back to the list mode subwindow.

    Tip

    Provided you are not in a multi-line entry field, pressing the Enter/Return key located above the Shift button on the right side of the keyboard, will normally do the same thing as clicking the Save and Close button.

  2. Save - Saves the new or changed record to the database without going back to the list mode subwindow.
  3. Cancel - Cancels any changes since the last save and returns to the list mode subwindow.

    Tip

    Pressing the Esc key located near the top left corner of the keyboard normally does the same thing as clicking the Cancel button.

  4. Revert - Undo any changes since the last save without going back to the list mode subwindow.
  5. Save and New - Saves the current record and starts a new record without going back to the list mode subwindow.

Searchbar

Some list mode window may have a searchbar just below the toolbar. The searchbar is a quick way to search for record records based on a single set of criteria.

Searchbar.gif

  1. The left column is the search field that you want to search on.

    Tip

    You can click the droplist to change the search field, or press the up or down arrow key when focus is on the search field.

  2. The middle column is the operator you want to use when comparing the search field with the search value.

    Tip

    You can press the tab key to move from the search field to the operator field. You can click the droplist to change the search field, or press the up or down arrow key when focus is on the search field.

  3. The right column is the search value. Enter whatever value you want to use to search for records.
  4. The button on the far right is the search button. Click the search button after you have entered all of the search criteria.

    Tip

    If the search value field is an entry field you can press the Return/Enter key on the keyboard after you enter the search value instead of clicking the search button

Entry Fields

When you are in new or edit mode you can move from one entry field to the next entry field a few different ways:

  1. Move the mouse over the next entry field and click down on the mouse. This is the least efficient way to move from field to field.
  2. Press the Tab key on the keyboard. To move to the previous field press Shift+Tab.
  3. Press the Enter key located on the numeric keypad. To move to the previous field press Shift+Enter.

    Note

    The Enter key on the numeric keypad is different than the Enter/Return key located above the Shift key on the right side of the keyboard.

When the focus is on a field, the field will normally have a colored border. The colored border is used to hints things to you:

  1. Blue border is a normal entry field.

    EntryField_normal.gif

  2. Dashed border is an uppercase field. You do not need to press the shift or caps lock field when typing in a dashed border field. The letters are automatically converted to uppercase for you.

    EntryField_normal.gif

  3. Red border is a lookup entry field. A lookup field links the current record to a record in a different window. (In the database world we call this a foreign key to a referenced table.) As you type characters in a lookup field, matching records in the referenced table are fetched and listed below the lookup entry field. If you see the record you want to link to you can click on it with the mouse, or press the up or down arrows to move to select it, then press the tab key to go to the next field.

    EntryField_normal.gif



    To see all of the available lookup records enter just the ? character in the lookup field. If more than 50 records are found a More button will appear in the bottom right corner of the lookup list. Click the More button to fetch the next batch of 50 records. Some lookup fields have droplist button to the right of the field. Clicking the droplist button does the same thing as typing a ? character in the field.

    If the lookup record you need is not yet created, and you are permited to create new lookup records, you can type the new lookup record value you want and tab out of the field, or click the New or New Copy button which appears at the bottom of the lookup records list. This opens a new mode subwindow for the lookup record. You can finish entering the lookup data and press Save and Close. The new lookup record will be created and you will be returned to the previous subwindow where you can continue entering information.

    Some lookup field have a yellow pencil icon to the right of the field. Clicking the yellow pencil opens the lookup record in an edit or view mode window if you have permission to edit or view the lookup record.
  4. Beige background is a click edit field. You need use the mouse and click on this field in order to edit it.

    EntryField_normal.gif

  5. Grey background is a display only field. You can click on the field and then press Ctrl/Cmnd+C to copy the contents to the clipboard. Other keystrokes are ignored.

    EntryField_normal.gif

  6. Blue background is a notes field. When you click on the field it opens a much bigger size field where you can view or edit the field value. When you leave the expanded field it disappears.

    EntryField_normal.gif

Quit/Exit the Application

To exit or quit the application: