Search found 595 matches

by aware_support2
Thu Dec 27, 2007 3:00 am
Forum: General discussion and questions about Aware IM
Topic: Counting Business Days
Replies: 6
Views: 7393

Pete, Try adding a numeric attribute DayCount with default value of 0 and the following rule to object VacationRequest: If BUSINESS_DAY_FORWARD(VacationRequest.BeginningDate, VacationRequest.DayCount) <= VacationRequest.EndDate Then INCREASE VacationRequest.DayCount BY 1 Tick the While Semantics che...
by aware_support2
Wed Dec 19, 2007 1:28 am
Forum: General discussion and questions about Aware IM
Topic: Relationships between Business Objects
Replies: 9
Views: 13553

Check the import log and the Aware IM Server output after importing CSV files to see if there are any error messages.
by aware_support2
Sat Dec 15, 2007 9:11 am
Forum: General discussion and questions about Aware IM
Topic: Relationships between Business Objects
Replies: 9
Views: 13553

You do not need to deal with IDs when defining relationship between objects in Aware IM. You can do it like this: 1. In the Configuration Tool define objects Contact and Company with some simple type attributes (like Name, etc.) and save the objects. 2. In object Contact define attribute Company and...
by aware_support2
Fri Dec 14, 2007 8:49 am
Forum: General discussion and questions about Aware IM
Topic: How to change the font size (height) ?
Replies: 5
Views: 6716

There was a bug that is now fixed in build 1025. You can change font sizes in the Configuration Tool.
by aware_support2
Wed Dec 12, 2007 3:25 am
Forum: General discussion and questions about Aware IM
Topic: Changing the stripe below the banner?
Replies: 3
Views: 5834

You can supply your own HTML page with a logo to replace the default banner with stripe. See the sample applications for an example.

There are several ways to customize how users login to the system. Both subjects are described in Aware IM User Guide.
by aware_support2
Wed Dec 12, 2007 3:10 am
Forum: General discussion and questions about Aware IM
Topic: Empty Query in Testing Mode
Replies: 38
Views: 39528

This is now fixed in build 1024.
by aware_support2
Wed Dec 12, 2007 3:08 am
Forum: General discussion and questions about Aware IM
Topic: Beginner's problem with query
Replies: 6
Views: 9692

This is now fixed in build 1024.
by aware_support2
Wed Dec 12, 2007 1:28 am
Forum: General discussion and questions about Aware IM
Topic: Importing data from another database/questions about AwareIm
Replies: 18
Views: 23018

There was a search-related bug, which has now been fixed. Please download the latest version of the software and try your search again.
by aware_support2
Mon Dec 10, 2007 12:41 am
Forum: General discussion and questions about Aware IM
Topic: Importing data from another database/questions about AwareIm
Replies: 18
Views: 23018

If you need to copy your data only once, consider doing it via a CSV file. Export data from your existing database table into a CSV file, change names in the header row to match your Aware IM attributes (see the User Guide for details) and then import the CSV file into Aware IM.
by aware_support2
Fri Dec 07, 2007 12:32 pm
Forum: Problem reports
Topic: Configuration Tool
Replies: 4
Views: 7812

We replied to your email and also sent you a private message regarding this. Please make sure your email is operational.
by aware_support2
Tue Dec 04, 2007 11:52 am
Forum: General discussion and questions about Aware IM
Topic: Importing data from another database/questions about AwareIm
Replies: 18
Views: 23018

1. Are you currently using Derby as the Aware IM database, is this correct? 2. It is unlikely that the problem is caused by the number or records, but probably relates to copying a particular attribute. Try removing some attributes from your copying process to identify the one that causes the proble...
by aware_support2
Tue Dec 04, 2007 11:46 am
Forum: General discussion and questions about Aware IM
Topic: Integrity Problems
Replies: 2
Views: 4321

It looks like you have certain commands in the menu that are not supported for your product level. You either need to remove these commands from the menu or upgrade to a product of higher level.
by aware_support2
Tue Dec 04, 2007 11:42 am
Forum: Problem reports
Topic: Integrity Error
Replies: 1
Views: 4148

You can only test or publish a version when there are no integrity problems. Therefore you need to fix problems reported by the integrity checker.
by aware_support2
Tue Dec 04, 2007 11:41 am
Forum: General discussion and questions about Aware IM
Topic: Changing the Pop-Up, Ajax Styled Query List View
Replies: 6
Views: 9467

We will look into this shortly.
by aware_support2
Mon Dec 03, 2007 12:08 pm
Forum: General discussion and questions about Aware IM
Topic: Changing the Pop-Up, Ajax Styled Query List View
Replies: 6
Views: 9467

The OK and Cancel buttons should be visible even if the grid does not fully fit into the pop up window. To check this you can login as a staff member to the Ordering sample application, navigate to an order form and click a product name in the table to bring up a pop up selection window.