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
16
Web Server - Ask For Help / SSL "Intermediate" Certificate problem
« on: August 10, 2012, 04:18:07 AM »
I have installed a SSL certificate from Globe Hosting and have  the .crt and .key files in the Certificates folder.

The problem is that some browsers some of the time are ok and recognise that the site is trusted, but some say there is an untrusted certificate provider.

I contacted Globe Hosting (who were recommended on this forum) and they tell me that I have not installed the "Intermediate Certificates" as per a file that I have been sent. What do I need to do?

Any help much appreciated.

Thanks

Ian

17
I have a NT browse with a hypertext link on the file description column that opens a previously uploaded file from:
https://mydomain.org.uk/discussion_uploads/filename.jpg?DISH__ID=10&PressedButton=ViewAttachment

The problem is that I only want people to be able to download the file if logged in, but if someone saves the URL that opens the file, it appears that they can reopen/download that file at a later time even if not logged in. How can I prevent NT serving the files when not logged in?

Thanks

Ian

18
Web Server - Ask For Help / Browse sorting - use of keys
« on: July 25, 2012, 11:48:19 PM »
In a NT browse you can set the sort order for each field when you click on column heading. My question is whether the browse uses a key if that is available in order to make the sorting more efficient.

Whether or not it uses a key will determine whether I create additional keys in the dictionary.

Thanks

Ian

19
Web Server - Ask For Help / Open a form on a specific tab
« on: July 24, 2012, 12:07:36 AM »
I have a form which has a number of tabs. Is there a way of opening the form and it automatically going to a particular tab?

Thanks

Ian

20
Web Server - Ask For Help / Popup Google Map
« on: July 23, 2012, 04:10:57 AM »
I would like to implement a popup Google Map when hovering on a browse, based on underlying address. I have come across this : http://stackoverflow.com/questions/5418504/how-can-i-have-a-popup-google-map-appear-when-the-user-hovers-over-an-address

Would this javascript example be possible in a nettal browse, and if so, any suggestions re what to embed where (I am a Nettalk and Javascript novice!)?

Thanks

Ian

21
Web Server - Ask For Help / Twain scanning in nettalk web app
« on: July 21, 2012, 11:25:37 PM »
I want to give users the ability to scan using their attached twain device directly into my nettalk web app. There are a number of products on market that claim to allow web page to launch twain scanning but had anyone successfully done this in nettalk?

I do not want a local scanning app but it all to be online. 

Thanks

Ian

22
Web Server - Ask For Help / Open webpage after action on button
« on: July 17, 2012, 08:42:39 AM »
Excuse this basic question, but I have a button on a web browse that sends an email of the browse entry. After it has finished sending, I need the source code to open the "HomePage" of the Nettalk webserver app, but not sure how?

Many thanks

Ian

23
Web Server - Ask For Help / Photo Thumbnail - resize proportionally
« on: July 17, 2012, 08:05:49 AM »
I have a form and a browse, both of which display a thumbnal of a much larger photo. The photos all have different different proportions. The problem is that when I specify the size of the thumbnail image, I have to specify both horizontal and vertical size, but I don't know the proportions and therefore have to specify an arbitrary size that most often results in the image neing squased or stretched.

How can I specify one dimension and have the image automatically resize in proportion to original?

Thanks

Ian

24
Web Server - Ask For Help / How to test for browse row ID
« on: July 17, 2012, 04:25:57 AM »
I have a browse and am calling a procedure with a button on the browse and have ticked the box to send the Row ID, but not sure how to retrieve the row ID in the called procedure?

25
Web Server - Ask For Help / Web Browse - "Range" not working
« on: July 15, 2012, 01:20:50 AM »
I have a browse with a filter based on a range of dates - and that works fine. I tried to make things more efficient and tried using a "Range" in the browse template in conjunction with a relevant key, but wit returns no records. Is it possible to use "Range" in a web browse and if so, what might i be doing wrong?

26
Web Server - Ask For Help / Date range on form - weird behaviour
« on: July 12, 2012, 03:19:08 AM »
I have a form with two local variable "FromDate" and "ToDate". The action of the form is to run a report (in a new tab using _blank) and the report is filtered on the date range (by getting and using the form date session variables).

All works fine the first time the report is run - the report opens in a new tab.
If you close the report tab and then try and run report again by clicking on "Go" on form, then no records are found as if the date range is invalid. If you refresh the form before calling the report for the second time, all works fine.

What is going on here?

27
Web Server - Ask For Help / Clear photo field contents
« on: July 11, 2012, 02:52:46 AM »
I have a form with a file upload button that uploads a photo. The filename is saved in USE:Photo, and there is a "Display" control on the form that displays a thumbnail of the photo, and all works fine.

The problem is that I want a "Clear" button that removes the contents of the USE:Photo field.  I have put a button on the form and in the Client side embed, I have put:
USE:Photo=''
p_web.SSV('USE:Photo',USE:Photo)

I have also "RESET" the display of USE:Photo on the clear button.

When I click on the Clear button, the thumbnail and filename are cleared on screen, but when the form is Saved, the empty USE:Photo field is not saved, so when you reopen the form, the photo is still there.

What am I doing wrong?

Thanks

Ian

28
Web Server - Ask For Help / Conditional color in browse
« on: June 30, 2012, 12:12:45 AM »
I want to set the text and cell color in a browse conditionally - any suggestions as to code and where to embed?

29
Web Server - Ask For Help / Redirect non-secure URL to https
« on: June 28, 2012, 02:02:14 AM »
I have a domain that is pointing to the IP address of the PC running the Nettalk Webserver. The webserver is monitoring Port 443 and using SSL, so is accessed by typing https://mydomain.com in their browser.

I would like to set things up so that if a user goes to mydomain.com or www.mydomain.com - ie. not the secure URL, they are automatically redirected to the https URL or there is a landing page that they can then click on a link to the https URL.

Any suggestions as to how to do this in a single Nettalk webserver app?

30
Web Server - Ask For Help / Hosting A Nettalk app / SSL
« on: June 26, 2012, 04:59:23 AM »
I am looking to be able to have several Nettalk webserver apps hosted on a 3rd party virtual server. Also, I need to have a SSL certificate so that users can access using SSL without any security messages. Can anyone make any suggestions re companies that they have used and whether it is possible to use a "shared" SSL certificate or one must go down the road of applying for a certificate for each domain name used?

Is it just a matter of applying and getting a SSL certificate and dropping the files into the relevant subfolder? Does the host provider need to get involved/understand that I will be doing this? Where is the cheapest/best place to get SSL certificate?

Please excuse the perhaps silly questions  - I am very new to web apps etc!

Pages: 1 [2] 3