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.


Messages - spot1701

Pages: [1] 2 3 ... 6
1
Web Server - Ask For Help / Re: Uploading File To A Soap Server
« on: November 30, 2012, 04:53:04 AM »
Yes. Using a nettalk webserver in Clarion.

2
Web Server - Ask For Help / Uploading File To A Soap Server
« on: November 30, 2012, 02:05:41 AM »
I am attempting to create a soap-type server for uploading/download data from/to a remote application.
But I would like the remote application to also upload attachments (e.g. photos) via this interface as well. Can I create a server that will except images this way?
Can I encode an image as part of the XML, and then decode it back to an actual file at the server end?

Sorry it's a bit vague, but I don't know what I'm doing ;)

Thanks in advance.

3
Web Server - Ask For Help / Re: Error in Site Javascript
« on: October 11, 2012, 07:43:27 AM »
The usual "field x is required" type messages still display as normal.
 
As far as I know it only hides the javascript error.

4
Web Server - Ask For Help / Re: Error in Site Javascript
« on: October 11, 2012, 12:39:26 AM »
Thanks for this, but what will adding that to the CSS do? Also, presumably the #_ver532 needs to be substituted with the actual version?

I've found that all versions of NT5 show the javascript error at some point. So adding that css just makes the message invisible. Messy, but hey it does the job ;)

Yes, you need to substitute the version number.

5
Web Server - Ask For Help / Re: Error in Site Javascript
« on: October 10, 2012, 01:53:10 AM »
Add this to your css:

Code: [Select]
#_ver532 {
    display: none; !important
    }

6
Web Server - Ask For Help / Re: Is a REST Server possible?
« on: July 31, 2012, 06:49:38 AM »
Thanks for that. I can make a start now ;)

7
Web Server - Ask For Help / Is a REST Server possible?
« on: July 31, 2012, 12:47:39 AM »
Excuse my ignorance, but has anyone had experience of using Nettalk for a REST server instead of a SOAP server.
Is it possible?

How could I tell the difference between a PUT GET POST and DELETE request?

8
Hi Bruce,

NT6 is not an option at the moment, but any help you can offer would be greatly received. I'm not after anything fancy. A simple alert saying "Something is about to upload, you must wait for it to finish", would do.

Thanks in advance

9
C8
NT: 5.52

I have a "file upload" field on a form. But I have stupid users who don't realise that when they click "Save" the file is being uploaded and that they need to wait for that to finish. This is even more prevalent when using mobile connections, as the upload speeds are slow.
I understand that a upload progress bar is not possible, but I would like a "please wait" type message/page to appear when save is clicked. And then when the upload has completed, then move on to an "upload completed" message/page.

Is this possible?

10
It's a Firefox "feature". If the same dialog box keeps appearing, the user gets the option to stop showing the dialog.

See this thread about disabling the "feature"

http://support.mozilla.com/en-US/questions/810240#answer-166661

11
Web Server - Ask For Help / Control Left Behind After Being Deleted
« on: October 12, 2011, 12:53:40 AM »
Clarion 8.0.8658 / NT 5.37

Using web1 as an example. Note the "MailBoxesControl":



I now delete this control:



I can compile, I can close Clarion and Open Clarion, I can export and reimport the procedure, but when I go to Client Side Reset the delete control is still visible:



None of the deleted controls appear in the generated code, but it annoying when you have a list full of deleted controls.

12
Web Server - Ask For Help / Re: Report with Parameters
« on: April 19, 2011, 05:46:05 AM »
I don't think you can amend the prototype, so to "pass" parameters, you either do it via the URL:

http://www.capesoft.com/docs/NetTalk5/NetTalkWebFAQ.htm#W26

or you set a SessionValue before you call the report, and Get it when you open the report.

13
Web Server - Ask For Help / XP Tabs don't display correctly (5.22)
« on: April 19, 2011, 03:05:47 AM »
I don't use XP Tabs, but I noticed on your tab example, that all the tabs are diplayed at once.



As an aside you will see that the number field has spin boxes. But this only happens in Chrome? Is this by design? Can only Chrome support it?


14
>> If I do this, then the same thing happens as I described above. Validation is lost when you open and close the "otherform".

nope.

What do you mean by "nope"?
That it works for you?
Or that I have to use popups?

Quote

** bear in mind the user can close the window lots of ways, without you being alerted. For example they can use the X at the top right of the screen, which is _not_ the same as Cancel. Or they can close their browser, or go to another page. You should not rely on the "cancel" button.
I appreciate that but it is sometimes necessary which is why I don't always want the form to be a popup.


15
Once you go to a popup window, all windows "below" that must be popups as well.
In your example, OtherForm is called as a "page" so you'll notice when that page "closes" the original form then opens as a "page" instead of  a popup.

This restriction may be lifted sometime in the future, but for now once you "go popup" you need to "stay popup".

(the global nettalk webserver extension has a setting to "turn popups on".

Cheers
Bruce
If I understand, then you say I need to turn off "Open Form As Popup" on the browse? Or set the general extension default to "OFF"?
If I do this, then the same thing happens as I described above. Validation is lost when you open and close the "otherform".

It seems to work if I call "otherform" as a popup. If I cancel out of OtherForm, then the validation is still working on the mainform.
But because of the other bug I've reported, if I click Save on the OtherForm, then the Save btuton of the main form stops working anyway.

So I'm still stuck at square one.

Pages: [1] 2 3 ... 6