Search found 98 matches

by bkonia
Thu Jun 21, 2007 7:41 pm
Forum: General discussion and questions about Aware IM
Topic: Initializing Combox Box
Replies: 1
Views: 3939

Initializing Combox Box

I'm using a "CREATE WITH" action to create a new record in a BO and initialize the value of a combo box in the form. When I view the form, it shows that the combo box has been initialized to the correct value. However, when I save the form, it doesn't save the value. The only way I can get it to sav...
by bkonia
Wed Mar 28, 2007 2:43 pm
Forum: General discussion and questions about Aware IM
Topic: "Style" Attribute
Replies: 20
Views: 28486

Version 2.3 is out now. It has support for tags inside HTML cells. I haven't had a chance to try this yet, but from reading the description on your website, it would appear as though this is only applicable for real-only elements. For example, it would allow you to display the value of an attribute...
by bkonia
Tue Mar 27, 2007 9:42 pm
Forum: Tips and Tricks
Topic: Clear Document Attribute?
Replies: 15
Views: 25779

Clear Document Attribute?

Is there any way to programatically clear a document attribute, so that it no longer contains the document? I tried setting it to UNDEFINED, but Aware IM interpreted UNDEFINED as the name of a document template.
by bkonia
Tue Mar 27, 2007 5:46 pm
Forum: General discussion and questions about Aware IM
Topic: View Attachment File Name?
Replies: 10
Views: 16684

The attachment issue has in fact been resolved, thanks to the outstanding support provided by the Aware IM team. However, Steve, I strongly disagree with your assertion that my issues and questions are of no relevance or use to anyone else on the forum. The whole process that I went through in learn...
by bkonia
Tue Mar 27, 2007 4:05 pm
Forum: General discussion and questions about Aware IM
Topic: View Attachment File Name?
Replies: 10
Views: 16684

Thanks for your input, Steve. I've actually authored 33 threads, though it's quite possible that my total number of posts have been as many as you stated. The vast majority of my posts have been suggestions for ways to improve Aware IM. I've also contributed to the community by posting information t...
by bkonia
Tue Mar 27, 2007 2:34 pm
Forum: General discussion and questions about Aware IM
Topic: Repeating FIND Action Returns Original Result Set?
Replies: 6
Views: 9416

Yes, your solution worked perfectly. Thanks! I am, however, a bit confused about your statement that "A process does not inherit the context of the calling process." The documentation for the "Process Call" action states the following: "If a process requires process input then instances of the busin...
by bkonia
Tue Mar 27, 2007 1:48 pm
Forum: General discussion and questions about Aware IM
Topic: View Attachment File Name?
Replies: 10
Views: 16684

That's what I figured. I'd like to request this for a future enhancement.
by bkonia
Tue Mar 27, 2007 12:36 am
Forum: General discussion and questions about Aware IM
Topic: Multiple CREATE Actions?
Replies: 1
Views: 4076

Please disregard this posting. I see that the CREATE action supports FOR EACH. Next time, I guess I should read the manual first. LOL!
by bkonia
Mon Mar 26, 2007 11:53 pm
Forum: General discussion and questions about Aware IM
Topic: View Attachment File Name?
Replies: 10
Views: 16684

View Attachment File Name?

When you upload a document, Aware IM stores the file name of the document internally. Is there any way to access the file name, so the user can view it within an application? If you send someone an email containing several attachments and you later need to refer them to a particular attachment, it m...
by bkonia
Mon Mar 26, 2007 11:42 pm
Forum: General discussion and questions about Aware IM
Topic: Multiple CREATE Actions?
Replies: 1
Views: 4076

Multiple CREATE Actions?

I have a process with the following set of rules: 1. PICK FROM AttachmentDocument WHERE AttachmentDocument.Contact IS UNDEFINED AND AttachmentDocument.Deal IS UNDEFINED 2. INSERT AttachmentDocument IN OutgoingEmail.Attachments 3. CREATE OrderNumber WITH OrderNumber.OutgoingEmail=OutgoingEmail,OrderN...
by bkonia
Mon Mar 26, 2007 10:20 pm
Forum: General discussion and questions about Aware IM
Topic: Please Fix: Use Attribute Presentation Label in Tooltips
Replies: 0
Views: 3192

Please Fix: Use Attribute Presentation Label in Tooltips

Many of the system prompts and tooltips reference attributes by their system name, rather than by the label defined in the attribute presentation. For example, suppose I create an attribute called "AttachmentDocument" and in the attribute presentation, I assign the label "Attachment". When I mouse o...
by bkonia
Mon Mar 26, 2007 5:13 pm
Forum: General discussion and questions about Aware IM
Topic: Repeating FIND Action Returns Original Result Set?
Replies: 6
Views: 9416

As far as the third one is concerned - you have to move the third FIND and the subsequent assignment into a separate process. Let's say I create another process called "AddAttachment" and I call this from the SendEmail process using the "Process Call Action". In the Process Input for AddAttachment,...
by bkonia
Mon Mar 26, 2007 2:41 pm
Forum: General discussion and questions about Aware IM
Topic: Feature Request: Access Individual BO Members as an Array
Replies: 1
Views: 4102

Feature Request: Access Individual BO Members as an Array

One area where Aware IM is sorely lacking in comparison with conventional programming languages is in its lack of support for arrays. You can use a FIND action to create a result set, but once the set is created, you can only perform operations on the entire set as a whole. There is no way to access...
by bkonia
Sun Mar 25, 2007 10:20 pm
Forum: General discussion and questions about Aware IM
Topic: Repeating FIND Action Returns Original Result Set?
Replies: 6
Views: 9416

Repeating FIND Action Returns Original Result Set?

I've created a system using an AttachmentPointer BO which points to an AttachmentDocument BO. The AttachmentPointer BO contains the attribute OrderNumber. I store the actual attachments in the AttachmentDocument BO and attach records from AttachPointer to emails. This allows me to attach the same do...
by bkonia
Sat Mar 24, 2007 1:57 pm
Forum: General discussion and questions about Aware IM
Topic: Problem with Form Tabs in Firefox
Replies: 5
Views: 8082

This is happening on Windows XP. I also installed Firefox on a Windows 2003 server and it had the same problem. Please verify that you're using version FF 2.0.0.3. I think the problem only started after I upgraded to that version.