Search found 12 matches

by franzandreani
2021-12-10 16:59
Forum: General Chit Chat
Topic: Kollection/Interakt and PHP 7
Replies: 21
Views: 70466

Re: Kollection/Interakt and PHP 7

Yes, I have a conversion script to PHP7 running since last year. I do have another problem after a giant crash. Lost the ADDT1.01 installation pack, but still have the registration code. Can anyone help me out with that? Hello i have ADDT1.01 installation pack and i cand send you, can you send me c...
by franzandreani
2020-05-06 09:26
Forum: ADDT
Topic: ADDT Send Mail using SSL/TLS
Replies: 4
Views: 10176

Re: ADDT Send Mail using SSL/TLS

Hi all
I have the same problem using Outlook365 mail server.
I tried using $tNG_email_host = "tls:smtp.office365.com"; but it doesn't work
Have you resolved this issue?
I use ADODT with php 5.6.x and all libraries are updated
thank you so moutc

francesco
by franzandreani
2019-09-30 12:31
Forum: General Chit Chat
Topic: Is Interakt / Mx Kollection Dead due to PHP 7?
Replies: 24
Views: 232878

Re: Is Interakt / Mx Kollection Dead due to PHP 7?

ragni wrote: 2019-08-28 15:09 Direct contact: ragnivallejo@gmail.com
Hi Ragni
i'm Franzandreani and i'm using since 2007 MXKollection and then ADODT on windows 10 With CS4 i will email for helping me on using PHP7
thank's a lot
by franzandreani
2013-01-29 15:11
Forum: ADDT
Topic: Insert an autoincrement value in a child table
Replies: 1
Views: 3359

Insert an autoincrement value in a child table

Hi all, I would like to use a standard way to do not a simple thing, add a autoincremented field from the master table to a field in a child table, tipically in a many to many relationship in the same page using just two transactions I have some Idea but i have to write not standard ADDT code perhap...
by franzandreani
2012-11-14 18:22
Forum: MX Kollection - Pro Edition
Topic: Missing activation Key
Replies: 1
Views: 4999

Re: Missing activation Key - a strange case

Hi alla t the list I had carefully read all the issues regarding lost keys. but it's very strange I have an old xp machine with dw80.2 and an old Kollection 3.1 but 15 days ago it begun to tell me that my license is expiring. I have the same machine a virtual one, as a copy. This virtual copy is alr...
by franzandreani
2012-11-11 18:25
Forum: MX Send E-Mail
Topic: using smtp authentocation
Replies: 6
Views: 12068

Re: using smtp authentocation

Oh Fred, I'm so sorry to disturbe you, it was more simple then ever, Thank you.
by franzandreani
2012-11-10 09:03
Forum: MX Kollection - Pro Edition
Topic: Using Updown Column in a descending order
Replies: 3
Views: 6560

Re: Using Updown Column in a descending order

Perhaps is very simple i just added the verb DESC to the default variable declaration

Code: Select all

$tso_listrceven2->setDefault("rceven.ordine DESC");
where rceven is the recordset name and ordine is the column name
i hope it'll be helpful
by franzandreani
2012-11-10 06:38
Forum: MX Send E-Mail
Topic: using smtp authentocation
Replies: 6
Views: 12068

Re: using smtp authentocation

The work you have done with maniuals is excelent - I made for my first approach to the framework so far a printed version but I have lost the original PDF used for printing. so it's impossible to find something woth the search command. so I was unable to find what I'm looking for but i must go more ...
by franzandreani
2012-11-09 16:28
Forum: MX Kollection - Pro Edition
Topic: Using Updown Column in a descending order
Replies: 3
Views: 6560

Using Updown Column in a descending order

Hello all, i Often use the move UpDown column but creating the Dynamic List the default order is always ASC so the last record I insert is at the bottom of the list. is it possible to make the default order descending in the Dynamic List? Thank You.