Search found 2450 matches

by Jaymer
Thu Feb 01, 2024 7:02 pm
Forum: General discussion and questions about Aware IM
Topic: Version 9.0 has been released!
Replies: 6
Views: 942

Line Icons

1) Is it these: https://lineicons.com/icons/
* be sure to click the slider to “free” instead of “all”

2) any way to use these inside the report writer?
by Jaymer
Sat Jan 27, 2024 1:50 pm
Forum: General discussion and questions about Aware IM
Topic: JS to Auto-resize Grid Columns to fit text
Replies: 8
Views: 9198

Re: JS to Auto-resize Grid Columns to fit text

I was trying to do some styling on a scheduler window this week. And even though the code did not throw exceptions in the console, it just wasn’t doing anything.
This may shed some light on that. Thanks.
by Jaymer
Sun Jan 21, 2024 8:26 pm
Forum: General discussion and questions about Aware IM
Topic: Can't use SystemSettings in Scheduling ?
Replies: 3
Views: 761

Re: Can't use SystemSettings in Scheduling ?

The simpler thing, in my opinion, is to just call a process and do this complicated check in the process. The scheduler checks jobs every minute. So if you have a scheduler task with something like IF current Date is greater than January 1, 2024, then run processA It will check that every minute and...
by Jaymer
Fri Jan 19, 2024 1:09 pm
Forum: General discussion and questions about Aware IM
Topic: MySQL Database Update Issues - warning
Replies: 7
Views: 12544

Re: MySQL Database Update Issues - warning

RLJB wrote: Fri Jan 19, 2024 2:18 am @jaymer

That works on simple BSVs.
Our BSVs are large and complex and importing xml versions of BSV results in errors, so not a solution unfortunately.
That shouldn’t happen.
When you Discover an issue, you should be reporting that, so Vlad can correct it.
by Jaymer
Fri Jan 19, 2024 1:24 am
Forum: General discussion and questions about Aware IM
Topic: MySQL Database Update Issues - warning
Replies: 7
Views: 12544

Re: MySQL Database Update Issues - warning

So just export as XML, then change it the field name in a text editor. And then re-import.
Manually change the table.fieldName inside mySql.
That should clear it up
by Jaymer
Fri Jan 12, 2024 1:46 pm
Forum: Problem reports
Topic: Re: Member Dashboard Stats Issue
Replies: 3
Views: 11853

Re: Member Dashboard Stats Issue

Before you spend much more time on this, you might want to watch the NEW video for the improvements coming in version nine.
Might be easier for you.
And in those videos also you can see the statements he uses to get the counts.
by Jaymer
Thu Jan 11, 2024 3:22 pm
Forum: General discussion and questions about Aware IM
Topic: IN_CONTEXT doesn't work on Session Object ?
Replies: 8
Views: 61345

Re: IN_CONTEXT doesn't work on Session Object ?

The general search (usually) stinks.
But I was able to search “my posts”, and then further refine that to find my original Q from five years ago, and that got me to your answer.
by Jaymer
Thu Jan 11, 2024 2:23 pm
Forum: General discussion and questions about Aware IM
Topic: IN_CONTEXT doesn't work on Session Object ?
Replies: 8
Views: 61345

Re: IN_CONTEXT doesn't work on Session Object ?

Simple answer to this. But can’t remember right now.
Bobk answered this for me a few years back.
You’re going about it the wrong way.
by Jaymer
Wed Jan 10, 2024 3:25 pm
Forum: General discussion and questions about Aware IM
Topic: Who is activily using Gantt Chart?
Replies: 7
Views: 24366

Re: Who is activily using Gantt Chart?

Bump
Anyone using this successfully ?
by Jaymer
Mon Jan 08, 2024 11:24 pm
Forum: General discussion and questions about Aware IM
Topic: Team performance bubble chart/video
Replies: 1
Views: 42968

Team performance bubble chart/video

In the new chart video, around the seven minute mark, there is a explanation of the bubble chart. Yes, this is cool to add functionality of all these new charts to aware. Great news. But, this chart, as one example, Will only be useful if someone can click on a bubble and see something about it. In ...
by Jaymer
Mon Jan 08, 2024 1:33 am
Forum: General discussion and questions about Aware IM
Topic: FIND BO based on Other BO
Replies: 6
Views: 31225

Re: FIND BO based on Other BO

Cool. That makes more sense. Neat! Because it’s a reference field, it’s finding two linked VAT records. So in this case it does find the unique VAT records that exist in an order’s lines. But if you had customer data, you couldn’t use this to find the unique cities, for example. … Unless the city fi...
by Jaymer
Sun Jan 07, 2024 5:24 pm
Forum: General discussion and questions about Aware IM
Topic: FIND BO based on Other BO
Replies: 6
Views: 31225

Re: FIND BO based on Other BO

put your last two lines into separate process, having input of invoices FIND VAT WHERE (InvoicesLines.ps_VATpercent=VAT) CREATE VATSummary FOR EACH VAT WITH VATSummary.VAT=VAT.Name, VATSummary.SUMVAT = SUM InvoicesLines.VATAmount WHERE (VAT=InvoicesLines.ps_VATpercent),VATSummary.InvoiceMaster=Invo...
by Jaymer
Wed Jan 03, 2024 12:55 am
Forum: General discussion and questions about Aware IM
Topic: Dear Santa ... Priorities
Replies: 10
Views: 157557

Re: Dear Santa ... Priorities

release
plenty of new stuff in there.
thx!