Search found 441 matches

by rbross
Tue Oct 22, 2019 9:46 pm
Forum: General discussion and questions about Aware IM
Topic: date format as EEE MM/dd/yyyy
Replies: 6
Views: 7884

Re: date format as EEE MM/dd/yyyy

Looks like 'EEE' is not a supported AwareIM date format yet. I added a 'DateString' Attribute and used this rule to convert the date and get the format I needed. BOname.DateString=CHARS_FROM_LEFT(DAY_OF_WEEK(BOname.Date),3)+' '+AS_STRING(BOname.Date,'MM/dd/yyyy') AwareIM support, it would be nice to...
by rbross
Tue Oct 22, 2019 8:37 pm
Forum: General discussion and questions about Aware IM
Topic: The *OFFICIAL* Fall 2019 WISH LIST is here !!!!!!!
Replies: 49
Views: 59465

Re: The *OFFICIAL* Fall 2019 WISH LIST is here !!!!!!!

1. The ability to automatically size query grid column widths OR to set a percentage instead of an actual column size value. 2. Official support for MySQL 8 including MySQL 8 cluster environments. Thanks :) We can do this on forms with multiple columns so it would be great if we could do this on a ...
by rbross
Tue Oct 22, 2019 8:27 pm
Forum: General discussion and questions about Aware IM
Topic: date format as EEE MM/dd/yyyy
Replies: 6
Views: 7884

date format as EEE MM/dd/yyyy

Hello, I need to display a date in a grid as EEE MM/dd/yyyy EEE is for the day of week Mon, Tue, etc When I use that format on the attribute in the BO It displays nothing in the grid. Do I need to store the date format I want in a text attribute and use a date function to get the name for the day of...
by rbross
Wed Sep 18, 2019 11:58 pm
Forum: General discussion and questions about Aware IM
Topic: java.lang.Stack.OverflowError in ConfigTool
Replies: 2
Views: 3702

Re: java.lang.Stack.OverflowError in ConfigTool

I removed the code from the XML and re-imported it and it is OK now.
I have 1024 on the server and 2048 on my local machine. I still got the error on my local machine with more config memory.
by rbross
Wed Sep 18, 2019 4:27 pm
Forum: General discussion and questions about Aware IM
Topic: The *OFFICIAL* Fall 2019 WISH LIST is here !!!!!!!
Replies: 49
Views: 59465

Re: ADD Alignment on Query Column Setup

Since I posted this on the WishList 17 months ago... and I talked to Roger this week and he wanted almost the exact same thing, I'm reposting this from March 20, 2018: https://awareim.com/forum/viewtopic.php?f=1&t=10236&hilit=wish&start=15#p46896 Default it to Left for Strings, Right for Numeric an...
by rbross
Wed Sep 18, 2019 4:23 pm
Forum: General discussion and questions about Aware IM
Topic: java.lang.Stack.OverflowError in ConfigTool
Replies: 2
Views: 3702

java.lang.Stack.OverflowError in ConfigTool

Hello, I added another Tab to a VP I created. This Tabs Layout is a Responsive Nested grid. It is split into a LeftSide6 Container and RightSide6 Container. under each side, I added a query with the default set to view the Edit Form when a record is selected under the query. I only added a few queri...
by rbross
Thu Jul 11, 2019 11:35 pm
Forum: General discussion and questions about Aware IM
Topic: BSV disappears after restarting AwareIM
Replies: 2
Views: 4590

Re: BSV disappears after restarting AwareIM

Yes, I did notice that the config. memory was back to 64 I set it back to 1024. I restarted AwareIM but still no bsv.
I imported the last export and everything seems to be fine.
From now on I will backup up the DB with each export as well.
by rbross
Thu Jul 11, 2019 5:18 pm
Forum: General discussion and questions about Aware IM
Topic: Does report designer support html tags?
Replies: 5
Views: 8021

Re: Does report designer support html tags?

Jaymer, how did you get the carriage return to stay in the field. I have used that technique in another AwareIM app, but when I tried to add it to another application when I hit Enter on the field in system settings it did not store the CHR(13)?
by rbross
Thu Jul 11, 2019 5:11 pm
Forum: General discussion and questions about Aware IM
Topic: BSV disappears after restarting AwareIM
Replies: 2
Views: 4590

BSV disappears after restarting AwareIM

Hello, Using the latest build 2622 of AwareIM v8.3. Exported BSV last night after working on it. This morning when I opened AwareIM it took longer than normal to open the configurator. When it did finally open the BSV I have been working on was not loaded and was empty!!! Has anyone experienced this...
by rbross
Wed Jul 10, 2019 1:22 am
Forum: General discussion and questions about Aware IM
Topic: Multiple Separators on different columns - is it possible?
Replies: 5
Views: 7216

Re: Multiple Separators on different columns - is it possibl

Not sure if you did it this way Mark, but the only way I got it to work was to use HTML as the separator and then you can have them on one or more columns, but using the Separator build into AwareIM does not work. Maybe you have to set the width?
by rbross
Tue Jul 09, 2019 4:39 pm
Forum: General discussion and questions about Aware IM
Topic: Multiple Separators on different columns - is it possible?
Replies: 5
Views: 7216

Re: Multiple Separators on different columns - is it possibl

weblike wrote:Is it possible to have a form with 2 columns and having a separator on each column?
That would be really great.
No! I have talked with Vlad about this and Aware cannot do this at this time.
I wish Aware had this ability. Maybe through some custom css, it might be possible.
by rbross
Tue Jun 04, 2019 8:10 pm
Forum: General discussion and questions about Aware IM
Topic: View BO Form Section from a process
Replies: 2
Views: 4086

Re: View BO Form Section from a process

Its a kludge, but why not copy the form, and in the copy have either that form section on the top , or if you only need that section, delete the others. I had to do the same thing since different roles should see diff. tabs 1st. Bruce I guess I could do that. It's a shame you can't have the same fu...
by rbross
Tue Jun 04, 2019 1:54 pm
Forum: General discussion and questions about Aware IM
Topic: I would like to see more cursor control
Replies: 3
Views: 5445

Re: I would like to see more cursor control

On my wish list. 1). When a query is refreshed, the option to have the cursor stay on the CURRENT row. 2). When a form is refreshed, have the option to have the cursor stay in the current (or selected) field. 3). Ability to set focus on any field in the form via a process (not JS) Am I the only one...
by rbross
Tue Jun 04, 2019 1:18 pm
Forum: General discussion and questions about Aware IM
Topic: View BO Form Section from a process
Replies: 2
Views: 4086

View BO Form Section from a process

Hello, Is there a way to get a form to open to a specific section/Tab when called from a process. If you do a normal Edit you can specify which Section to open to but in a process, it doesn't look like you can do that? All you have in the process is View BO USING 'Form Name' I need it to open to a c...
by rbross
Fri May 31, 2019 4:32 pm
Forum: General discussion and questions about Aware IM
Topic: FontAwesome V5 Pro.
Replies: 19
Views: 21095

Re: FontAwesome V5 Pro.

Also, if you go the route of adding a line to startup.html don't forget to update all the previewXXX.html files - otherwise you won't be able to see your font awesome icons in the config tool Where are these PreviewXXX files and how do you update them? Thanks Bruce Bruce, not sure what previewxxx f...