Search found 595 matches

by aware_support2
Mon Mar 27, 2006 1:37 pm
Forum: General discussion and questions about Aware IM
Topic: Checking for logged in users
Replies: 5
Views: 10137

Not at the moment. We have added this to our TODO list to be implemented at a later stage.
by aware_support2
Mon Mar 27, 2006 6:22 am
Forum: Problem reports
Topic: green when not locked
Replies: 1
Views: 5832

Terry,

This is a part of the version control mechanism. A business space version has to be locked by a particular person to allow that person to make changes. Even in New state, unless locked a business space version cannot be edited. This is why the controls are greyed out.
by aware_support2
Mon Mar 27, 2006 6:20 am
Forum: General discussion and questions about Aware IM
Topic: presetting query values
Replies: 1
Views: 5253

Terry, You can do a couple of things to implement your requirements in a very efficient way. First, add a protection rule to Account to disallow sales people to see the account unless assigned to them: If LoggedInSystemUser.AccessLevel = 'SalesPerson' AND Account.AssignedToLoginName <> LoggedInSyste...
by aware_support2
Mon Mar 27, 2006 6:17 am
Forum: General discussion and questions about Aware IM
Topic: License & Product Key Questions
Replies: 1
Views: 5415

> But, if the clients of that company are not required to have a license how do we know the difference between a companies "customers" and an employee that requires a seat? When you develop an application for a particular type of business, you would probably want to configure employees and customer...
by aware_support2
Fri Mar 24, 2006 5:15 am
Forum: General discussion and questions about Aware IM
Topic: Images in Reports
Replies: 5
Views: 12158

If you want to get the total number of all components within all cameras within a given IPU, the expression is:

COUNT Camera_Hardware WHERE Camera_Hardware.Camera.IPU = IPU

If you want to get the total number of all cameras within a given IPU, the expression is:

COUNT Camera WHERE Camera.IPU = IPU
by aware_support2
Fri Mar 24, 2006 4:57 am
Forum: General discussion and questions about Aware IM
Topic: Images in Reports
Replies: 5
Views: 12158

Jolee,

On which report/sub-report you want the number of cameras per IPU to be shown?
by aware_support2
Fri Mar 24, 2006 1:57 am
Forum: General discussion and questions about Aware IM
Topic: working with many to many relationships
Replies: 1
Views: 5659

One option is to use the Tree presentation option for attribute Drugs on the Study form. In the operation mode the drugs will be shown as a tree on the Study form with nodes that the user can expand to drill down to the next level, such as a list of descriptions etc. This option can be selected on t...
by aware_support2
Fri Mar 24, 2006 1:05 am
Forum: General discussion and questions about Aware IM
Topic: Images in Reports
Replies: 5
Views: 12158

Jolee, You need to create a separate report that displays an image as Camera_Images.Image and include this report as a sub-report into the Camera Report. The query in the Camera Report for the sub-report should be: FIND Camera_Images WHERE Camera_Images IN Camera.Image ORDER BY Camera_Images.ImageDa...
by aware_support2
Thu Mar 23, 2006 12:05 pm
Forum: General discussion and questions about Aware IM
Topic: User Limits In Application
Replies: 1
Views: 6112

The short answer is yes. You can add rules to your configuration to track the users logged-in at the same time (concurrent users) and refuse new connections if the number of the concurrent users exceeds a certain limit. Alternatively, you can track the number of registered users (but not necessarily...
by aware_support2
Thu Mar 23, 2006 11:41 am
Forum: General discussion and questions about Aware IM
Topic: 30 Day Trial
Replies: 1
Views: 5932

Yes. The software will stop functioning after 30 days after installation unless the customer enters a product key.
by aware_support2
Thu Mar 23, 2006 11:37 am
Forum: General discussion and questions about Aware IM
Topic: Help and Tutorial in Executable
Replies: 2
Views: 7333

The pop-up window, as well as the Help button, will be removed shortly from the Control Panel distributed as a part of the package built with the Aware IM Developer Edition. We will post a message to this topic when the software update is available.
by aware_support2
Thu Mar 23, 2006 11:34 am
Forum: General discussion and questions about Aware IM
Topic: Help Button in Executable
Replies: 2
Views: 7314

The Help button will be removed shortly from the Control Panel distributed as a part of the package built with the Aware IM Developer Edition. We will post a message to this topic when the software update is available.
by aware_support2
Wed Mar 22, 2006 10:39 pm
Forum: General discussion and questions about Aware IM
Topic: Wish: easy test launch invocation
Replies: 1
Views: 5545

Terry, You can automate all steps starting from 5) by adding a URL to the list of favorites in your browser. The URL should include all the parameters you now enter manually in steps a) to e). Please see section Using Aware IM - Productivity Features - Login in the Aware IM User Guide for details. W...
by aware_support2
Wed Mar 22, 2006 1:01 pm
Forum: Problem reports
Topic: Access Denied
Replies: 11
Views: 23463

The attribute that the system uses to get the email address when sending emails is called EmailAddress. This attribute is automatically added by the system to an object when you mark the object as Intelligent and enable Email communication channel for the object. You need to take both of these steps...
by aware_support2
Tue Mar 21, 2006 7:55 am
Forum: General discussion and questions about Aware IM
Topic: Lost Business Object attributes
Replies: 2
Views: 6811

Changes from a configuration editing session are saved in the database when you select the Update Business Space Version command. When you click Save on a page for a business object, a query, or any other top-level configuration element, that element's data is saved with the version, but the whole v...