Search found 30 matches

by ColinP
Mon Jan 04, 2021 4:38 am
Forum: General discussion and questions about Aware IM
Topic: Displaying Updated totals after inline editing
Replies: 10
Views: 6151

Re: Displaying Updated totals after inline editing

I tried these changes, but it did not work. The program flow is Query on OrderHeaders to view all Orders in a grid. Operation on Records 'Order Lines' calls process 'EditOrderLines' This process has one line 'EDIT OrderHeader USING EditOrderHeader' this displays a form with inline editing for the Or...
by ColinP
Sat Jan 02, 2021 10:40 pm
Forum: General discussion and questions about Aware IM
Topic: Displaying Updated totals after inline editing
Replies: 10
Views: 6151

Re: Displaying Updated totals after inline editing

Thank you for your response. My OrderHeader form is called from a query through a 'Operations with Records' it was using a Pop Up form, but changing it to Default made no difference. The obvious difference between the two cases is that I am using inline editing rather than calling a form to edit the...
by ColinP
Sat Jan 02, 2021 2:16 pm
Forum: General discussion and questions about Aware IM
Topic: Displaying Updated totals after inline editing
Replies: 10
Views: 6151

Displaying Updated totals after inline editing

There have been other posts about this topic but none seem to fit my predicament exactly. I have been rightly criticized in previous posts for describing a situation poorly, so people cannot understand the problem. I have taken on board their suggestion that I should submit a .bsv to illustrate the ...
by ColinP
Mon Nov 30, 2020 1:41 pm
Forum: Problem reports
Topic: Thousands Separator in Reports
Replies: 4
Views: 5246

Re: Thousands Separator in Reports

Dear Eagles9999,

Brilliant! Works a treat - I can't thank you enough.

How did you discover this. It makes me feel pretty stupid.

best wishes
by ColinP
Mon Nov 30, 2020 9:16 am
Forum: Problem reports
Topic: Thousands Separator in Reports
Replies: 4
Views: 5246

Re: Thousands Separator in Reports

sure have <<Costings.Style.SPQuantity*Costings.Style.SPinGBP,'#,##0.00'>> see error attached is it because it is a calculation??? Yes! it is. <<Costings.Style.SPQuantity,'#,##0.00'>> works fine, but even enclosing the calculation in () doesn't resolve the error. Woe is me! Do I really have to put th...
by ColinP
Sat Nov 28, 2020 9:35 am
Forum: Problem reports
Topic: Thousands Separator in Reports
Replies: 4
Views: 5246

Thousands Separator in Reports

<<Object.Number,#,##0.00>> gives 'Syntax Error at Token ',' (Column x)

works fine without the thousands separator.

tried /, and \, and '#,##0.00' and even #+##0.00 - that was interesting it produced 1234.56+
by ColinP
Fri Nov 20, 2020 11:58 am
Forum: General discussion and questions about Aware IM
Topic: passing parameters to processes triggered by rules
Replies: 5
Views: 4828

passing parameters to processes triggered by rules

To each Project potential Suppliers can be Allocated, perhaps three from the whole list. Each project is split between a number of Elements. When the user looks at each element she wants to see all the potential suppliers and for that element, she may deactivate them or enter costing information. Th...
by ColinP
Sun Nov 15, 2020 2:41 pm
Forum: General discussion and questions about Aware IM
Topic: Changed Values revert to Original after First Time Use
Replies: 9
Views: 7585

Re: Changed Values revert to Original after First Time Use

The half I have solved is a separate bsv in which what I am trying to do actually works. So now I am left with the task of comparing the two to find out why the 'real' one does not work. To be honest I have not had much time on it of late, but what time I have had has not been fruitful. Thanks for y...
by ColinP
Wed Nov 11, 2020 2:20 pm
Forum: General discussion and questions about Aware IM
Topic: Refreshing Calculation in a grid with parameters help in a different business object
Replies: 6
Views: 4990

Re: Refreshing Calculation in a grid with parameters help in a different business object

Many thanks to all those who responded to this cry for help. With your imput I am half way to solving the problem. I stated a new BSV to test what I wanted to do and it works perfectly. There must be a something, somwhere which is not set correctly. It is just a question of finding it. My very grate...
by ColinP
Wed Nov 11, 2020 2:14 pm
Forum: General discussion and questions about Aware IM
Topic: Changed Values revert to Original after First Time Use
Replies: 9
Views: 7585

Re: Changed Values revert to Original after First Time Use

Many thanks to all those who responded to this cry for help. With your imput I am half way to solving the problem. I stated a new BSV to test what I wanted to do and it works perfectly. There must be a something, somwhere which is not set correctly. It is just a question of finding it. My very grate...
by ColinP
Fri Nov 06, 2020 11:39 am
Forum: General discussion and questions about Aware IM
Topic: Changed Values revert to Original after First Time Use
Replies: 9
Views: 7585

Re: Changed Values revert to Original after First Time Use

Thank you for your most helpful advice. I cannot find an ACTION to SAVE the form. But then I have trouble finding the Bovril in the Supermarket. Can you tell me how I can do this without actually using the 'SAVE' bottom button and closing the form. I think I tried COMMIT TRANSACTION in my refresh PR...
by ColinP
Tue Nov 03, 2020 3:22 pm
Forum: General discussion and questions about Aware IM
Topic: Changed Values revert to Original after First Time Use
Replies: 9
Views: 7585

Changed Values revert to Original after First Time Use

I am a newbie so forgive my ignorance. I have a form based on a Business Object (BO1) with a grid for a related Business Object (BO2). BO2 contains a number of fields which are calculated with factors contained in BO2 as well as some contained in BO1. If the user changes on of the values of BO1 on t...
by ColinP
Tue Nov 03, 2020 2:55 pm
Forum: General discussion and questions about Aware IM
Topic: Refreshing Calculation in a grid with parameters help in a different business object
Replies: 6
Views: 4990

Re: Refreshing Calculation in a grid with parameters help in a different business object

I have made some progress with this. I found an ACTION called UPDATE which will invoke evaluation of rules attached to the specified Business Object. So now I have a (HTML) button on my form called 'Refresh' which calls a process called test_refresh and passes the instance of the BO. This process fi...
by ColinP
Tue Nov 03, 2020 10:12 am
Forum: General discussion and questions about Aware IM
Topic: Refreshing Calculation in a grid with parameters help in a different business object
Replies: 6
Views: 4990

Re: Refreshing Calculation in a grid with parameters help in a different business object

Thank you for your response. As I understand it Auto-Refresh will refresh the results of the query to select the instances shown in the grid. There seems to be four methods to trigger a refresh and I was already using the second to refresh the query if a new instance of the business object shown in ...
by ColinP
Mon Nov 02, 2020 5:08 pm
Forum: General discussion and questions about Aware IM
Topic: Refreshing Calculation in a grid with parameters help in a different business object
Replies: 6
Views: 4990

Refreshing Calculation in a grid with parameters help in a different business object

Forgive me - I am a newbie, still trying to get to grips with AwareIMt. I have a number of calculated fields on a grid. Some of the factors in the calculations are attributes of the same business object as the calculated attributes and the user wants to edit these values and immediately see the resu...