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 ... 699 700 [701] 702 703 ... 736
10501
Web Server - Ask For Help / Re: Form - When/How do the files get opened
« on: October 27, 2008, 02:20:28 AM »
Hi David,

Your question is formed from the wrong point of view.
Rather -
a) always open, and close files where you need them to be opened & closed.
b) the current form record is stored in the session queue when the form is generated.

Remember the form procedure is not "called once". It's not a "windows" type procedure. Rather it is called many times. Many times it is called on different threads, during the life of a "form" (as seen by the user in a browser.

Cheers
Bruce

10502
Hi John,

I think Graham is suggesting you make a custom "thin client" using File Explorer as a browser control. I'm not sure if this is really what you're trying to do...

Cheers
Bruce

10503
Hi Terry,

Does the child browse have xHMTL ticked on for the header, sub-header or any column?
Does it have any embedded xHTML code - ie on the xHTML tab or in source code?
What does the _filter_ for the child browse look like?

Cheers
Bruce


10504
Web Server - Ask For Help / Re: Local characters in FireFox
« on: October 24, 2008, 12:57:49 AM »
Hi Espen,

I'll look into this.

What code-page have you set your web site to use?
ie WebServer procedure, NetTalk extension, Settings Tab, Advanced Tab
"Charset:'

The default is 'ISO-8859-1'

Cheers
Bruce

10505
Hi Vince,

As with many things that appear simple - this is somewhat more complicated than it seems.
Not so much the locator & browse on the same line, but the way in which the code is generated, then re-worked, and sent.

specifically the _footer_ of a browse table is sent immediately after the header and _before_ the body. (This is how HTML is designed). So NetTalk has to generate the whole browse page into a queue, then send the stuff in the queue out in the HTML order, not necessarily the Generate order.

Cheers
Bruce

10506
Web Server - Ask For Help / Re: Dropdown filter partially works
« on: October 24, 2008, 12:43:10 AM »
Hi vince,

When you say "range limited" you mean you are using the "range" template settings, in the browse template as distinct from setting a filter in the browse template?

Cheers
Bruce

10507
Web Server - Ask For Help / Re: Filter on af dropdown - very strange!!!
« on: October 22, 2008, 02:36:49 AM »
Hi Niels,

post the text of your Filter here.
ie the setting as it is in the template.

cheers
Bruce

10508
Web Server - Ask For Help / Re: Web Client appends CR/LF to POST messages
« on: October 22, 2008, 02:35:56 AM »
Hi Flint,

see my email to you but, in summary,
put a & at the end of our Post string. That'll probably do the trick.

Cheers
Bruce

10509
Web Server - Ask For Help / Re: Uppsercase setting
« on: October 19, 2008, 09:02:56 PM »
Hi Rene,

Sorry this should have been done before the PR17 release.
I've tweaked the template for the next build.

cheers
Bruce

10510
Hi Niels,

I don't think any of the examples does this, as far as I can recall.

However it's only 2 steps, so if you get stuck just ask.

cheers
Bruce

10511
Web Server - Ask For Help / Re: SSL record too long error
« on: October 18, 2008, 09:07:08 PM »
Hi David,

Do you have any more info on this which might help others in a similar situation?

cheers
Bruce

10512
Web Server - Ask For Help / Re: self.site.RequiredText = 'whatever'
« on: October 17, 2008, 10:34:41 PM »
Hi Rene,

no, it's easier than that. If you want to override an "automatic comment" for a form field, then just put in your own comment for that field.
Ie On the template, for that form field, put quote quote ('') in the comment: field.

cheers
Bruce

10513
News And Views / NetTalk 4.31 Candidate Release Available (PR17)
« on: October 17, 2008, 07:52:51 AM »
Hi All,

PR17 - which is a candidate release for 4.31 is now available at
http://www.capesoft.com/ftp/public/prerelease/index.htm

Cheers
Bruce

10514
Hi Niels,

Graham is right.
a) in the dict set the full path name for the file to be a variable
b) In the ProcessLink method, before parent call, set the variable based on a session value.

Cheers
Bruce

10515
Web Server - Ask For Help / Re: Insert child record from parent browse
« on: October 16, 2008, 10:37:38 PM »
Hi Rene,

>> I worked around it by leaving my one out (for now).

right.

>> Btw. is there a way to not see the URL in the URL-field of the browser?

If you make a frames-based site, but with only a single frame, then the site "looks" like a normal site, but "behaves" like a frame.
Specifically it prevents the URL from being displayed in the address bar.

>> After I insert the record and return to the Parent Browse and click the cancel button, I return to the previously abandoned insert form. But I expect to go back to the main page.

Remember, on the web you _never_ really go back - you're always moving forward. Set the URL of the Cancel button so it takes you explicitly where you want it to go.

Cheers
Bruce


Pages: 1 ... 699 700 [701] 702 703 ... 736