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

Pages: 1 ... 4 5 [6]
76
Web Server - Ask For Help / Wrong C6 version on mirror site
« on: March 24, 2011, 08:07:54 AM »
If you download the C6 version from the mirror site you'll get 5.15!
Capesoft site is ok.

Just so you don't waste your time.

Peter

77
Web Server - Ask For Help / Cookies or not
« on: March 16, 2011, 09:57:48 AM »
Hi Bruce,

We'll soon see some new legislation here in Denmark (and the EU) regarding the use of tracking cookies (protection of consumers).

It's still not totally clear exactly what's coming, but most likely it'll be required that a web page informs the user that a cookie is being stored on her pc (or maybe it'll even have to ask for permission).

In preparation for that - am I right in assuming that NT uses cookies -  but only for session management and nothing else (by default)?

Regards
Peter

78
Web Server - Ask For Help / Ping Bruce
« on: March 10, 2011, 02:40:18 AM »
Hi Bruce,

I mailed you an example app on Tuesday - did you receive it?

Peter

79
Web Server - Ask For Help / Strange thing about url
« on: March 02, 2011, 02:17:14 AM »
In a browse I've got an Other button that calls another 'child' browse. It's working here but not at a customer site. In my search for a solution I discovered that the url when calling the second browse is different at the two locations (but this was not really causing the problem).

Here:
http://127.0.0.1:88/webfakturaer?WEBSAGER__websager_id=30

Customer:
http://xxx.xxx.0.12:88/webfakturaer?__Referer__=http%3A//xxx.xxx.0.12%3A88/NyeSagerAcceptForm&WEBSAGER__websager_id=38

Where does the referer stuff come from. And why the difference. Is it perhaps a server setting?

Peter

Update: It does create a problem. I cannot serve pdf-files because the page cannot be found (the url has got the referer stuff in it).

80
Web Server - Ask For Help / Wrong date parsing
« on: February 25, 2011, 04:56:22 AM »
Hi Bruce,
I know you want to go out of your way to let users type just about anything in a date field - and you'll parse it at get something meaningful out of it (Bruce's 3.rd law, I think).

However, I've got a date field with this picture: @d06- and I'm using the date format dd-mm-yyyy in the app.

If I enter 110111 (January 11. 2011) it gets parsed as 19-06-2112 (June 19. 2112). I can't even guess how you do that!

A user called me about this so I thought I'd let you know.

Peter

 

81
Web Server - Ask For Help / Error in template - 5.16
« on: February 22, 2011, 02:10:28 PM »
Hi Bruce,

I couldn't make example 28 compile so i went to the template to check.
In NetWeb.tpw line 3279 pos 151 there's an apostropy that shouldn't be there.

Maybe it's missing somewhere else <g>

Peter

82
Web Server - Ask For Help / Forcing a new session - something is not right
« on: February 11, 2011, 04:17:42 AM »
Hi Bruce,

You've stated earlier that you can force a new session by adding:
p_web.DeleteSession()
p_web.NewSession()
in the loginform procedure, top of generate form routine.

That used to be right (up to 5.09 I think). I had problems in 5.12 where all my login forms stopped working so I rolled back. Now, after you were bugging me the other day about being a dinosaur <g> I decided to update to 5.15 - but I'm having the same problem here and I've finally found out what's wrong (but not how to fix it).

Something has definately changed somewhere. You can easily try it yourself: just add the above lines to the web3 example and it'll immediately stop working.

Peter

83
Web Server - Ask For Help / jQuery mobile framework?
« on: February 10, 2011, 09:32:34 AM »
Hi Bruce,

Any plans to include support for this in the templates?

Peter

84
Web Server - Ask For Help / Hide button in browse?
« on: January 04, 2011, 12:25:02 AM »
I've got a browse displaying transactions. Some of these have an associated document that I want the user to be able to download. So I define a button in the browse, no problem here.

But for the transactions that do _not_ have an associated document I don't want to even show a button in the list.

It's possible to disable a button in a browse list by specifying a condition. But I would like to hide it completely (or not generate at all). Is that an option? Or could it possibly be an option?

Thanks
Peter

85
Web Server - Ask For Help / p_web.site.DateOptions unknown?
« on: September 29, 2010, 07:50:37 AM »
Hi,
Trying to set global options for the date picker in the webhandler proc. It works in one app and not in another - and I've copied the code!

I get unknown identifier for 'p_web' and field not found for 'site' and 'dateoptions'.

Am I missing something obvious here? For all I know the apps are set up the same way.

Peter
Using latest NT5WS build.

86
Web Server - Ask For Help / Pagefooter in wrong place
« on: August 12, 2010, 06:03:19 AM »
My pagefooter displays - correctly - at the buttom of the page _except_ when the page is based on NetWebBrowse in which case the pagefooter displays to the right of the browse heading. How do I correct this?

Peter

Using NT5 latest build

Pages: 1 ... 4 5 [6]