Search found 124 matches

by greg
Sat Oct 03, 2009 10:09 am
Forum: General discussion and questions about Aware IM
Topic: Storing files in database - share your experience
Replies: 19
Views: 20944

Storing files in database - share your experience

Hi there, I have recently run into problems with storing documents in various formats in AwareIM MySQL database. It was first reported to me that some queries of records with attachments returned System Error, while other searchers retrieved all records just fine. Another problem with stored data fi...
by greg
Fri Oct 24, 2008 11:20 am
Forum: General discussion and questions about Aware IM
Topic: LoggedInUser
Replies: 4
Views: 8641

I would think here StaffMember is a business object and a member of the SystemUser group. Then the second condition checks if the logged in user is a StaffMember. The correct syntax in this case is

Type(LoggedInSystemUser)=StaffMember

otherwise I agree with Pete's general and specific comments
by greg
Fri Sep 19, 2008 3:20 am
Forum: General discussion and questions about Aware IM
Topic: Session Timeout
Replies: 7
Views: 11783

Then one should be able to access two business spaces by running two browsers IE and firefox, for example
by greg
Mon Sep 08, 2008 12:53 am
Forum: General discussion and questions about Aware IM
Topic: Usability deficit: No support for form field input history
Replies: 10
Views: 17586

As for me I am also not so certain that this patronising feature is a must. I find IE to be very annoying with offering a long list of previous entries in a field. I have this feature switched off in my SeaMonkey browser
by greg
Fri Sep 05, 2008 3:11 am
Forum: General discussion and questions about Aware IM
Topic: Complex query
Replies: 9
Views: 13538

Ernest,

Have you tried this:

Code: Select all

FIND Person WHERE EXISTS Employee WHERE (Employee IN Person.Employee AND NOT(Employee.OrganizationName CONTAINS ?'Organization'))
In this example Employee.OrganizationName is a shortcut to Organization.Name

greg
by greg
Mon Aug 11, 2008 12:11 pm
Forum: General discussion and questions about Aware IM
Topic: Pre-purchase Questions
Replies: 5
Views: 11973

Sounds like a marketing survey, however, Are Custom forms hard to build? Do most people utilize the automatic forms? very easy, yes, automatic, fiddling with elements of design within the automatic option interface To utilize document interface with MS Word, must you be running IIS? No Any CSS behav...
by greg
Sun Jun 29, 2008 3:33 pm
Forum: General discussion and questions about Aware IM
Topic: Changing Port 8080 to 80 problem.
Replies: 22
Views: 34718

Recently I set up an AwareIM installation on a GoDaddy Win2003 server. I told Tomcat to use 8088 port and restarted the Win server. AwareIM has been working fine after that.
by greg
Sat Mar 22, 2008 11:15 am
Forum: Problem reports
Topic: java.lang.OutOfMemoryError in the confg tool
Replies: 3
Views: 8063

I think one should still be able to export a copy of the configuration to a bsv file
by greg
Wed Mar 19, 2008 12:22 am
Forum: General discussion and questions about Aware IM
Topic: Phone, SSN, and other formats
Replies: 3
Views: 6914

A user may enter their own dashes and spaces, therefore I would add an intermediate attribute where you store a phone number cleaned up of user's non-numerical input 1aa - PhoneInputShort and a rule PhoneInputShort=REPLACE_PATTERN(PhoneInput,'[ .-]','') Then use this PhoneInputShort in further forma...
by greg
Sun Mar 16, 2008 10:28 am
Forum: Problem reports
Topic: Using aware IM on laptop
Replies: 5
Views: 11176

Correction: You do NOT need to be connected. Sorry, a case of dyslexia.
by greg
Sun Mar 16, 2008 10:26 am
Forum: Problem reports
Topic: Using aware IM on laptop
Replies: 5
Views: 11176

You do need to be connect to the internet if AwareIM server and the database are both on your local machine.
by greg
Tue Mar 04, 2008 5:12 am
Forum: General discussion and questions about Aware IM
Topic: Linking to Internet Whois question
Replies: 7
Views: 13381

Rem

I guess you need to find out which one of Whois to use, how they take requests and then set up a communication channel to talk to it. PayPal in the Library application may give you some hints

greg
by greg
Mon Feb 25, 2008 11:52 am
Forum: General discussion and questions about Aware IM
Topic: Forum settings help please
Replies: 5
Views: 10001

I don't use that option
by greg
Mon Feb 25, 2008 11:51 am
Forum: General discussion and questions about Aware IM
Topic: Displaying subinformation
Replies: 4
Views: 9238

I assume your users are finding a record by running a query, then you can display that query result as a presentation with imbedded subpresentaion showing required details. You can add a link there to go to an object form if your user requires editing.

greg
by greg
Mon Feb 25, 2008 5:52 am
Forum: General discussion and questions about Aware IM
Topic: Displaying subinformation
Replies: 4
Views: 9238

Have you tried tree-type presentation for email address reference attribute?