id:
1320
name:
Site Search
description:
To search your entire site (all tables in your Qrimp app), use the search field at the top right of your app.
You will see a list of any tables that contain the word or number you searched for.
Click the link to go to that table or record.
ParentTopic:
id:
1321
name:
Date Search
description:
To search by date, look near the top right of your app. You will see a calendar icon. Click on the icon.
Click a date then click search.
Your search results appear. They are linked to the database records, so click them to go to the record.
ParentTopic:
id:
1322
name:
Table Search
description:
To search a table, click on the search icon
in the
Content Header.
You will see a dialog box that will allow you to enter criteria for your search:
Choose a search filter from the drop-down list of operators (contains, greater than, equals, etc.) to limit the results of your search. For example, if we only wanted to find modules that contained the word "tasks" in the description field, our search would look like this:
ParentTopic:
id:
1323
name:
Changing the Look and Feel of Your App
description:
You can change the colors, fonts, logos and more in your Qrimp app.
ParentTopic:
id:
1324
name:
Above and beside your data
description:
Above your data, you generally find the Header and below, you find the footer, or 'rightcontent' or
item footer.
ParentTopic:
id:
1325
name:
Building Your System
description:
Everything you need to know about how to build an app in Qrimp.
ParentTopic:
id:
1326
name:
Working Offline, Backing Up, Getting Data out
ParentTopic:
id:
1327
name:
Add My Task List to a Portal
description:
A list of tasks on your
Dashboard can help you see what you need to do this week. You will need to have a tasks table.
In your menus, go to Tasks.
----
You will see a list of all tasks.
----
Search the tasks list for tasks that are assigned to you.
Now that you see a list of tasks assigned to you, look at the bottom of the page, below the tasks. There is a link that says "Share". Click the share link.
-------
You will see an add to Dashboard button. Click "Add to Dashboard".
-------
Name your new tasks portal.
-------
Click the "View Your Dashboard Now" link.
-------
Your tasks are now a portal window on your dashboard.
-------
ParentTopic:
id:
1328
name:
Checkboxes
description:
Only use autoupdate if you want editing to be enabled from the view.
ParentTopic:
id:
1329
name:
lockedoutusername
description:
Note: This help topic is a stub and will be expanded. Please contact support@qrimp.com if you are interested in using this feature and cannot follow these instructions.
Admins can use the squarebrackets variable "lockedoutusername" to create a notification template called "ACCOUNTLOCKOUT" and then subscribe to that in the admin notifications area.
If someone tries to log in and fails a bunch of times and their account is locked out, the subscribers to that notification will get an email letting them know that a user in their app is having trouble and they can meet the issue head-on. The notification template can include a link to a help topic that explains what to do if an account is locked out.
ParentTopic:
id:
1330
name:
Caching
description:
Caching is a way that data from your website is stored temporarily in your browser to make your browsing experience faster. Caching is very common on the internet. Stored data is kept in your browser's cache, and can be cleared from your browser. Qrimp makes use of caching.
Wikipedia article on caching
ParentTopic:
id:
1331
name:
Legacy Fields Imported from WebOffice
description:
Through out your newly imported Webex WebOffice system, you may find some fields with names like these:
Owning Record ID, Owning App ID, Modified or Created, Activity Flags, and some others that can be confusing.
We've adapted the first one, Owning Record ID to point to the original record in your system.
The last three are no longer used. Qrimp tracks the createid and createdate in separately. The modified date is stored in the Audit Logs. You can hide the last three unused fields by adding adding the following to your Qrimp App Skin, via Design > Skins.
#OwningAppIDdiv,td.owningappid,#OwningAppID{display:none}
#Modifieddiv,#Createddiv,td.created,td.modified,#Modified,#Created{display:none}
ParentTopic:
id:
1333
name:
Table Search Box
description:
To add a search box to the top of any table, first go to the table and the view you want to add it for.
Then go to Develop > Header/Footer.
At the very end of the
HTML in the
ContentHeader add:
. Click Save.
ParentTopic:
id:
1334
name:
Add a radio button
description:
[radios:yesno:[DATA]:autoupdate]
ParentTopic:
id:
1335
name:
Add Select List with Square Brackets
ParentTopic:
id:
1336
name:
Conversion failed when converting the varchar value 'Fred' to data type int.
description:
Text entered, number expected. This often occurs when Qrimp is expected the id # (See
AutomaticIDs) of your record instead of the name.
If you can, find the id number of the item you need. For example, in the users table, Fred's ID is 4. If you enter 4, this error should go away.
ParentTopic:
id:
1337
name:
All query parameters in the list for menuid must be numeric.
description:
You may come across this error when re-ordering your menu tabs. You can ignore it, it doesn't seem to have any effect.
ParentTopic:
id:
1338
name:
Sorting in Grid Edit
description:
You cannot sort by the 'id' or 'name' column in
Grid Edit.
ParentTopic:
id:
1339
name:
Entering Currency Amounts
description:
If you have chosen currency as your
datatype, there is no need to enter the $ with the amount.
If you do this, you will get an error message stating you have entered a value that was not the correct type. (See
Error Messages).
ParentTopic:
id:
1340
name:
Long drop-downs - search
description:
If you're selecting from a drop-down list that is very long, it can be hard to find what you're looking for. We have a field template that can provide a different interface for this - one that lets you search through the drop-downs rather than scroll.
For this to work, you must create and include a page called "manufacturersearch" with javascript that will make it work.
Please
contact us if you are interested in this feature.
ParentTopic:
Sharing Information
Use this form to build a widget you can use to share your information...
Share within your Qrimp App:
Share in a remote site:
Input Form Embed:
Add to Dashboard
If you would like to build your own format to display the shared data, enter the HTML template in this box,
then click the Build Embed button to build your embed script.