Search found 1473 matches

by BLOMASKY
Fri Feb 23, 2024 3:58 pm
Forum: General discussion and questions about Aware IM
Topic: Text alignment when using Number as Attribute
Replies: 7
Views: 1004

Re: Text alignment when using Number as Attribute

I have not seen that issue, but to confirm, if you are in the form editor and SHIFT-click on the column you will get properties for that column. 3 things to check, 1). What is the label width? It defaults to 90, but for testing make it larger, like 200. 2). There is an option to display label to LEF...
by BLOMASKY
Thu Feb 15, 2024 4:32 pm
Forum: General discussion and questions about Aware IM
Topic: Is it possible to conditionally stack fields in a Query Column?
Replies: 2
Views: 706

Is it possible to conditionally stack fields in a Query Column?

I have a query where there are 3 optional (long) text fields, lets call them field1, field2 and field3. Any or all of them might be empty and/or have text in them. Ideally if empty then the query row height would be a single row tall, if all were filled in then each one would be displayed one above ...
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: 1314

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

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

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 536 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: 661

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

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

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

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

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

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

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

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

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

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...