Search found 98 matches

by bkonia
Wed Mar 21, 2007 7:01 pm
Forum: General discussion and questions about Aware IM
Topic: Problem with Form Tabs in Firefox
Replies: 5
Views: 8062

Problem with Form Tabs in Firefox

I'm having a problem with the way the form tabs are displayed in Firefox. It seems that the background image for each tab is not being displayed, so I get white text on a white background. I took a screen shot of your sample CRM application and posted it at the following URL: http://www.hostland.com...
by bkonia
Wed Mar 21, 2007 4:56 pm
Forum: Problem reports
Topic: Data Loss Without Warning
Replies: 1
Views: 4754

Data Loss Without Warning

I'm developing an application and I had some test data entered. After doing some work on the app, I got an integrity error due to having created an incorrect relationship. Aware IM advised me to delete and re-create the relationship. The attribute causing the problem was the "Contact" reference attr...
by bkonia
Mon Mar 19, 2007 4:29 pm
Forum: Problem reports
Topic: Query Title Display
Replies: 1
Views: 4561

Query Title Display

Having a small problem with the way the title is being displayed for my queries: 1. Created a query called "My Pending Actions" that is based on the "Actions" BOG. 2. Run the query. The title in the form header is displayed as "Results for My Pending Actions". 3. Click on any of the actions in the l...
by bkonia
Mon Mar 19, 2007 12:55 pm
Forum: General discussion and questions about Aware IM
Topic: Couple of Questions about Time Zones and Time Formats
Replies: 5
Views: 7566

I realize you can use HH:mm format, but then it displays time in 24 hr format. I want to get it to display 12 hr format, with the AM/PM suffix. This is the time format that most end users prefer in the U.S.
by bkonia
Sun Mar 18, 2007 10:04 pm
Forum: General discussion and questions about Aware IM
Topic: "Style" Attribute
Replies: 20
Views: 28462

"Style" Attribute

I would like to request that in the Attribute Presentation dialog, you add a box where the user can enter a custom HTML "style" attribute. This would allow the user to override the default style sheet at the attribute level. I feel that this would be immensely useful to many users, as I've noticed n...
by bkonia
Sat Mar 17, 2007 11:00 pm
Forum: General discussion and questions about Aware IM
Topic: Couple of Questions about Time Zones and Time Formats
Replies: 5
Views: 7566

Couple of Questions about Time Zones and Time Formats

First question is, how do I set the timezone used by AwareIM? When I use the CURRENT_TIMESTAMP contant, the time it inserts is different from the system time on my server by one hour. Second question. I'm using a TIMESTAMP field with the following format: MM/dd/yy hh:mm The problem is, the field doe...
by bkonia
Sat Mar 17, 2007 9:57 pm
Forum: General discussion and questions about Aware IM
Topic: Incoming Email Notification Frequency
Replies: 1
Views: 3708

Please disregard this posting. It actually appears that AwareIM checks incoming email much more frequently than hourly.
by bkonia
Sat Mar 17, 2007 8:31 pm
Forum: General discussion and questions about Aware IM
Topic: Incoming Email Notification Frequency
Replies: 1
Views: 3708

Incoming Email Notification Frequency

It seems like AwareIM only checks for incoming emails once per hour. How can I make it check more frequently?
by bkonia
Sat Mar 17, 2007 4:00 pm
Forum: General discussion and questions about Aware IM
Topic: Accessing AwareIM API Via PHP
Replies: 3
Views: 6396

Accessing AwareIM API Via PHP

In your programmer's reference manual, you mentioned that "other" languages besides Java would be supported in the future. Do you plan to support PHP? I would guess that a large percentage of your user base comes from a PHP programming background. It would be a lot easier for someone like myself to ...
by bkonia
Sat Mar 17, 2007 6:55 am
Forum: General discussion and questions about Aware IM
Topic: Populate Multiple Fields from Reference Attribute
Replies: 3
Views: 6337

Populate Multiple Fields from Reference Attribute

I'm trying to create a system that will allow me to add multiple attachments to an email using a reference attribute, rather than using a separate attribute for each attachment. The benefit is that I can then have a BO containing a library of documents that I can attach to any email. I've added the ...
by bkonia
Fri Mar 16, 2007 10:08 pm
Forum: General discussion and questions about Aware IM
Topic: Concatenate Attributes
Replies: 5
Views: 8213

Alan, Thank you again. You are indeed correct and I have implemented your solution. Nevertheless, it is still a workaround because it requires you to store redundant data in the database. It would be better if there was an attribute type that would store a function, rather than storing data and then...
by bkonia
Fri Mar 16, 2007 8:07 pm
Forum: General discussion and questions about Aware IM
Topic: Concatenate Attributes
Replies: 5
Views: 8213

After implementing Alan's solution in my application, I came to the conclusion that this approach is far from ideal. The problem is that the developer is now forced to manually maintain the additional attributes and keep them in sync with the master attributes. For very simple applications, I suppos...
by bkonia
Fri Mar 16, 2007 8:06 pm
Forum: General discussion and questions about Aware IM
Topic: Calculated Attribute Type
Replies: 3
Views: 5943

Calculated Attribute Type

I would like to submit a feature request for a "Calculated" attribute type that would be based on a function and would display the result of that function, rather than storing a value in the database. For example, I'd like to be able to create a calculated attribute called Client.Name. The attribute...
by bkonia
Fri Mar 16, 2007 2:38 pm
Forum: General discussion and questions about Aware IM
Topic: Concatenate Attributes
Replies: 5
Views: 8213

Thank you, Alan. That's a bit of a workaround, but it does work perfectly. I would suggest to the AwareIM developers that they update the "Rule Language Reference" section in the manual to indicate that the plus operator can be used for string concatenation.
by bkonia
Fri Mar 16, 2007 7:31 am
Forum: General discussion and questions about Aware IM
Topic: Customize Button Text on Auto-Generated Create Form
Replies: 3
Views: 6527

Customize Button Text on Auto-Generated Create Form

I would like to be able to customize the text in the buttons that appear on an auto-generated "Create" form. The reason is that I have a form that creates an email and I added a rule to send the email immediately when the form is submitted. Therefore, instead of having a "Create" button, I would lik...