Search found 395 matches

by crisg0112
Tue Nov 28, 2017 3:48 am
Forum: General discussion and questions about Aware IM
Topic: Client Printing
Replies: 0
Views: 3630

Client Printing

Hi, Does anyone have an idea on how I can do a 'silent print' from my app? Currently I am doing a DISPLAY DOCUMENT with the generated report (PDF). BUT the user now wants to be able to print 2 copies of this report instead of viewing them first and the click on the print button, set the number of co...
by crisg0112
Thu Oct 12, 2017 1:44 am
Forum: General discussion and questions about Aware IM
Topic: No way for email to go to Multiple Ppl? Have to CC them ???
Replies: 14
Views: 65236

Re: No way for email to go to Multiple Ppl? Have to CC them

I don't understand what the problem is. CC and BCC can be lists of email addresses separated by semi-colon. If the problem is in the validation of these lists then either turn off validation or provide your own regular expression that can cope with lists (I am sure you can Google for one). Making t...
by crisg0112
Tue Oct 10, 2017 10:19 pm
Forum: General discussion and questions about Aware IM
Topic: No way for email to go to Multiple Ppl? Have to CC them ???
Replies: 14
Views: 65236

Re: No way for email to go to Multiple Ppl? I have to CC th

Yes, this is how Aware works i.e it's only possible to send to 1 recipient in the TO field and is a no good limitation. I hope support can fix this and can't be difficult to fix as it works to send to multiple recipients in CC etc.. Hi Henrik, How's things? even if I create my own 'emailadd' field ...
by crisg0112
Tue Oct 10, 2017 10:02 pm
Forum: General discussion and questions about Aware IM
Topic: No way for email to go to Multiple Ppl? Have to CC them ???
Replies: 14
Views: 65236

Re: No way for email to go to Multiple Ppl? I have to CC th

Is it because the Regex is not allowing for that format? What if you modify the regex of Aware to allow it?

I haven't tried it but that is what I am leaning on because I have the same issue wherein I need to send an email with an attachment to two different people and one as a BCC.
by crisg0112
Mon Aug 21, 2017 11:44 pm
Forum: General discussion and questions about Aware IM
Topic: Lots of Calendar Questions
Replies: 7
Views: 34048

Re: Lots of Calendar Questions

@support I spent some time trying to work out how to do #3. From a form appointment no probs. New from the calendar cell no luck from aware side. I did not look into js overides Hi, i also have a requirement on overriding the default editing / creation of appointment on a calendar. Can you please p...
by crisg0112
Wed Jul 19, 2017 3:19 am
Forum: General discussion and questions about Aware IM
Topic: Scroll to bottom of the page
Replies: 13
Views: 60377

Re: Scroll to bottom of the page

Yes, same issue here, this is our number 4 ticket submission / complaint from users. We would really love an "anchor" solution to this please aware support. Exactly the same issue on the "long" forms (ie forms with a big height). +1 Wonder whats the first three ticket/complaint from users? :roll: :...
by crisg0112
Thu Jun 08, 2017 12:01 am
Forum: General discussion and questions about Aware IM
Topic: Developing Awareim Application with existing SQL Srver table
Replies: 9
Views: 41304

Re: Developing Awareim Application with existing SQL Srver t

Hi Group, I am a new awareim developer working on v7.1 right now, Just wondering if we can develop awareim application with existing sql server tables created for another programming application? Thanks Yes with limitations; as far as i know, a: cannot use Business Object Groups b. cannot do refere...
by crisg0112
Tue Mar 21, 2017 11:04 am
Forum: General discussion and questions about Aware IM
Topic: Change Status
Replies: 3
Views: 16150

Re: Change Status

Hi, I'm using this scenario: http://www.awareim.com/forum/viewtopic.php?f=1&t=6023&hilit=SystemSettings.BSV Hi George, Yeah I use the same function. But I want the result of SystemSettings.myappversion to appear next to the "User : ", in the status bar. At the moment on any VP, when you click on St...
by crisg0112
Tue Mar 21, 2017 3:26 am
Forum: General discussion and questions about Aware IM
Topic: Change Status
Replies: 3
Views: 16150

Change Status

Hi,

Is there a way to change the STATUS so instead of showing the User and the Business Space?? I want to be able to add my own application version release


I know that someone from last years conference has managed to do it BUT can't remember who? :D
by crisg0112
Sun Mar 19, 2017 2:18 pm
Forum: General discussion and questions about Aware IM
Topic: Logout URL
Replies: 1
Views: 9901

Logout URL

Hi, I got my URL sorted out from the previous post. The user just types in www.mydomain.com and they are presented with the login page. However, when you click logout it goes into the "default AwareIM logon.html". I can always specify the URL on the logout page BUT the user then sees the following i...
by crisg0112
Fri Mar 17, 2017 3:30 pm
Forum: General discussion and questions about Aware IM
Topic: URL Questions
Replies: 4
Views: 21469

Re: URL Questions

Hi, Try to modify the AwareIM folder name to ROOT. How to change the the name of the AwareIM folder are several topics on the forum: http://www.awareim.com/forum/viewtopic.php?f=1&t=8409&p=36645&hilit=awareim+folder+name#p36645 Thanks George. I need to be able to make it so that I can add another a...
by crisg0112
Fri Mar 17, 2017 2:52 pm
Forum: General discussion and questions about Aware IM
Topic: URL Questions
Replies: 4
Views: 21469

URL Questions

Hi, I need the user to just type in : www.mydomain.com on their browser and it automatically shows them the login page. If I just do that, I get a Page Not Found error. BUT If I type in www.mydomain.com/AwareIM, then it opens up my 'index.html' I have checked my web.xml and server.xml and modified t...
by crisg0112
Tue Jan 31, 2017 2:44 pm
Forum: General discussion and questions about Aware IM
Topic: Date Question
Replies: 3
Views: 16933

Re: Date Question

Just as a follow up, on MSSQL, it doesn't matter if you use Date or Timestamp attribute, it gets stored as 'smalldatetime'.

Support, any chance that if its a Timestamp, to use datetime internal storage?
by crisg0112
Fri Jan 06, 2017 12:45 am
Forum: General discussion and questions about Aware IM
Topic: Date Question
Replies: 3
Views: 16933

Re: Date Question

I am relatively new to aware, Will using a timestamp instead of date solve your problem? If you are sure not all of the data is valid it may be worth importing the dates from the legacy system to a plain text attribute and then do a check on the data with aware rules / processes. Doing it this way ...
by crisg0112
Thu Jan 05, 2017 11:56 pm
Forum: General discussion and questions about Aware IM
Topic: Date Question
Replies: 3
Views: 16933

Date Question

Hi, When you use a Date Attribute in AwareIM, the internal storage on MSSQL is a smalldatetime. Why not just set it to a datetime and don't worry about any limits? The range of a smalldatetime is January 1, 1900 through to June 6, 2079 while a date time is January 1, 1753 - December 31, 9999 I have ...