Search found 35 matches

by jlig
2016-09-28 16:42
Forum: General Chit Chat
Topic: Web application developers vs script customisers...
Replies: 5
Views: 24105

Re: Web application developers vs script customisers...

Fred, as a data manager, programmer & web developer I'll add my two cents to this discussion: I have a very good friend who is a contractor and builds/remodels houses. To stay competitive and in business he is using more and more "prefab" solutions that "automate" & speed...
by jlig
2014-05-21 15:52
Forum: ADDT
Topic: Adding multiple conditions to Trigger_SendEmail?
Replies: 1
Views: 3704

Adding multiple conditions to Trigger_SendEmail?

Does anyone know how to add a second condition to the SendEmail trigger? Or how to use AND/OR logic under the advanced builder? - If I go to the Advanced tab, and type in the following condition, it works fine: {omActCompDate} NEQ "" - But I also need to add a second condition: {omType} EQ...
by jlig
2013-11-06 23:33
Forum: ADDT
Topic: Dependant Dropdown Issue
Replies: 3
Views: 4727

Re: Dependant Dropdown Issue

My guess is an issue with your Primary & Foreign keys setup..
- Walk back thru your table &/or the wizard & check/chang the id's.. see this doc:
http://www.interaktonline.info/document ... Depend.htm
by jlig
2013-01-10 23:58
Forum: MX Kollection - Pro Edition
Topic: mySql 5
Replies: 4
Views: 7946

Re: mySql 5

MySQL 5.5 works with ADDT & ColdFusion 9.. except that my Date Fields had issues.. Fix: Is to insert the following code into the database connection String in the CF Datasources page: zeroDateTimeBehavior=convertToNull Note: To get the Wizards to work in DW CS4 you also have to adjust the ADDT i...
by jlig
2013-01-10 23:53
Forum: MX Kollection - Pro Edition
Topic: Dreamweaver CS4 and the edit recordset bug. Workaround?
Replies: 1
Views: 5455

Re: Dreamweaver CS4 and the edit recordset bug. Workaround?

Post your code and maybe we can see where the issue is..
by jlig
2012-06-13 21:56
Forum: ADDT
Topic: [dynamic list] using date range in filter?
Replies: 1
Views: 3274

Re: [dynamic list] using date range in filter?

This link at Guenter's ADDT site allows for filtering by date ranges:
http://www.guenter-schenk.com/tutorials ... l.php?id=6
by jlig
2012-05-16 14:34
Forum: NeXTensio
Topic: Change the Nextensio Default Column Sorting to DESC/ASC..
Replies: 2
Views: 6376

Re: Change the Nextensio Default Column Sorting to DESC/ASC.

Here is the code from the TSO_TableSorter.cfc.. notice the sections highlighted in Red.. - I tried various combinations/changes of DESC values to ASC, but it either gives no sorting at all, or has no effect.. -------------------------------------------------------- <cfcomponent displayname="TSO...
by jlig
2012-05-15 22:44
Forum: NeXTensio
Topic: Change the Nextensio Default Column Sorting to DESC/ASC..
Replies: 2
Views: 6376

Change the Nextensio Default Column Sorting to DESC/ASC..

One thing that has baffled me is how to change the default sort behavior of a Nextensio List to sort DESC first.. - For example, currently when you click a column heading, the list will first Sort Ascending.. - clicking the Column heading again, the list will Sort Descending.. Question: How do I rev...
by jlig
2012-04-23 15:09
Forum: ADDT
Topic: Run ADDT in CS5.5 Project
Replies: 4
Views: 5632

Re: Run ADDT in CS5.5 Project

None at all.. you just can't run them at the same time.. - CS5.5 has good live view & code testing & troubleshooting - If I'm in CS4, I just open up the pages in Chrome, and use it's built-in Developer Tools to test, and live view, troubleshoot, etc. - It would be nice if the DW CS5.5 jquery...
by jlig
2012-04-20 22:14
Forum: ADDT
Topic: Insert "SESSION.kt_login_user" into textbox when "Completed"
Replies: 1
Views: 3294

Insert "SESSION.kt_login_user" into textbox when "Completed"

On my form I have two fields: - Completed Date:___________ (this field has the Date Picker) - Completed by:_____________ (this is a disabled field) Any idea on how to use Interakt triggers/transactions/etc to Insert the "{SESSION.kt_login_user}" into the "Completed by" textbox wh...