Search found 2430 matches

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: 12500

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: 9496

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: 43962

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: 43962

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: 20781

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: 32956

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: 24182

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: 24182

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: 124578

Re: Dear Santa ... Priorities

release
plenty of new stuff in there.
thx!
by Jaymer
Wed Jan 03, 2024 12:17 am
Forum: General discussion and questions about Aware IM
Topic: KanBan Example
Replies: 1
Views: 12966

KanBan Example

I've used this since it was released. When we think of this use case, and the way Vlad demo'd it and has built the interface, its usually for static column VALUES with dynamic query results that you choose to show for the columns. Like Order Status... Columns might be: NEW___HOLD___InProcess___Q/A A...
by Jaymer
Sun Dec 17, 2023 9:13 pm
Forum: General discussion and questions about Aware IM
Topic: Whst am I missing..... 🤪
Replies: 2
Views: 35118

Re: Whst am I missing..... 🤪

The outside parentheses are irrelevant, so aware is removing them. That part makes sense. Maybe it’s just getting confused. But I also think it would work with no parentheses at all, because the and should be evaluated first before the or. Find w where a or b or c Without your outside, parentheses, ...
by Jaymer
Thu Dec 14, 2023 1:02 am
Forum: General discussion and questions about Aware IM
Topic: HTML Editor widget on Form. End user formatting
Replies: 8
Views: 135062

Re: HTML Editor widget on Form. End user formatting

oh, didnt get that from your 1st image.
i see them. always have.
Screenshot 2023-12-13 at 8.01.28 PM.png
Screenshot 2023-12-13 at 8.01.28 PM.png (56.13 KiB) Viewed 135050 times
by Jaymer
Thu Dec 14, 2023 12:13 am
Forum: General discussion and questions about Aware IM
Topic: HTML Editor widget on Form. End user formatting
Replies: 8
Views: 135062

Re: HTML Editor widget on Form. End user formatting

there's some improvements coming in the next release, but it would be EXTREMELEY nice if we could use TinyMCE in Aware. https://github.com/tinymce/tinymce I'm not advocating Vlad pay $ to integrate it (ie. buy their license for distro) but providing a .props setting and instructions for us replacing...