Search found 81 matches

by kenlyle
Mon May 09, 2016 3:24 pm
Forum: General discussion and questions about Aware IM
Topic: Have you implemented a 3rd party reporting tool?
Replies: 24
Views: 27650

Re: Have you implemented a 3rd party reporting tool?

I am very interested, too, and will flex to catch this show. Thanks, Bruce.
by kenlyle
Fri Mar 18, 2016 4:37 pm
Forum: General discussion and questions about Aware IM
Topic: What's cooking at Awaresoft?
Replies: 14
Views: 19703

Re: What's cooking at Awaresoft?

Thanks, Support, for the "Yes it will", but I am with Ben. If you open a database schema with no foreign keys in Enterprise Architect's DB Modeler, you get a block for each table, with no connections between them. This is the kind of thing he's talking about, and the kind of thing that analysts do a...
by kenlyle
Thu Mar 03, 2016 10:37 pm
Forum: General discussion and questions about Aware IM
Topic: V7 & external REST API's
Replies: 15
Views: 22055

Re: V7 & external REST API's

This has been sitting for a couple of months, and v7 released in the interim. I don't see REST or api call in the Programmers Reference. I have an application where I need to call an address verification service, so need to check the status on this- and/or for examples of the Java plugin that's requ...
by kenlyle
Thu Mar 03, 2016 6:55 pm
Forum: General discussion and questions about Aware IM
Topic: I am conflicted re: HTML and Aware
Replies: 25
Views: 26611

Re: I am conflicted re: HTML and Aware

That last by pureist does seem like a nice enhancement.
by kenlyle
Mon Feb 29, 2016 1:59 pm
Forum: General discussion and questions about Aware IM
Topic: Postgres?
Replies: 16
Views: 36187

Re: Postgres?

But this still leaves us with the Postgres data as a second-class citizen, right? We can't do object references for example?
by kenlyle
Mon Feb 15, 2016 1:14 pm
Forum: General discussion and questions about Aware IM
Topic: Aware's Created DB Tables have no Foreign keys - why?
Replies: 25
Views: 27925

Re: Aware's Created DB Tables have no Foreign keys - why?

Tom,

Can you please provide any more detail about what you have done? It sounds very useful.

Per Support's response on http://www.awareim.com/forum/viewtopic.php?f=1&t=7739 - this seems to be a focus for the next release.
by kenlyle
Fri Feb 12, 2016 6:54 pm
Forum: General discussion and questions about Aware IM
Topic: Aware's Created DB Tables have no Foreign keys - why?
Replies: 25
Views: 27925

Re: Aware's Created DB Tables have no Foreign keys - why?

Thanks, Mark. Our schema is over 500 tables, and just over 200 of those are Admin related, like lookups, field layouts, etc. I am assuming that Aware is using some kind of ORM, given that Java is OO, to manage relational data. It seems like maybe there could be a setting of some kind in the ORM that...
by kenlyle
Fri Feb 12, 2016 3:34 pm
Forum: General discussion and questions about Aware IM
Topic: Aware's Created DB Tables have no Foreign keys - why?
Replies: 25
Views: 27925

Re: Aware's Created DB Tables have no Foreign keys - why?

Now that v7 has been released, does anyone have more info on this question/issue, particularly around making existing tables/schema first-class citizens in AwareIM?
by kenlyle
Fri Feb 12, 2016 3:22 pm
Forum: General discussion and questions about Aware IM
Topic: Licensing
Replies: 1
Views: 3619

Licensing

Hi All,
Just to verify...the runtime licenses for developers include the given number of end user licences, and the additional user licenses at http://www.awareim.com/product-options/ are for users above and beyond those counts, it's not necessary to buy both?
by kenlyle
Mon Jan 18, 2016 2:27 pm
Forum: General discussion and questions about Aware IM
Topic: Threaded Display of Email History
Replies: 3
Views: 6399

Re: Threaded Display of Email History

I reviewed the v6 docs a couple of days ago, and noted that inbound and outbound email messages seem to be handled, or at least, are documented, differently...one had a lot of attributes, which were not mentioned in the other. So it didn't seem clear that writing both to a database, and running a pr...
by kenlyle
Tue Jan 12, 2016 1:12 pm
Forum: General discussion and questions about Aware IM
Topic: Sub Report Re-Ordering
Replies: 4
Views: 7337

Re: Sub Report Re-Ordering

Can you make a configuration table, maybe with a swaplist of the sub-reports?
by kenlyle
Mon Jan 11, 2016 5:13 pm
Forum: General discussion and questions about Aware IM
Topic: HTML Text Attribute in normal report
Replies: 7
Views: 11797

Re: HTML Text Attribute in normal report

Martyn,

Are you saying that your trigger simply strips out all the HTML tags, including those for formatting? So your result field contains only plain text, correct?
by kenlyle
Fri Jan 08, 2016 6:36 pm
Forum: General discussion and questions about Aware IM
Topic: UI Design for Data Conversion Table/Field Mapping
Replies: 0
Views: 3943

UI Design for Data Conversion Table/Field Mapping

I am doing a lot of database conversions...Access to SQL Server mostly. I am building tools to try to make the process quick, but high quality. I have some code (VBA) that will rip through Access, and give me a summary of each field in my source: the header is : Table; Field;Number of Unique Values ...
by kenlyle
Fri Jan 08, 2016 1:19 pm
Forum: General discussion and questions about Aware IM
Topic: Wish list: reference attributes, drag and drop ordering
Replies: 13
Views: 21067

Re: Wish list: reference attributes, drag and drop ordering

Ah, or maybe a rule something like "If Invoice.Status='Applied' Then PROTECT LineItems.OrderField FROM ALL" ?