Search found 77 matches

by antonio
2012-05-28 09:03
Forum: ADDT
Topic: Throw error: how to use variable instead of text?
Replies: 7
Views: 7115

Re: Throw error: how to use variable instead of text?

Hi Tony, I think you are loosing scope of some variable inside the function. What happens if you echo the language session variable inside the function? function errore_no_qta(&$tNG) { echo $_SESSION['language']; $myThrowError = new tNG_ThrowError($tNG); $myThrowError->setErrorMsg($myerror['tex...
by antonio
2012-05-23 15:48
Forum: ADDT
Topic: Throw error: how to use variable instead of text?
Replies: 7
Views: 7115

Throw error: how to use variable instead of text?

Hi all, I trying to make a multiple language system with ADDT. I set a session variable and include the related language file. The language files (it.php, en.php..) contain all kind of text strings. All works perfectly but I have problem trying to translate the error messages triggered by the Throw ...
by antonio
2012-04-24 16:41
Forum: ADDT
Topic: [dynamic list] using date range in filter?
Replies: 1
Views: 3276

[dynamic list] using date range in filter?

Hi all, I know that you can filter a list using date (for date columns, of course). And you can even use the > or < or >= or <= operators to get, for example: all records with date newer ot equal to 23/04/2012: >= 23/04/2012 But is there a way to specify a date interval so that you can filter record...
by antonio
2012-04-24 08:05
Forum: ADDT
Topic: insert form inside another insert form?
Replies: 6
Views: 6451

Re: insert form inside another insert form?

Fred wrote:No it wasn't me who gave you the answer. :D
Hi Fred,
this mean that:
- it was monday...
- we are not alone!

Ciao ;).

tony
by antonio
2012-04-23 08:30
Forum: ADDT
Topic: insert form inside another insert form?
Replies: 6
Views: 6451

Re: insert form inside another insert form?

perfect!
thank you very much, Fred.

tony
P.s.: it seems that we are the only two using addt/mx kollection on the planet!... :D
by antonio
2012-03-20 16:29
Forum: ADDT
Topic: ADDT login: encrypt password option not set at first time
Replies: 1
Views: 3140

ADDT login: encrypt password option not set at first time

Hi all, When I first launched a website the "encrypt password" option for new user registration was not set. Now I need to enable it. But before doing this I ask: What does it happen if I enable it now (while the table is being populated by new users every day)? Can I enable it without aff...
by antonio
2012-02-09 09:30
Forum: ADDT
Topic: javascript only on a specific IE7 and not on IE6 or IE8 ??
Replies: 2
Views: 3728

Re: javascript only on a specific IE7 and not on IE6 or IE8

Sorry.
I meant this subject: javascript ERROR only on a specific IE7 and not on IE6 or IE8 ??
by antonio
2012-02-08 16:06
Forum: ADDT
Topic: javascript only on a specific IE7 and not on IE6 or IE8 ??
Replies: 2
Views: 3728

javascript only on a specific IE7 and not on IE6 or IE8 ??

Hi all, I have a little problem with one user of my website. Preview: I created a complete front-end using ADDT to enable the user to upload/download files. This works perfectly with IE6, IE7, IE8, Safari, Firefox, Google, Chrome, Opera and other browsers. Only in one-and-only IE7 flavor it doesn't ...
by antonio
2012-02-07 17:44
Forum: ADDT
Topic: edit record and send password?
Replies: 1
Views: 3031

edit record and send password?

Hi all, I have a little question for you. I have a user list/details page-set made with ADDT dynamic list/form. I can insert new users and send email containing user data without problems. But I need to send the same data when editing user details. But obviously the password is not in the email. By ...
by antonio
2012-01-23 09:28
Forum: MX Kollection - Pro Edition
Topic: Send file field text by email on UPDATE?
Replies: 3
Views: 5373

Re: Send file field text by email on UPDATE?

If the file fields is empty on update it is obviously not there so the file name will not be sent. If you look at the database using phpMyAdmin or Navicat, is the file name in the database? If it is in the db then the next step would be to double check the query and see if the expected results is r...