Search found 195 matches

by Bryan
Sun Nov 19, 2017 11:55 pm
Forum: General discussion and questions about Aware IM
Topic: V7 - form design - merge rows
Replies: 24
Views: 63561

Re: V7 - form design - merge rows

Any help on this one.

My main dev machine bricked on me so I migrated over to a windows machine. I can recreate the css file but would prefer a better solution if it exists now.
by Bryan
Tue Aug 08, 2017 1:53 am
Forum: General discussion and questions about Aware IM
Topic: V7 - form design - merge rows
Replies: 24
Views: 63561

Re: V7 - form design - merge rows

I was able to implement the css file as described by support and johntalbott. Thank you.

Adding this however presents the following issue. Notice the grid going over top of the Save button.
Rightlist copy.png
Rightlist copy.png (119.16 KiB) Viewed 22100 times
by Bryan
Sun Aug 06, 2017 8:28 pm
Forum: General discussion and questions about Aware IM
Topic: V7 - form design - merge rows
Replies: 24
Views: 63561

Re: V7 - form design - merge rows

I am prepared to create a custom css file but I am not sure where to start on this one. Any tips/steps to accomplishing this? Also, if I create a custom css file will upgrading to a newer version of AwareIM remove it? Just going from past experience customization outside the BSV is a nightmare to ma...
by Bryan
Fri Jun 03, 2016 4:45 pm
Forum: General discussion and questions about Aware IM
Topic: Password Requirements
Replies: 19
Views: 38514

Re: Password Requirements

Tom, Thanks for the reply. I guess I am not looking to reinvent the wheel with these 5 specific requirements. My guess is that someone has run into this need in the past and accomplished the task. I have seen a couple of places through out the forums where it is mentioned that it is possible but not...
by Bryan
Fri Jun 03, 2016 3:36 pm
Forum: General discussion and questions about Aware IM
Topic: Password Requirements
Replies: 19
Views: 38514

Password Requirements

So I have some pretty industry standard password requirements that I have been tasked with implementing into our BSV. I know I have read many posts talking about these items being possible but wanted to see if anyone has rule examples of any of the following requirements. No sense in reinventing the...
by Bryan
Wed Apr 27, 2016 3:58 pm
Forum: General discussion and questions about Aware IM
Topic: a suggestion for user definable data types
Replies: 9
Views: 14088

Re: a suggestion for user definable data types

So i just changed one from the format ###,###,###,##0 to simply ###. This allows the value to show properly in the grid. So 100,234 is now show correct but then with this formatting if you navigate to the object the value is shown as 100234 with no comma. Err can't win at this point. Seem you can ha...
by Bryan
Wed Apr 27, 2016 3:48 pm
Forum: General discussion and questions about Aware IM
Topic: a suggestion for user definable data types
Replies: 9
Views: 14088

Re: a suggestion for user definable data types

Update I have adjusted all of my numbers that needed it to the format ###,###,###,##0 and those with decimals to ###,###,###,##0.00 which displays just fine from the edit page of an object. When shown within grids however, this formatting seems to truncate the value. For Example, 100,000 when shown ...
by Bryan
Wed Apr 27, 2016 1:13 pm
Forum: General discussion and questions about Aware IM
Topic: a suggestion for user definable data types
Replies: 9
Views: 14088

Re: a suggestion for user definable data types

I am currently in the process of updating all of my number type attributes that need it to ###,###,###,##0. Not the ideal solution because I am afraid I will miss some (export to xml keep failing for me). For the ones that require decimal i am using the format ###,###,###,##0.00 this seems to be wor...
by Bryan
Tue Apr 26, 2016 4:58 pm
Forum: General discussion and questions about Aware IM
Topic: a suggestion for user definable data types
Replies: 9
Views: 14088

Re: a suggestion for user definable data types

This solution doesn't seem to work when the value is higher than 100,000. For 1,000,000 you need to set the formatting to ###,###,##0 I am guessing this continues on the higher you go.

Seems like a bug when the old formatting of #,##0 worked just fine as documented in the guide.
by Bryan
Fri Apr 01, 2016 7:39 pm
Forum: General discussion and questions about Aware IM
Topic: Save Changes?
Replies: 4
Views: 7323

Save Changes?

It seems that with the update to 7.0 every navigation from one object to another related object from within forms triggers the "There are unsaved changes in the form of object....." dialog box. I love this popping up if something has changed but it seems that simple navigation from one object to the...
by Bryan
Fri Feb 12, 2016 5:01 pm
Forum: General discussion and questions about Aware IM
Topic: V6 Bug?
Replies: 7
Views: 11472

Re: V6 Bug?

Outstanding, that is what I was hoping for. Thanks for the feedback. Not in a spot to test it yet.
by Bryan
Fri Feb 12, 2016 4:29 pm
Forum: General discussion and questions about Aware IM
Topic: V6 Bug?
Replies: 7
Views: 11472

Re: V6 Bug? - Show Character Count

Knowing that 7 is now out - (which we are in the process of investigating every change that we need to make and creating a run book for the install because so many of the little customization like folder name change and memory setting need to be adjusted post upgrade). Can anybody tell me if this fu...
by Bryan
Thu Jan 14, 2016 3:50 am
Forum: General discussion and questions about Aware IM
Topic: Date format year defaults to 1916 instead of 2016
Replies: 6
Views: 10471

Re: Date format year defaults to 1916 instead of 2016

Eagle, Thanks for looking into this. I went back and took another look. In certain circumstances I have seen the behavior you described. I have found that I have different behavior in certain instances (the one the client pointed out). I will dig a bit further and give some details on how to reprodu...
by Bryan
Wed Jan 06, 2016 4:34 pm
Forum: General discussion and questions about Aware IM
Topic: Date format year defaults to 1916 instead of 2016
Replies: 6
Views: 10471

Date format year defaults to 1916 instead of 2016

We have date fields throughout our bsv with MM/dd/yyyy as the format. If when the user is filling out the field they enter for example: 01/06/16 and tab out of the field it will default to 01/06/1916. I am assuming a Date attribute type stores in the database the same way and that the format specifi...
by Bryan
Tue Sep 15, 2015 6:12 pm
Forum: General discussion and questions about Aware IM
Topic: Monitoring a network folder for files to pickup - HOW?
Replies: 3
Views: 7146

Re: Monitoring a network folder for files to pickup - HOW?

Thanks Tom a good start. I will see where is takes me.