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 - Niels Larsen

Pages: [1] 2 3 ... 29
1
Web Server - Ask For Help / Re: NTWS behaving strangely
« on: January 30, 2025, 10:07:47 PM »
Hi Bruce
I didn't get to use your suggestion but it helped me in the right direction. A self-made template on my popup forms didn't clean up after itself.
Thanks.

2
Web Server - Ask For Help / NTWS behaving strangely
« on: January 29, 2025, 01:40:28 AM »
I?m currently experiencing something very mysterious with a larger NTWS app I?ve developed.
Several of my forms are behaving strangely. When I press ?Insert? in the browser, the form opens as it should. Then I press ?Cancel?.
When I repeat this exercise, the process starts to take longer and longer. When I get to the fourth time, it takes several seconds to open the form - the fifth time over 10 seconds.
Chrome and Edge go crazy in processor usage - up to 100%.
This happens in several forms. Other smaller forms work fine.
My first thought was Antivirus but I?ve moved the app to another PC and it gives the same result.
The thread number never goes above 5 so I don?t think it?s due to a hanging thread.
The only thing I can think of that I?ve changed is updating NTWS from 14.28 to 14.29.

UPDATE: Now I've tried downgrading to 14.28 but it makes no difference. So it must be something I?ve done?

I?m a bit lost. Any ideas?

Regards Niels

3
Web Server - Ask For Help / Re: Error in template - I guess
« on: January 06, 2025, 03:51:42 AM »
UP

4
Web Server - Ask For Help / Re: Default Security
« on: January 06, 2025, 03:51:22 AM »
UP

5
Web Server - Ask For Help / Error in template - I guess
« on: December 08, 2024, 01:52:27 AM »
Hi Bruce

The situation is that I have two string fields on a form with the same field, but of course with different equates. (Use it for different lookup options)
The problem is that in Validate::Field "lookupfield" is set to the equate but in the Afterlookup routine the name of the field is used in the Case. So if the equate and field name are not the same the code in Afterlookup is never called.
I've made a fix myself that works, but if that's enough...

Regards Niels


6
Web Server - Ask For Help / Default Security
« on: November 06, 2024, 03:25:52 AM »
The following setup does not work - for me...

I have set the "User must be locked in" on the webserver template. On the form "User must be locked in" is set to default.
If i try to open the form nothing happens. If I change "User must be locked in" on the form to yes it all works.
Maybe a template error or?

Attached an example. After login try to click the test menu.

/Niels

7
Thanks!
This also works perfectly.

8
Web Server - Ask For Help / Re: Tree Control
« on: October 24, 2024, 10:00:14 PM »
Thanks!
Works perfectly.

9
Web Server - Ask For Help / Re: checkboxes and radio buttons
« on: October 20, 2024, 10:28:38 PM »
Remember to uncheck the "Generate <FORM> tag" on the inner form.

10
Web Server - Ask For Help / Tree Control
« on: October 14, 2024, 05:45:40 AM »
Hi

I have a tree control on a form. If a node is clicked I can capture the id from GetValue('row') - no problem.
The question is how to select (highlight) a node when initializing the tree.

Regards Niels

11
Thanks Vinnie for your input. But unfortunately not quite what I'm looking for.

13
Hi Bruce

Have you had a chance to investigate my challenge?

/Niels

14
Well, unfortunately that wasn't the trick. The effect continues to occur for new jobs.
Of course I can change the template every time I need some new code, but it would be nice to know what the reason is.

15
That was the trick.

Thanks

Pages: [1] 2 3 ... 29