NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - ianburgess

Pages: 1 2 [3]
31
I am looking for an "Idiot's Guide" thta explains in detail the steps required to download and install a new Themeroller theme for use in my webserver app. Is there such a resource?

32
Web Server - Ask For Help / Sorting a Browse by calculated field
« on: June 24, 2012, 05:24:02 AM »
I have a web browse which has a calculated field, using a local variable. The code to set the local variable is embedded Inside Browse Loop>1.Validate Record.

All works fine and the browse correctly displayes the local variable, EXCEPT that if one tries to sort by the contents of the local variable column by clicking the column heading, no records are displayed.

Can anyone suggest how to resolve this?

Many thanks.

33
Web Server - Ask For Help / XHTML / TinyMCE
« on: June 24, 2012, 02:15:57 AM »
I have a web form with a text box. I see that there is an option to tick "Allow XHTML" and select "TinyMCE", however, doing this does not appear to change things and the text box still appears plain with no text editing controls. What am I doing wrong? Do I need to install TinyMCE?


34
Web Server - Ask For Help / Conditional URL on Save
« on: June 23, 2012, 12:34:33 AM »
I have a Login form and currently the template had "IndexPage" as the URL on Save. I need to go to a different URL according to who has logged in. How can I set a conditional URL on save?  I tried embedding code to set LOC:Formaction just after the template sets it, but the embed point was too early to take account of the login.

35
Web Server - Ask For Help / Tab order on a form
« on: June 22, 2012, 06:35:43 AM »
I have a form with a number of entry fields and droplists. I wish to change the default tab order and have tried putting details in the "When accepted, set focus" box in the template but this seems not top have any effect?

Any guidance would be appreciated.

Ian

36
Web Server - Ask For Help / Upload file and move to different folder
« on: June 17, 2012, 01:53:28 AM »
I have put a File Upload control on a web form and all works fine - it uploads the file to the \uploads folder.

I need to upload the file to a different folder but cannot see what code to embed and where to embed it. I have come across p_web.RenameFile but not sure exactly how to use it?

My Filename field is DISH:Filename and I wish to upload to the \MemberFiles folder under the main \web folder - can someone suggest the correct code and where to embed?

Many thanks

Ian

37
Web Server - Ask For Help / Call "Mailto" from a form
« on: June 15, 2012, 04:31:57 AM »
I have a web form (Memory not Table) that has some code embedded into "ValidateUpdate.2 End" so that the code is run when the form is accepted. The code creates a strng of email addresses separated by ; which I need to be "MAILTO" so that the default mail client on the user's machine opens with the email addresses inserted.

The email string is held in LOC:MailtoString and this is also saved into a session variable:  p_web.SSV('MailtoString',CLIP(LOC:MailtoString))

This might seem a sill question, but what/where do I embed to perform the actual MAILTO?

Thanks

Ian

38
Web Server - Ask For Help / Problem with totalling ii browse
« on: June 14, 2012, 05:59:26 AM »
I am using Nettalk 5.32 and have ticked the box to total (count) a field in the browse. The browse is "Page Loaded" and the counter only displays the total number of records displayed rather than the total number. Since there are many records and the browse displays 15 records, the counter always shows 15.

What can I do to display the total number of matching records in the browse?

Thanks

Ian

39
Web Server - Ask For Help / Form Entry Field Validation
« on: June 13, 2012, 07:41:01 AM »
I have a password entry field (USE:Password) on a form and need to enforce that it is a minimum of 6 characters long and with at least 1 number and one letter. Can anyone suggest what code and where to embed in order to enforce and pop up a message and not allow saving if criteria not met?

Thanks

Ian

40
Web Server - Ask For Help / Form field conditional on another
« on: June 08, 2012, 12:19:20 AM »
I have a web form with a checkbox field (CAL:Active).

I have another ield (CAL:Status) which is a droplist.

IF CAL:Active is True
  I need to set the value of CAL:Status
  Unhide the dropbox
ELSE
  I need to set another value of CAL:Status
  Hide the dropbox 

Can someone help me re what code to embed where so that ticking and unticking the checkbox field has an immediate effect re setting and hiding/unhiding the droplist?

Many thanks.

41
Web Server - Ask For Help / Help with filter syntax
« on: June 05, 2012, 12:39:12 AM »
I have a drop list on a form which has the following filter which works fine:

'A_USE:Active = ' & True & ' AND A_USE:Administrator <> ' & 2

I  need to add to the filter so that to pass, A_USE:Administrator must not be equal to 2 (as before) and either A_USE:Active is True OR the form is being "changed", but I cannot find how to test for the form being changed or syntax as to how to insert the test into the filter expression?

Anyone's help would be greatly appreciated.

Ian

42
Web Server - Ask For Help / Email a PDF Report
« on: May 29, 2012, 03:40:40 AM »
I can generate a PDF report (using PDF Tools extension) and display it in browser. I can also send an email from the webserver, but what I cannot work out is how to generate a PDF without displaying it and then emailing it as an attachment?

The issues I have is how to suppress displaying the PDF report and where to find the (temporary) file in order to email it?

Thanks.

43
Web Server - Ask For Help / How to open WebForm directly
« on: May 24, 2012, 12:27:51 AM »
I want to open a Webform procedure (UpdateUser) directly (not via a browse). If there is a unique key USE:ById, keyed on USE:Id, how would I call the UpdateUser procedure to open the form with record loaded?

Thanks

Ian

44
I asked Bruce this question and he asked me to post it here so that everyone can benefit from his answer.....

I currently use Nettalk for sending and receiving emails, but at present only send plain text emails and now want to send HTML formatted emails with embedded images. Is there anything in Nettalk that allows WYSIWYG composing of the HTML by end users and are there any examples?

Pages: 1 2 [3]