Search found 94 matches

by nhofkes
Tue Oct 25, 2022 6:11 pm
Forum: General discussion and questions about Aware IM
Topic: Who Uses EXEC_SPF?
Replies: 7
Views: 4498

Re: Who Uses EXEC_SPF?

I use this in my applications to update attributes from a SQL Stored Procedure. There is a bug in the fact it does not return strings only numbers. Vlad is planning on making a change that will require code changes wherever it is currently being used. Has this meanwhile been amended? The current Aw...
by nhofkes
Thu Oct 13, 2022 8:24 am
Forum: General discussion and questions about Aware IM
Topic: Rule engine - value of attribute could not be resolved
Replies: 1
Views: 1459

Rule engine - value of attribute could not be resolved

In a Transaction BO I have rules to update the transaction balance based on the values of the line items owned by that transaction: If TransactionLineItem WAS ADDED TO Transaction.om_LineItems Then INCREASE Transaction.TotalNumber BY AddedTransactionLineItem.Number INCREASE Transaction.TotalPrice BY...
by nhofkes
Mon Oct 10, 2022 6:47 pm
Forum: General discussion and questions about Aware IM
Topic: user defined saved filters / columns
Replies: 5
Views: 2324

Re: user defined saved filters / columns

I think that the functionality of saving and restoring the column layout is also explained in one of the videos. I tried searching that particular video but couldn't find, unfortunately.
by nhofkes
Wed Sep 28, 2022 7:14 pm
Forum: General discussion and questions about Aware IM
Topic: Issue 'tabbing' through an attribute
Replies: 3
Views: 1861

Re: Issue 'tabbing' through an attribute

Have you tried tabbing multiple times to see where you end up? I have experienced that when you have attributes in multiple columns (like you seem to have in this form), the tab after the last attribute on the left column brings the focus to the buttons that may be present at the top toolbar instead...
by nhofkes
Tue Sep 27, 2022 3:19 pm
Forum: Problem reports
Topic: Javascript exceptions when using number format for inline editing
Replies: 0
Views: 7646

Javascript exceptions when using number format for inline editing

It seems that there may be a bug in Aware IM when using the standard decimal point format for number attributes in combination with inline editing. When the cell is edited inline, this results in various exceptions in Javascript (which are normally not visible, but you can see them when the debugger...
by nhofkes
Wed Sep 21, 2022 7:06 am
Forum: General discussion and questions about Aware IM
Topic: New Online Documentation
Replies: 10
Views: 4438

Re: New Online Documentation

I am very happy with the online documentation, it's quicker and easier to read than the PDF. Also, I assume it's easier to update it when there would be an error or something to add in the text. It seems that not everything has already been converted to the Wiki format? For example the Programmers R...
by nhofkes
Fri Sep 16, 2022 3:06 pm
Forum: General discussion and questions about Aware IM
Topic: Show Tab Description on Mouse Over
Replies: 6
Views: 3562

Re: Show Tab Description on Mouse Over

Jhstephenson wrote: Wed Nov 17, 2021 5:08 pm We were actually able to do this with CSS. Brian is going to clean it up a little and then we will post just what we changed.
I wondered whether you got this working? Would be interested in the CSS. Seems more simple than the JS approach and probably also more flexible.
by nhofkes
Thu Sep 15, 2022 6:42 pm
Forum: General discussion and questions about Aware IM
Topic: Stop Published BSV
Replies: 13
Views: 16063

Re: Stop Published BSV

Sure, I agree that the option to 'unpublish' (stop) the BSV is missed. For as long as that option is not available, I guess the work-around is to export the BSV, then delete it to make sure it is no longer running, and then reimport the BSV (but not re-publish). I think that deleting the BSV also me...
by nhofkes
Thu Sep 15, 2022 4:30 pm
Forum: General discussion and questions about Aware IM
Topic: Stop Published BSV
Replies: 13
Views: 16063

Re: Stop Published BSV

What happens if the Business Space that must be stopped is simply deleted in the Configuration Tool? Doesn't that mean that the BSV is no longer running? (perhaps after restarting the Aware server). I guess it isn't that simple, otherwise you wouldn't have raised the issue, but I thought I'd ask jus...
by nhofkes
Thu Sep 15, 2022 9:02 am
Forum: General discussion and questions about Aware IM
Topic: Send FIND output to formatted query
Replies: 1
Views: 1876

Re: Send FIND output to formatted query

A late reply to this question. I am doing something similar, storing the results from the FIND into a temporary QueryParameters object and using that object to populate the PICK ONE OR MORE query. Details: The QueryParameters BO has 3 attributes: ItemsCounter LIRUID Relationships (a pm reference to ...
by nhofkes
Fri Sep 09, 2022 4:59 pm
Forum: Problem reports
Topic: Panel Operation - Add New Record (Inline Editing)
Replies: 5
Views: 17631

Re: Panel Operation - Add New Record (Inline Editing)

Hi PointsWell, I am wondering how you resolved this. My guess would be that instead of creating the standard "Add New Record" Panel Operation, it's possible to define a Panel Operation that calls a process - this process would then Create the child record and set the owned by attribute to the parent...
by nhofkes
Tue Sep 06, 2022 7:17 pm
Forum: General discussion and questions about Aware IM
Topic: Difference between logonAdmin and logonOp.aw
Replies: 2
Views: 1218

Re: Difference between logonAdmin and logonOp.aw

No, I don’t think so. The delay is not in the time between entering the login details and the application being up and running. It is about displaying the login screen itself. In other words, there is no difference in delay after entering the login details. Same for using parameterized login using u...
by nhofkes
Mon Sep 05, 2022 5:14 pm
Forum: General discussion and questions about Aware IM
Topic: Difference between logonAdmin and logonOp.aw
Replies: 2
Views: 1218

Difference between logonAdmin and logonOp.aw

There are several login options, and I tried to use a few of them: Interactive full login: [domain]/AwareIM/logonAdmin.html paramerised login: [domain]/AwareIM/logonOp.aw?domain=EP The logonOp.aw takes much longer than the logonAdmin.html version. This is both for login and for logout. I am curious ...
by nhofkes
Fri Oct 08, 2021 9:21 pm
Forum: General discussion and questions about Aware IM
Topic: Rule Debugger
Replies: 9
Views: 12458

Re: Rule Debugger

In the rule debugger I wonder whether set breakpoints stay in place if the BSV is put back in edit mode? I am thinking of the situation where you put the app in test, set a breakpoint, do some testing, and then switch back to edit to make changes (presumably to fix the issue that you are debugging)....
by nhofkes
Wed Oct 06, 2021 9:20 pm
Forum: General discussion and questions about Aware IM
Topic: Is there a reason I can't get a double-quote to show in the grid?
Replies: 4
Views: 3610

Re: Is there a reason I can't get a double-quote to show in the grid?

Jaymer, I tested this and had the same result as you. I even put two quotes in a text field on the form and they displayed correctly on the form, but showed up as single quotes in the grid. It seems that the underlying data has the double quotes: when I check the data in the underlying SQL database,...