Search found 389 matches

by ddumas
Fri Jan 24, 2020 2:31 am
Forum: General discussion and questions about Aware IM
Topic: Add a line feed in query Panel Header (SOLVED)
Replies: 4
Views: 5362

Re: Add a line feed in query Panel Header

Perfect, I will try these. thanks!
by ddumas
Fri Jan 24, 2020 2:26 am
Forum: Problem reports
Topic: BUG - No Question, for any Enter New (SOLVED)
Replies: 9
Views: 12506

Re: BUG - No Question, for any Enter New

It's not that Enter New is not working. I use Enter New allot. The issue occurs in a Process that uses Enter New. After the Enter New, as the next step in the process, I call a process that does an exec stored proc, which sets several computed attributes. Stored procs are great for setting these typ...
by ddumas
Fri Jan 24, 2020 2:19 am
Forum: Problem reports
Topic: BO.Attribute IS UNDEFINED ignored as applicable (Solved)
Replies: 6
Views: 8305

Re: BO.Attribute IS UNDEFINED ignored as applicable conditio

BO.Attribute is really Event.Organizer, where Organizer is a reference attribute. I use in Business Rules and in Processes all the time. However, in an "applicable" condition does not work. So, as a workaround I created a yes/no attribute named IsEventOrganizerDefined. I set that in the same Busines...
by ddumas
Thu Jan 23, 2020 6:09 pm
Forum: Problem reports
Topic: BO.Attribute IS UNDEFINED ignored as applicable (Solved)
Replies: 6
Views: 8305

BO.Attribute IS UNDEFINED ignored as applicable (Solved)

In the applicable (display condition)

BO.Attribute IS UNDEFINED ignored as an applicable condition

No error, just ignores the code.

Dave
by ddumas
Thu Jan 23, 2020 3:14 pm
Forum: Problem reports
Topic: BUG - No Question, for any Enter New (SOLVED)
Replies: 9
Views: 12506

BUG - No Question, for any Enter New (SOLVED)

I have processes that do ENTER NEW xxxx. In my opinion, ALWAYS using process for entering new records is much better because you can add richer functionality to your app. The rule operation just after the ENTER NEW is not getting executed, unless I add a "pause" by doing a Display Message "You have ...
by ddumas
Thu Jan 23, 2020 3:02 pm
Forum: General discussion and questions about Aware IM
Topic: Add a line feed in query Panel Header (SOLVED)
Replies: 4
Views: 5362

Add a line feed in query Panel Header (SOLVED)

I am trying to add some help text to a query panel header. I would like this text to start on a separate line from the "title" of the query in the panel header. So, I am thinking that if I can add a line feed (I do this in outgoing emails), then the help text will appear on a line below the "title" ...
by ddumas
Wed Jan 22, 2020 4:04 am
Forum: General discussion and questions about Aware IM
Topic: disabling navigation buttons when "Enter New" is used
Replies: 2
Views: 3550

Re: disabling navigation buttons when "Enter New" is used

So, I just want multiple tabs, and to let the users navigate across tabs on their own without a continue and cancel. I was able to do a workaround with a create new, and a message to let users know that they can edit by clicking on the row which used an edit action. When they click on the row for th...
by ddumas
Sun Jan 19, 2020 1:44 pm
Forum: General discussion and questions about Aware IM
Topic: disabling navigation buttons when "Enter New" is used
Replies: 2
Views: 3550

disabling navigation buttons when "Enter New" is used

I have a query that displays rows from the Event BO, in the Visual perspective. In the panel operations for that query, I have a button which calls a process to add a new Event, which does an "Enter New", based on that Event BO. The Main forms uses tabs (main tab, and attendees tab). In that form I ...
by ddumas
Sun Jan 19, 2020 1:02 pm
Forum: General discussion and questions about Aware IM
Topic: Which features do you want in the next release?
Replies: 204
Views: 11128922

Re: Which features do you want in the next release?

Simpler use of adding "visual cues" to columns, rows, cells, buttons, etc Things like color, font, etc. We are all not CSS gurus :)
by ddumas
Sun Jan 19, 2020 12:58 pm
Forum: General discussion and questions about Aware IM
Topic: Which features do you want in the next release?
Replies: 204
Views: 11128922

Re: Which features do you want in the next release?

Add support for the use of global or local variables. Local variables would be useful to store temporary values like a concatenation of values across multiple instances of a child object to produce a single concatenated string to store in the parent. I Use stored procs to do accomplish this, but w/b...
by ddumas
Sun Jan 19, 2020 12:54 pm
Forum: General discussion and questions about Aware IM
Topic: Which features do you want in the next release?
Replies: 204
Views: 11128922

Re: Which features do you want in the next release?

Adding support for "function call" processes. In their simplest form, they could return a true or false. They could be called in Business Rules and processes, where you may have common encapsulated logic. Ex: IF IsCustomerOverDue(Customer.ID) =1 THEN Display Message IF IsCustomerOverDueDays(Customer...
by ddumas
Sun Jan 19, 2020 12:48 pm
Forum: General discussion and questions about Aware IM
Topic: Which features do you want in the next release?
Replies: 204
Views: 11128922

Re: Which features do you want in the next release?

I have noticed that the "applicable" property (controls visibility of buttons) in record operations and panel operations does not have the same robust support for the rule language that queries or business rules have. So, adding more language support for that. Perhaps adding a function call, which i...
by ddumas
Sun Jan 19, 2020 12:41 pm
Forum: General discussion and questions about Aware IM
Topic: Which features do you want in the next release?
Replies: 204
Views: 11128922

Re: Which features do you want in the next release?

It looks like you have built in support for ZOHO documents. In the Web Services "spirit", please add more "built in" support for other common web services that a large percentage of apps will need. Certainly payment processing is one. ZOHO has that too, so that might be an easy high value add-on to ...
by ddumas
Wed Jan 15, 2020 4:24 am
Forum: General discussion and questions about Aware IM
Topic: NOT GOOD - AwareIM let one member delete another
Replies: 15
Views: 18103

Re: NOT GOOD - AwareIM let one member delete another

??? I am not following you on that. I am definitely going to log this as a bug. Essentially the bug is: DELETE action ignores PROTECT Business Rules of the BO in the Delete.
Dave