Search found 1471 matches

by BLOMASKY
Tue Feb 13, 2024 8:24 pm
Forum: General discussion and questions about Aware IM
Topic: Latest build supports Dark Mode on OSX
Replies: 0
Views: 169

Latest build supports Dark Mode on OSX

and fixed the bug with Export to CSV. But since I use my mac (which is in dark mode), for development, it is nice that when I connect to remote windows servers, Eclipse runs in dark mode.

Bruce
by BLOMASKY
Mon Feb 12, 2024 11:42 pm
Forum: General discussion and questions about Aware IM
Topic: Have cursor go to 1st filter field
Replies: 1
Views: 200

Re: Have cursor go to 1st filter field

Jaymer, of course figured it out. Just had to change "input" to "input-inner"
by BLOMASKY
Mon Feb 12, 2024 1:43 pm
Forum: Problem reports
Topic: Customer can NO longer export to CSV
Replies: 1
Views: 229

Customer can NO longer export to CSV

They get the following error, which I have NO clue what it is really saying.
Screenshot 2024-02-12 at 8.31.12 AM.png
Screenshot 2024-02-12 at 8.31.12 AM.png (32.98 KiB) Viewed 229 times
by BLOMASKY
Fri Feb 09, 2024 6:04 pm
Forum: General discussion and questions about Aware IM
Topic: Have cursor go to 1st filter field
Replies: 1
Views: 200

Have cursor go to 1st filter field

My queries usually have some filter field(s) above the data fields. In version 8.8 and before, I had the following script in the RENDER column and the cursor would start in the 1st field. It no longer works in V9. Can anyone give some guidance please. (This, of course, is the biggest complaint of my...
by BLOMASKY
Fri Feb 09, 2024 6:01 pm
Forum: General discussion and questions about Aware IM
Topic: Problems displaying shortcuts - what could be wrong?
Replies: 7
Views: 458

Re: Problems displaying shortcuts - what could be wrong?

Jumping in the middle here, but to use a shortcut you 1st have to create a relationship between 2 BO's. (Tables). This does NOT automatically populate the relationship in EXISTING records. Only when new records are created. Aware creates 3 fields in the child table (if it is a many to many then a ne...
by BLOMASKY
Wed Jan 31, 2024 8:00 pm
Forum: General discussion and questions about Aware IM
Topic: Version 9.0 has been released!
Replies: 6
Views: 942

Re: Version 9.0 has been released!

This IS the best release EVER (Until the next one that is...) I found that a lot of my custom CSS that I used for positioning / visibility had to be "fixed" to work with V9. So many great new features. The improvement to google maps was necessary for one of my customers. The ability to control what ...
by BLOMASKY
Fri Jan 12, 2024 2:15 am
Forum: General discussion and questions about Aware IM
Topic: Log into Aware via REST
Replies: 3
Views: 24253

Re: Log into Aware via REST

Thanks, but where did you find the PWD_ENCRYPT function? I don't see it in the documentation. Are there more hidden functions?

Thanks

Bruce
by BLOMASKY
Wed Jan 10, 2024 5:21 pm
Forum: General discussion and questions about Aware IM
Topic: Log into Aware via REST
Replies: 3
Views: 24253

Log into Aware via REST

Is it possible to log into Aware from a different app via REST?

I am exploring different tools to create mobile front-ends and then call Aware processes via REST. But 1st, I need to validate the user and I am not sure how to do that.

Thanks

Bruce
by BLOMASKY
Sat Jan 06, 2024 8:35 pm
Forum: General discussion and questions about Aware IM
Topic: URL_ENCODE changes spaces to + instead of %20
Replies: 1
Views: 37862

URL_ENCODE changes spaces to + instead of %20

I am calling a rest service and have to send an HTML string. If I dont URL_ENCODE(the string) Aware throws an error when running the service. If I DO URL_ENCODE then all of the spaces turn into + and when my JAVASCRIPT rest server runs a decodeURI it leaves the + alone. Is this a problem with the wa...
by BLOMASKY
Fri Dec 29, 2023 2:59 am
Forum: General discussion and questions about Aware IM
Topic: 2024 Aware IM International Developers Conference
Replies: 8
Views: 52597

Re: 2024 Aware IM International Developers Conference

I might be speaking out of turn, but Mark usually records the conference, and for a small $$$ you can watch the video and get the powerpoints. Of course, that was before COVID so who knows...)

Bruce
by BLOMASKY
Wed Dec 27, 2023 2:40 pm
Forum: Problem reports
Topic: Show paging bar with Message only works if you UN-Check Display Paging bar only when necessary
Replies: 1
Views: 37630

Show paging bar with Message only works if you UN-Check Display Paging bar only when necessary

A minor bug I admit, but it would be nice if the check box "Show Paging bar with message" was consistent. Ideally if both are checked and there is less than 2 pages of data, then nothing would be displayed, but when there are more than 2 pages, I would like to see the "1-20 of 99" displayed. The onl...
by BLOMASKY
Wed Dec 27, 2023 2:17 pm
Forum: General discussion and questions about Aware IM
Topic: 2024 Aware IM International Developers Conference
Replies: 8
Views: 52597

Re: 2024 Aware IM International Developers Conference

YEA! Been too long since last meet and greet.

Since I live about 2 hours from Daytona Beach, do let me know what I can do to help.

Bruce
by BLOMASKY
Wed Dec 20, 2023 2:17 am
Forum: General discussion and questions about Aware IM
Topic: Can I call a process from a pick one or more before continue
Replies: 1
Views: 28078

Can I call a process from a pick one or more before continue

I have a customer with a request that when a pick one or more is displayed, that when the user clicks one (or more) of the checkboxes, that a total of one of the attributes is displayed. Is that possible to do in Aware? (I could actually add the checkbox field to the BO and trigger a rule when click...
by BLOMASKY
Wed Dec 20, 2023 12:07 am
Forum: General discussion and questions about Aware IM
Topic: CSS to minimize row height in queries
Replies: 6
Views: 76021

SOLVED

Help to talk to someone who is an expert in CSS.

Life is good again.

Bruce
by BLOMASKY
Tue Dec 19, 2023 8:27 pm
Forum: General discussion and questions about Aware IM
Topic: CSS to minimize row height in queries
Replies: 6
Views: 76021

Re: CSS to minimize row height in queries

CSS in Aware is usually not a 1 fix thing to fix all but if you already have a working CSS change but it messes up other things, the easiest thing you can do to fix this is to make your CSS class more specific so it only targets the queries you want. If you have the following class now: .k-toolbar ...