Search found 546 matches

by BobK
Fri Mar 05, 2010 11:27 pm
Forum: General discussion and questions about Aware IM
Topic: Regular Expression Capturing Group
Replies: 0
Views: 2331

Regular Expression Capturing Group

I am no Regular Expression expert, but in 'Appendix E. Regular Expressions' of the User Guide, there are several references to capturing groups. I would like to compare a Plain Text attribute with a regular expression that contains a capture group and assign another attribute with what was captured....
by BobK
Fri Mar 05, 2010 5:45 pm
Forum: General discussion and questions about Aware IM
Topic: Right alignment of numbers in an Attribute
Replies: 10
Views: 7996

Thanks Tom, Yes, my rule is set to dynamic, I forgot to mention that in my earlier post. Since this is working for you, I started thinking what else might be the problem. I now think it might be a browser (Firefox) issue. I usually use Firefox, where this is not working. But it is working for me in ...
by BobK
Fri Mar 05, 2010 4:00 pm
Forum: General discussion and questions about Aware IM
Topic: Right alignment of numbers in an Attribute
Replies: 10
Views: 7996

:D I was really looking forward to HTML cells being dynamically updated, but it is not working for me. Is there something new that needs to be done to get HTML cells to dynamically update. Here is my HTML: <table frame="border" bgcolor="#ededed" width="125" height="20"><tr><th style="text-align:righ...
by BobK
Fri Feb 26, 2010 5:00 pm
Forum: General discussion and questions about Aware IM
Topic: Rules and Pop up "Changed by another user"
Replies: 11
Views: 8770

additional information.

I got the error in the previous post when I made a lot of changes on the screen.

If I make several changes, save, some more changes, save, etc, I do not get the error.
by BobK
Fri Feb 26, 2010 4:26 pm
Forum: General discussion and questions about Aware IM
Topic: Rules and Pop up "Changed by another user"
Replies: 11
Views: 8770

When editing an object, I am now getting the 'BO has been changed by another user. Please get the latest version of the data and try the operation again.' error Here is some output from Tomcat: Got XML request <root><post_form_data_action object_name="Object" object_id="608" object_version="40" form...
by BobK
Fri Feb 19, 2010 12:59 pm
Forum: General discussion and questions about Aware IM
Topic: What's planned for the product in 2010?
Replies: 12
Views: 11741

is 'Subreport Processing' going to be fixed in the version 4.9?

see http://www.awareim.com/forum/viewtopic.php?t=3918
by BobK
Thu Jan 21, 2010 2:53 pm
Forum: General discussion and questions about Aware IM
Topic: Query ASK AT RUNTIME date range
Replies: 10
Views: 18932

I solved this problem by basically doing what Tom suggests. The only difference is that I do not like clogging up the RegularUser BO with attributes that are not needed by the RegularUser. I have a MiscObject BO that I use for these types of attributes. Since my MiscObject is not needed after the pr...
by BobK
Tue Jan 19, 2010 3:21 pm
Forum: Problem reports
Topic: Subreport Processing
Replies: 3
Views: 4423

Any progress on this?

I am experiencing similar problems as kklosson.
by BobK
Tue Jan 12, 2010 2:47 pm
Forum: Problem reports
Topic: UPDATE takes no acount of ORDER BY
Replies: 5
Views: 6113

Try adding 'IN BATCHES OF 1' to your FIND.

FIND ALL History ORDER BY History.DateChanged IN BATCHES OF 1
by BobK
Fri Dec 18, 2009 9:13 pm
Forum: General discussion and questions about Aware IM
Topic: Using a Rule in a document tag
Replies: 2
Views: 2442

If the above does not work, try using a sub-report.

In the sub-report, put UnitTable.UnitName in the detail band, make all of the other bands height 0.

In the main document, in the definition of the sub-report you can put the query: UnitTable.UnitCode = LoggedInRegularUser.LoginName
by BobK
Thu Dec 10, 2009 9:06 pm
Forum: General discussion and questions about Aware IM
Topic: 2 Email addresses in 1 address field
Replies: 1
Views: 2551

2 Email addresses in 1 address field

optional subject: the unexpected ways users try to use software I have a BO that is used to send out e-mails. Of course it has the normal EmailAddress field defined as Plain Text, length 50 and Input mask of E-mail. This field appears on the BO's form so that the user can enter the EmailAddress to s...
by BobK
Wed Dec 09, 2009 11:09 pm
Forum: General discussion and questions about Aware IM
Topic: UserDefined Variables
Replies: 14
Views: 10525

Gert,

Are you still having a problem with this?

I am thinking that the newsletter object is what the error message is referring to that cant be found.

Are you running this process when trying to create a newsletter or on an existing newsletter object?
by BobK
Mon Dec 07, 2009 8:46 pm
Forum: General discussion and questions about Aware IM
Topic: Overriding rules
Replies: 7
Views: 7148

In the conditions of your rules add something like the following

BO.Attribute IS UNDEFINED
by BobK
Mon Nov 30, 2009 7:32 pm
Forum: General discussion and questions about Aware IM
Topic: Document design
Replies: 2
Views: 2782

In the 'Report Properties' are the Top and Bottom Margins set to 0?
by BobK
Mon Nov 16, 2009 3:18 pm
Forum: Problem reports
Topic: Rererence field starts out with 'This field is required' err
Replies: 3
Views: 4104

I don't think room is the problem. Without changing any lengths or widths, if I add a description to the field I get: The label followed by the data entry field followed by the add new icon (+) followed by the description icon (?) Which is correct. However, if I remove the description I get: The lab...