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 - Big Ian

Pages: [1] 2 3
1
Web Server - Ask For Help / Browse Buttons (On the row)
« on: May 30, 2008, 02:44:51 AM »
Hi Gang

I have a table which is a list of selectable options.  I have the last column set as a button (With either "Include" or "Exclude" as the text depending on row status).  What's the best way for me to update the row & change the text on the button when it is clicked.

Cheers

2
Bruce

It's quite possibly down to some of the hacking around I needed to do the get it looking roughly the same in IE an Firefox (Haven't even looked at Safari or Opera yet)

I'll take another look at it and see if I've missed a trick

3
Web Server - Ask For Help / Selecting the 1st record in a browse
« on: May 01, 2008, 07:51:29 AM »
I know that it's automatically highlighted when a browse 1st loads however how do I make it communicate that info to the child browses.  At the moment I physically have to select the 1st record again in order to display the children properly.

Any Ideas?

4
Guys

Under certain circumstances I want to be able to hide or at least disable the buttons on a form at runtime i.e. when somebody has selected the services they want and been to the checkout and payed for them I don't want the going back and changing their selections.  I would however like them to be able to see what they selected.

Any Ideas?

Cheers

5
Bruce

That's a similar technique to the one I used except I placed the file in /web/download and then verified that the logged in user was the owner (Via a database).

Cheers

P.S.  Why does it always take me 2 attempts to post in here because the forum seems to log me out before I can even fart!!!!

6
Hi Gang

I have an issue where I'd like to stop certain files being downloaded by certain users from my web folder.  Now I can detect when the files been requested however how do I get it to redirect to another page instead of downloading the file?

Cheers

Big Ian

7
Web Server - Ask For Help / Timers & updating html
« on: March 13, 2008, 08:19:40 AM »
Hi All

How do I get a websource procedure to update html on a timer.  I've found the bit in the wiki that tells you how to update an image however I have a need to the html.

Any Ideas?

8
Web Server - Ask For Help / Firefox/IE
« on: March 12, 2008, 04:40:45 AM »
Hi Gang

Nearly finished the first stage and decided to take a look at it in IE (I'd been doing most of my testing in firefox) and bang only half the site works.

I managed to track it down in the end to a bit of xhtml I was inserting into the before /form of the first browse that wasn't appearing.

Basically what it's doing is based various criteria it's either outputing some text/ a form with a checkout button/ or a browse of all the downloads available.

This was working fine in firefox however doesn't seem to work in ie

I've tried removing it from the foot of the browse and inserting it at the bottom of the form the browse was sitting in in the first place however I can nolonger get it to dynamically update.

Any suggestions

9
FTP - Ask For Help / Re: FTP Server
« on: March 04, 2008, 04:14:55 AM »
I now no longer need to do this so sorry to bother you guys.

Cheers

Big Ian

P.S.  Although I'd still be interested in knowing how to do it

10
dldldldldldldl tisch

Got it working!!!!!!!!  All I'd missed was on the netweb page settings changing the type to other.    Now all I need is to change the default name of the file to something other than my procedure name which I suspect is not easy.

Thanks for all your help

Big Ian

11
FTP - Ask For Help / FTP Server
« on: March 03, 2008, 04:46:26 AM »
Hi All

I'm currently looking at the possibility that I might have to write an FTP Server app.  Can this be done in nettalk and if so has anyone got any pointers as to where to start?

TIA

Big Ian

12
flashpot

It would be cool if it worked however it is still loading the zip file straight into the web page and is not giving me the option to download it whatever I set the content type to.  This is really getting frustrating!

Thanks for the help mate but I think I can see myself writing an ftp server to get around this.

Cheers

13
Bruce

Sorry about this I only just got to try it out.  I'm sending my file and setting the content type as below

    self.ReplyContentType = 'application/zip'

in the webhandler before the parent call for _Sendfile however the file is still being displayed in the browser see below

HTTP/1.0 200 OK Date: Fri, 29 Feb 2008 12:26:26 GMT Server: NetTalk-WebServer/4.23 Beta ETag: "75659:6207201" Expires: Thu, 01 Mar 2007 12:26:26 GMT Last-Modified: Wed, 20 Feb 2008 17:14:32 GMT Content-Type: text/html Cache-Control: no-store, no-cache, must-revalidate, private,post-check=0, pre-check=0, max-age=0 Connection: close PK���ωT8HÈkÕ9�>Ž� ���OUT00002.csv´][s›È¶~?Uç?tÍs¢¡¹sž„�ÝŒ.dÅSS5Õ–ÚÛ\€¢ñþõ§/€dDZåÊÊdbc[±øºW¯õ­+ÔiÑ?¾ü‘æi’¬b—Õ¡ÌÉž“l·%­*|ºTO—ÚéRg—OEUoŠ-ÿgÁ̝„ìsDïÙÇá¡>”Ô+òšljþë7$ß’š¿°NïïÓ=yà׿ôÿÿþϳ’]̦ìC¼OëãŒÔÈú‚ÆéÃî>¥ÙÍH^”Í7Ø ’约ùŽä”ÿã¸î!7»#9_„1-ëû¢ÜV»´ä·ç†ºâÎù[¸ßÖAþÏ&ɸ?H&ó$ˆæAÒó3öcMÑ›¯­êü©˜ªŠb!Eù?Eaßúûo·z¢ùß×ZÕi‘ç„ý~ä–›]úþ])–b}ÝYº%Ï+ì?ǽd2„Z¡ˆã&e–æìÊBÉŽ¢[šˆnê¢|F#Rn©XõŽ’zGöOUMÉö‚õ±]Ÿ¿ÁbÞOÜ(œÌGlIz«+±(†n:ìâ–/Šýë‹bclQ8š%_&öB4-È£”˜¨Ð9`R²[dkó&xCóßáΙ$$A¿ù<

Any Ideas?

14
Web Server - Ask For Help / Re: GAAA I've broken it!!!!
« on: February 26, 2008, 09:32:31 AM »
Thanks it had inserted a blank procedure for each template type now that I've deleted them it's ok.

Cheers

15
Web Server - Ask For Help / GAAA I've broken it!!!!
« on: February 25, 2008, 04:06:22 AM »
I'm getting a compile error in the netwebhandler procedure and I can't for the life of me figure out why.

Basically I'm getting an "unknown procedure label" on the nettalkwebsourceprocedure(self) procedure.

I've tried uninstalling & re-installing the templates to no avail (This started after I tried to upgrade to 4.30) I'm now back on 4.29.

Any ideas?

Pages: [1] 2 3