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 - Koen Tjoa

Pages: [1] 2 3 ... 5
1
Web Server - Ask For Help / Re: Disabling GET requests
« on: December 22, 2016, 07:32:20 AM »
Hi Bruce,

I didn’t realize that GET is also a part of REST so it obvious that disabling GET isn’t a good idea.
 Thanks, for clarifying.

Cheers,
Koen

2
Cool,
Cheers Koen

3
Web Server - Ask For Help / Disabling GET requests
« on: December 20, 2016, 07:28:36 AM »

Hi all,

Standard NetTalk allows to use the GET method in every service method.  So this can also be done WebServiceMethods with password and tokens as parameter. However I would like not to “reward” the user when he is using GET for sending passwords.

Is there some setting which disables the GET method?

Cheers,
Koen

4
Hi all,

Is there some setting that I can reduce the automatic generated documentation for the Web Services and for example leave out the documentation for SOAP 1.1, SOAP 1.2, HTTP POST (XML) and HTTP GET (XML) on all the pages.

Not really a big issue but we will only use REST and I would like to give the guy who is working on the client a break by reducing the need of much scrolling in the browser.

5
Bingo, that was it. It was staring me right in the eyes all the time.
Thanks Poul.

6
Hi Bruce,

I am trying to add a new NetWebService procedure to my application. In the procedure tree it isn't connected to the PageHeaderTag procedure like the other NetWebService procedures.

I am aware it can be set on the tab 'Calls' but that is not done for the other procedures. So I must be missing some setting.

By the way, not a very big issue, I am just annoyed I cannot figure it out.

7
Web Server - Ask For Help / Re: Action for custom button in a browse
« on: December 07, 2016, 06:03:50 AM »

Hi Bruce,

Well it took a few weeks before I could get back on this. But now my webserver project has the priority again. Thank you the answer, it clarifies a bit more how to treat this. I got it working. Actually I used the server side code embed point so that the code is only executed when the button is clicked and not anywhere else in the row.

A bit late, but thanks for the response. :)

8
Web Server - Ask For Help / Re: Action for custom button in a browse
« on: October 05, 2016, 12:18:47 AM »
Hi Bruce,

The database contains data for several clients. Each client sees only its data because every browse will have a filter on ClientID. That ClientID is a SessionValue that is set during the login. This particular browse will only visible for the administrators. It must make it possible for them to choose a client and set the ClientID which will be used as a filter in all other browses.

I didn’t realize that selecting a record sets a SessionValue. However the SessionValue I want to set must be remembered when the administrator leaves the browse so I think setting a separate SessionValue is needed. Thereby a button will it make more clear to the user that they really are setting the filter to that client.

Ideally the button I working on does two things. It sets a SessionValue and it kind of closes the browse a.k.a. goes back to the homepage. Now I vaguely remember that a browse procedure van be placed in a form procedure, is that the solution? I have to reread the manual for that.

Cheers,
Koen

9
Web Server - Ask For Help / Action for custom button in a browse
« on: October 01, 2016, 12:59:43 PM »
Hi All,

Long time I was on this forum, but I have a new webserver project to work on so I guess this is the place to ask.

I have a simple NetWebBrowse procedure in which I need a need the set a SessionValue with the RecordID of the selected record. I thought I could do that with a custom button in the row, but I cannot get that working. Any suggestions how I can do that?

And if it is possible I would also like to “close” that form, or better said return to the home page once the selection is made.

Thanks in advance for helping me.

Cheers,
Koen

10
Hi All,

I got a quick work-around from Bruce to be able to compile my application without StringTheory. That is fine for now.

Cheers,
Koen

11
Hi All,

I have the same problem when compiling in NT 6.18. In 6.14 my data DLL compiled fine.
Unfortunate I don’t have StringTheory (yet) so that is not a workaround for now. Maybe best solution is to revert until Bruce has the change to solve the problem. Sure in NT 6.17 there are no such problems?

Cheers,
Koen

12
Web Server - Ask For Help / Re: Thank-you
« on: December 24, 2011, 05:20:00 AM »
Well, ditto for me. I am very pleased with NetTalk. Still much to learn, but the support is great.
I wish you all a fine Christmas with your family and beloved ones.

Cheers,
Koen

13
I had the same problem also. As a workaround, you probably can upload your files to your own website and put a link in your message.

Koen

14
Web Server - Ask For Help / Re: Is All.css in NT6 still in use?
« on: December 18, 2011, 10:26:29 AM »
Hi Bruce,

Thanks, I followed your suggestion and have a much cleaner Netweb folder now.

Isn’t a good idea to delete to contents of the Netweb folder when installing a new version of NetTalk? Of course with an optional backup.

Cheers,
Koen

15
Web Server - Ask For Help / Is All.css in NT6 still in use?
« on: December 16, 2011, 07:09:16 AM »
Hi Bruce,

There is still a All.css file in my web\styles folder. But when I add my style file and tick Is include in All.css , the file isn’t updated when I run Gzipall. Instead all the files theme.css are updated.

I suspect that the All.css file I have is a remainder of NT5 and that we should have just a few css files in the web\styles folder because most is done in the themes folders now.

Cheers,
Koen

Pages: [1] 2 3 ... 5