Search found 2430 matches

by Jaymer
Wed Sep 13, 2023 7:55 pm
Forum: General discussion and questions about Aware IM
Topic: Tab Order frustrations - Why?
Replies: 2
Views: 11539

Re: Tab Order frustrations - Why?

No, this is a Vlad issue at this point (But I haven't tried this specifically in a recent version). Although its pretty easy with only 2 fields and a tab order. But as I've said before when I report things... if no one else makes it an issue, then why should he put much effort into it if after years...
by Jaymer
Mon Sep 11, 2023 3:26 pm
Forum: General discussion and questions about Aware IM
Topic: I Think I Must Be Going Crazy :-|
Replies: 5
Views: 20646

Re: I Think I Must Be Going Crazy :-|

I've never done it that way. I'll break Rule 1 into 2 Rules and use SEARCH_COUNT > 0 (or SEARCH_COUNT = 1) to call the subtask. But as to the brain teaser: a) I'd say it always calls the subtask, but since thats ambiguous (pending tests), I'd examine logs or not worry about it since I'd be using SEA...
by Jaymer
Fri Sep 01, 2023 2:26 pm
Forum: Problem reports
Topic: Calling a REST-service that uses certificates to authenticate
Replies: 1
Views: 12723

Re: Calling a REST-service that uses certificates to authenticate

PKIX has been an error before.
Did you search the forum?
by Jaymer
Thu Aug 31, 2023 11:49 pm
Forum: Problem reports
Topic: Cant Tab past Hidden Field in Multi Column Popup Form
Replies: 2
Views: 14645

and this…

Some other weird tab issues I never resolved.

Original thread
by Jaymer
Thu Aug 24, 2023 3:46 am
Forum: General discussion and questions about Aware IM
Topic: QueryLayout Object
Replies: 2
Views: 14859

Re: QueryLayout Object

From March 2020 - The State of Grids
by Jaymer
Wed Aug 23, 2023 6:35 pm
Forum: General discussion and questions about Aware IM
Topic: *SOLVED* (YAY!!) REST/XERO I am now officially bald
Replies: 7
Views: 31385

Re: *SOLVED* (YAY!!) REST/XERO I am now officially bald

ahhh 1) yep, those dates looked funky 2) first thing I always do is check the raw data in the DB - cause maybe a missing reference pointer is keep the data from showing up. Then I know if Aware is at least processing something. You'll know data got returned, because you can easily see the "REST serv...
by Jaymer
Wed Aug 23, 2023 3:59 pm
Forum: General discussion and questions about Aware IM
Topic: *SOLVED* (YAY!!) REST/XERO I am now officially bald
Replies: 7
Views: 31385

Re: REST/XERO I am now officially bald

you have two BO’s that are being returned here.
The top level response with that 4 fields, and then a child many relation for accounts.
So you need to also remap that ID field as that will conflict with aware’s internal ID field name.
by Jaymer
Sun Aug 20, 2023 3:28 pm
Forum: General discussion and questions about Aware IM
Topic: Database latency - all suggestions appreciated, will compensate
Replies: 37
Views: 114088

Re: Database latency - all suggestions appreciated, will compensate

This is too big of a carrot on a stick to pass up.
I’ll solve it.
Skype: JaymerJaymer
by Jaymer
Sun Aug 20, 2023 2:47 am
Forum: General discussion and questions about Aware IM
Topic: Aria AI knows about AIM
Replies: 5
Views: 14331

Re: Aria AI knows about AIM

Remember, it only knows what hundreds/thousands of people loaded into the database about aware.
It would be interesting if the text from those steps are verbatim somewhere out on Vlad’s website.
by Jaymer
Thu Aug 17, 2023 1:01 am
Forum: General discussion and questions about Aware IM
Topic: How to default Image to computed string
Replies: 1
Views: 11250

Re: How to default Image to computed string

Use an HTML cell,
and an <img tag and
build your path in the
src= element.

<img
src=<<SystemSettings.tripimgpath>><<LoggedInRegularUser.username>> >
</img>

Something like that.
Not at my desk.
by Jaymer
Thu Aug 17, 2023 12:54 am
Forum: General discussion and questions about Aware IM
Topic: Remove Focus from Save button
Replies: 3
Views: 13685

Re: Remove Focus from Save button

Is it that the button has focus as you presume, or is this a pop-up window in which case the enter key will always close it.
by Jaymer
Mon Aug 14, 2023 11:55 pm
Forum: General discussion and questions about Aware IM
Topic: Who can hold my hand to refresh table indexes
Replies: 2
Views: 10761

Re: Who can hold my hand to refresh table indexes

I could help, but I hate MySQL. I really only use MSSQL. It’s interesting why you think indexes need to be rebuilt? Where did the indexes come from? You need to have some sort of MySQL management tool, and the “rebuilding” is really nothing more than Dropping and re-creating it. Are these manual ind...