Search found 37 matches

by piripacchio
2015-09-11 16:49
Forum: ADDT
Topic: custom transaction and date validation
Replies: 6
Views: 10489

custom transaction and date validation

[hope there is still someone using MX Kollection or Addt...!] Hi all, I have problems trying how to figure how to check for inserted value in a custom transaction. In this transaction I have a date field. The entered date have to conform to this restrictions: - the entered date must be 7 days before...
by piripacchio
2011-09-09 08:30
Forum: ADDT
Topic: update a field in another table when inserting record
Replies: 1
Views: 3245

update a field in another table when inserting record

Hi all, I have two tables in a mysql db: TABLE A (classroom) id_cla [int(3)] name_cla [varchar(255)] seats_cla [int(3)] max_seats_cla [int(3)] TABLE B (students) id_stu [int(3)] name_stu [varchar(255)] classroomid_stu [int(3)] I have a form where the student will be able to subscribe to a classroom....
by piripacchio
2011-05-23 16:32
Forum: MX Send E-Mail
Topic: e-mail subject from variable/includes
Replies: 1
Views: 6011

e-mail subject from variable/includes

Hi all, I've created a registration system using CS4 + ADDT 1. The website is a multilinguage one so I devloped it using session checking and include the related language file. ok. it works. Now I need to customize the send e-mail behaviour so that it will send an e-mail with a dynamic subject. The ...
by piripacchio
2010-06-24 11:18
Forum: MX Includes
Topic: are there problems between flashvars and MX includes?
Replies: 3
Views: 59925

Re: are there problems between flashvars and MX includes?

Fred wrote:Hi Tony,
Found this at "Blind Squirrel"
http://bealetech.com/blogs/sean/2010/03 ... broken-ie8
Hi Fred,
in fact, I use the same method (query string) since it is more stable.

I'm trying to make this work in IE6 but perhaps it's time to forget it...

ciao ;).

tony
by piripacchio
2010-06-22 14:54
Forum: MX Includes
Topic: are there problems between flashvars and MX includes?
Replies: 3
Views: 59925

are there problems between flashvars and MX includes?

Hi all, I can't get the results I need. I have a flash menu that "should" indicate the page where you are with a depressed button. When I browse the news page the news button, located at frame X is depressed. When you are in home the news button is not depressed, but the home button is. Bu...
by piripacchio
2010-05-24 10:18
Forum: MX Kollection - Pro Edition
Topic: how to add a checkbox to a insert transaction?
Replies: 1
Views: 3808

how to add a checkbox to a insert transaction?

Hi all, I have a insert transaction on page. I would like to add a checkbox that need to be checked when inserting the record. The problem here is that there is no field in the database linked to this checkbox. Is there a way to validate the form (using the checkbox) without having a specific field ...
by piripacchio
2010-05-21 11:53
Forum: NeXTensio
Topic: nextensio list: how to add a calculated field?
Replies: 2
Views: 6638

nextensio list: how to add a calculated field?

Hi all, I have a nextensio list displayng two datetime fields: - start date - end date I would like to create a third column: flag, where the field value is 1 when the end date is < of the current date. So, if today (20th may 2010) I have 3 records I would see this: start_date - end_date - flag 01/0...
by piripacchio
2010-05-18 14:14
Forum: MX Send E-Mail
Topic: {kt_login_page} not rendered when sending email
Replies: 1
Views: 6381

{kt_login_page} not rendered when sending email

Dear all, I would like to put the login page link in an email I'll send using a nextensio form and send e-mail. I've put the code {kt_login_page} on the body of the email, but it doesn't get rendered on the delivered e-mail. You simply get something like: here is your login page: {kt_login_page} I c...
by piripacchio
2010-05-18 09:21
Forum: MX Kollection - Pro Edition
Topic: newxtensio form and force update uploaded file?
Replies: 1
Views: 3882

newxtensio form and force update uploaded file?

Hi all, I have a nextensio form that enable file upload/download and works on a file table. All file are uploaded on the user folder. The user folder is created based on the userID session variable when logged in. The admin user can see all file uploaded by all users. And can edit them. The admin ca...
by piripacchio
2010-05-17 14:16
Forum: MX File Upload
Topic: upload progress bar
Replies: 6
Views: 10444

Re: upload progress bar

Hi Tony, Is this a actual progress bar or just an image saying "Upload in progress" or something. No, it's not an actual progress bar. It is, as you said, an image saying that the upload is in progress. At least, this prevent the user to close the window before the upload completes. I hop...