Search found 441 matches

by rbross
Tue Jun 09, 2015 3:35 pm
Forum: General discussion and questions about Aware IM
Topic: Creating AwareIM BO from External DB Table
Replies: 1
Views: 2228

Creating AwareIM BO from External DB Table

Hello, I have an external SQL DB Customer table that I pulled in to AwareIM. I copied it and change the DB type to Be the AwareIM DB I am using and called the new BO AIM_Customer. Now I want to Read all customers and Create the records in the Aware Customer table. I created a process, and passed in ...
by rbross
Wed Jun 03, 2015 2:32 am
Forum: General discussion and questions about Aware IM
Topic: Issue with date format
Replies: 2
Views: 3148

Re: Issue with date format

Function is DATE_ADD not ADD_DATE I do have it right on my form...
by rbross
Wed Jun 03, 2015 2:28 am
Forum: General discussion and questions about Aware IM
Topic: Issue with date format
Replies: 2
Views: 3148

Issue with date format

using ADD_DATE(BO.ATTRIBUTED,7) is adding 7 days but changing the format of the date from US MM/DD/YYYY to EURO DD/MM/YYYY
How can I get the date to display correctly on a form?
I checked previous posts but found no direct answer...
by rbross
Fri Dec 05, 2014 2:40 pm
Forum: General discussion and questions about Aware IM
Topic: Can a Not Persisted BO hold multiple instances?
Replies: 4
Views: 3867

Can a Not Persisted BO hold multiple instances?

I Have been looking through the User guide and cannot find if a Not Persisted BO can hold more than one Instance of the BO (records). I created forms using the Wizard-Like form entry for a registration process and one the forms needs the option to be able to enter more than one record. The fields ar...
by rbross
Thu Dec 04, 2014 2:23 am
Forum: General discussion and questions about Aware IM
Topic: Wizard-Like Form Navigation button disabled
Replies: 2
Views: 2279

Got it, thanks that will work nicely for what I am creating...
by rbross
Wed Dec 03, 2014 6:56 pm
Forum: General discussion and questions about Aware IM
Topic: Wizard-Like Form Navigation button disabled
Replies: 2
Views: 2279

Wizard-Like Form Navigation button disabled

Hello,

When creating a new Form then Navigation button is disabled. Cannot figure out why or how to enable it?
Any suggestions? ty.