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 - Bruce

Pages: [1] 2 3 ... 716
1
Hi Ton,

>> I haven't upgraded to 12.55 as I could not find any fix related to this in de history docs (so to me it looks like more risks only ...)

Given that you're not on the current release, what exactly are you hoping I can do? Obviously your gpf.txt file is useless to me since it points to code I am not using anymore, so the line numbers are all wrong.
If you are having a problem then it's always best to be on the latest build because either;

a) the problem has already been solved, and you are struggling unnecessarily or
b) the problem still exists in which case the gpf report is useful, in conjunction with your code, and it may be possible to diagnose the cause.
c) Given that any fix made will be in the current build, not an old build, it seems like staying on the old build is untenable anyway.

Of course upgrading now when the site is especially busy is harder than doing it when you could see you had a problem, and the site was not busy. That's why it's important to do the important things (like upgrading) before they become urgent. Now you'll have to take more risk by upgrading during a busy period - but hopefully there's a lesson in there somewhere.

Cheers
Bruce


2
Web Server - Ask For Help / Re: Report opening on a new page
« on: March 17, 2023, 07:16:00 PM »
Perhaps you have the "target" setting set to '_blank'?
If opening on the same page leave this option empty.

Cheers
Bruce

3
Web Server - Ask For Help / Re: NetWebForm- Change Password
« on: March 13, 2023, 07:18:48 PM »
Morning David,

so this falls into the category of "unlucky". In HTML world the combination &# has a special meaning, and so as the string flows through the system it basically gets removed, and because there's only one char after that, it's getting removed as well.

I'm going to fiddle a bit on my end to see if this case can be detected, but for now I recommend just generating another random password.

cheers
Bruce

4
Hi Gordon,

An example showing the effect would be handy. Thanks.

Cheers
Bruce

5
because its a shet control it takes care, and multiple clicks.
But you need to be very careful

Ok, so you have the blank settings tab, and you've selected the Settings Template from the Control Templates pad.

click once near the top right of the sheet.
Then move the mouse down about a cm, and a few pixels to the left.
slowly click once. then twice. (I don't recall if it needs a 3rd - you'll see.)

AS SOON as the green tick comes available, click on that. You must close the window designer before _ANY_ other clicks, after populating the control template.

Cheers
Bruce

6
Web Server - Ask For Help / Re: NT12.55 NetDemo Compile Error
« on: March 05, 2023, 09:22:44 PM »
Get the 12.55 build again David. The first time upload was missing a field.
(if this is what I think it is?)

Cheers
Bruce

7
Web Server - Ask For Help / Re: How to open a new a page after insert
« on: February 27, 2023, 08:55:49 PM »
JavaScript does not have any print object or print methods.
You cannot access output devices from JavaScript.
The only exception is that you can call the window.print() method in the browser to print the content of the current window.

so you can put a button on the page, that calls window.print() (in javascript) then (also in javascript) triggers the print button.

It's not really a shock to discover that "silent printing from your browser" is a no-no, because well, spam.

Cheers
Bruce

8
Web Server - Ask For Help / Re: WebService and SetSessionLoggedIn
« on: February 27, 2023, 08:52:14 PM »
discussed in webinar last thursday

9
Web Server - Ask For Help / Re: WebLog File
« on: February 27, 2023, 08:51:36 PM »
discussed in webinar last thursday.

10
Web Server - Ask For Help / Re: NetWebClient POST
« on: February 21, 2023, 09:39:35 PM »
Hi Ken,

you need to be more specific on what values you are adding to the header (in postman) and how you translated this into your clarion code to setting net.customheader.

CustomHeader is the correct property, I'm guessing you set it wrong, but without specifics I can't be sure.

Cheers
Bruce

11
Web Server - Ask For Help / Re: p_web.CreateMedia and loc:extra don't work
« on: February 17, 2023, 07:34:56 AM »
Hi Osa,
please post an example, perhaps a modified shipping example, that shows the issue.
thanks
Bruce

12
Web Server - Ask For Help / Re: email send control template error 12.55
« on: February 16, 2023, 07:54:32 PM »
so let's be specific;

There's a new template option on the SendEmailControls template.
It's _defaulting_ to a value which is correct for the "SendEmail" Procedure.
but if you have the SendEmail object in other procedures, it should be blank.

I will investigate removing the default, but for now I want it there because it's an important setting for the SendEmail procedure.


13
Web Server - Ask For Help / Re: email send control template error 12.55
« on: February 16, 2023, 07:49:33 PM »
deleting that line does not stop the email send.

14
Web Server - Ask For Help / Re: Post Update not firing
« on: February 16, 2023, 07:47:19 PM »
There's a reason for everything.

Is this a Table form, or a Memory form?
Is the option to include <form> turned on?

15
Web Server - Ask For Help / Re: p_web.CreateMedia and loc:extra don't work
« on: February 16, 2023, 07:46:31 PM »
alas your fix is incorrect because it needs to merge the loc:extra, not append to it.
Can you give me the context of your code, - where you are seeing loc:extra, and what to?

Better yet tweak one of the examples to show the effect and send that to me.

Cheers
Bruce

Pages: [1] 2 3 ... 716