Search found 67 matches
- Tue Nov 15, 2022 11:46 am
- Forum: Wish List
- Topic: FR - Calculated Field Rules on Grids
- Replies: 1
- Views: 156
Re: FR - Calculated Field Rules on Grids
As a sub-optimal solution (since it is far from low-code approach), it's possible to control editing of fields in an inline-editable grid through a render script added to the grid. As an example, below the code that I am using to prevent editing of other fields for a particular row if the first (in ...
- Fri Oct 28, 2022 8:22 am
- Forum: Problem reports
- Topic: Item display rules - leave style blank
- Replies: 0
- Views: 183
Item display rules - leave style blank
There may be a small bug, or at least an inconvenience, in the settings for item display rules. It should be possible to specify only a CSS class and leave the style blank, but that results in a validation error. The dialog contains two fields at the top: Screenshot 2022-10-28 100234.jpg The explana...
- Thu Oct 27, 2022 3:00 pm
- Forum: General discussion and questions about Aware IM
- Topic: Who Uses EXEC_SPF?
- Replies: 7
- Views: 2004
Re: Who Uses EXEC_SPF?
I am sure it works fine, but my question was: does it return a number or a string? If it returns a number, then the documentation is not correct. If it returns a string, then this must have been changed at some time between your original post and today, because you wrote that it returns only numbers...
- Tue Oct 25, 2022 6:11 pm
- Forum: General discussion and questions about Aware IM
- Topic: Who Uses EXEC_SPF?
- Replies: 7
- Views: 2004
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...
- 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: 257
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...
- Mon Oct 10, 2022 6:47 pm
- Forum: General discussion and questions about Aware IM
- Topic: user defined saved filters / columns
- Replies: 5
- Views: 583
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.
- Wed Sep 28, 2022 7:14 pm
- Forum: General discussion and questions about Aware IM
- Topic: Issue 'tabbing' through an attribute
- Replies: 3
- Views: 377
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...
- Tue Sep 27, 2022 3:19 pm
- Forum: Problem reports
- Topic: Javascript exceptions when using number format for inline editing
- Replies: 0
- Views: 211
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...
- Wed Sep 21, 2022 7:06 am
- Forum: General discussion and questions about Aware IM
- Topic: New Online Documentation
- Replies: 10
- Views: 924
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...
- 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: 1661
Re: Show Tab Description on Mouse Over
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.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.
- Thu Sep 15, 2022 6:42 pm
- Forum: General discussion and questions about Aware IM
- Topic: Stop Published BSV
- Replies: 13
- Views: 8164
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...
- Thu Sep 15, 2022 4:30 pm
- Forum: General discussion and questions about Aware IM
- Topic: Stop Published BSV
- Replies: 13
- Views: 8164
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...
- 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: 1177
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 ...
- Fri Sep 09, 2022 4:59 pm
- Forum: Problem reports
- Topic: Panel Operation - Add New Record (Inline Editing)
- Replies: 5
- Views: 3520
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...
- 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: 370
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...