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 - Mike McLoughlin

Pages: 1 ... 6 7 [8] 9
106
More info  - running Dbgview with Netshowsend turned on shows the ajax-response page being generated - but I can't see any thing wrong with the HTML code generated.

Noticed that F5 refresh will display the correct page.

Anybody had this before?

Mike

107
After initial correct display the next/previous buttons don't respond.

Having read all the previous posts about XHTML I checked the generated source file and could see no problem.  I am not including any XHTML myself.  I set about removing options to see I if could pin the problem down - its now down to a simple page loaded browse.  No filtering. No fancy options.  Three simple string fields displaying - one of which is the key field.

Where else can I look?

thanks

Mike

108
Web Server - Ask For Help / Re: How to find unparsed file and path?
« on: June 19, 2009, 07:04:17 AM »
I wanted the full file+path so I could save the original file size and then check it against the uploaded file size - to see if the user had allowed a full upload to take place.

Is there another way you can think of to get the size of the file selected for upload?

thanks

Mike

109
Web Server - Ask For Help / Field is being clipped to 7 chars
« on: June 18, 2009, 01:34:48 PM »
Has anyone seen this?  On a form I prime a GUID field (string 16) and it shows OK as 16 chars when the form opens.

But when I save the form it gets shortened to the first 7 chars.  The picture looks to be set OK:

  If p_web.IfExistsValue('UPL:GUID')
    p_web.SetPicture('UPL:GUID','@s16')
  End
  p_web.SetSessionPicture('UPL:GUID','@s16')

The GUID field is the unique unchanging key field - could this be part of the problem?

Mike

110
Web Server - Ask For Help / How to find unparsed file and path?
« on: June 18, 2009, 01:52:03 AM »
I need to store the path + filename that the user selected in a file upload field when they click on Browse.

But everywhere I look - .handlefile, .renamefile etc the original path has already been parsed out.

regards

Mike


111
Web Server - Ask For Help / Re: DeleteSession and timeout
« on: June 16, 2009, 06:27:45 AM »
Hi Bruce

I put the message in ThisWebServer._DeleteSession PROCEDURE(long p_SessionID)

Is this what you call the "garbage collector"?

Could you give me an example of an event I need to POST to trigger it

regards

Mike

112
Web Server - Ask For Help / DeleteSession and timeout
« on: June 15, 2009, 01:52:22 PM »
Following a suggestion in another msg here, I put some code in the routine DeleteSession to delete memory table records for that session.

I put in a message(total#) to see how many had been deleted and a timeout of 1 min (00:01).

But the msg never showed until I closed down the web server app.  I thought that 1 minute afer exiting IE it would come up.

What am I missing?

TIA

Mike
(using 4.32)

113
Web Server - Ask For Help / Re: HTML insert into Tab Form?
« on: June 12, 2009, 08:03:48 AM »
Hi Bruce

I found another solution - insert a Browse on the tab where I want XHTML.  And then in the browse proc create a browse with no fields - you can now put your HTML in the XHTML tab.

Works perfectly  :o

thanks

Mike

114
Web Server - Ask For Help / Re: Audit Trail and Threads
« on: June 11, 2009, 10:33:30 AM »
I'll do some testing, but I think I should be able to nip out to the log proc, do the business and be back in time for tea - or at least back before some other thread kicks in  ;)

Mike

115
Web Server - Ask For Help / HTML insert into Tab Form?
« on: June 11, 2009, 10:30:54 AM »
Is there any place I can insert some HTML so that it appears on a specified Tab? 

I'm using a Tab type of form (not XP Tabs)

I'm looking for a simple interface where a menu would be overkill -  all the navigation is done by tabs.  It works well except that the first tab("Home" page) has no fields, just some welcome text and instructions.

Placing a text memory field comes up with error msgs when I try to prime it with HTML

regards

Mike

116
Your Views and Comments / Re: How do you browse search results?
« on: June 11, 2009, 10:26:18 AM »
I'm using the serach box with the search button to the right and alonhside to the left is the text "Welcome to NetTalk central forums"

It then shows me pages of results with the matches highlighted in yellow. 

As soon as you click on one you lose the rest of the results.

Mike

117
Web Server - Ask For Help / Audit Trail and Threads
« on: June 11, 2009, 04:22:49 AM »
I've got a procedure which I call (with params detailing filename, field value etc.) whenever a field is changed in any record and it records the change in a log file.

The procedure assumes that the record buffer is still valid when it is called - is that a safe assumption with NTWS?  If every session has its own thread, then doesn't every file have its own (threaded) file buffer in NTWS?

regards

Mike

118
Web Server - Ask For Help / WebServer and FTP?
« on: June 04, 2009, 10:33:38 AM »
Is there any reason I can't run FTP uploads from NTWS?

I'm finding the problem with the http:// upload (as per example 26) is that there is no progress indicator.  And on really big files I expect some of the students will start clicking on things, breaking the upload.  Or an async background upload would be nice :)

Mike

119
Web Server - Ask For Help / Re: Web Server Methods?
« on: June 04, 2009, 10:30:27 AM »
Clarion will do for me.

As long as we don't find "your methods are unsound"   :)

Mike

120
Your Views and Comments / How do you browse search results?
« on: June 04, 2009, 10:27:13 AM »
When you make a search and it throws up a list of results, how do you browse through just the results?

It seems like after you click on one result to read it, you are put back in the unfiltered msgs.

TIA

Mike

Pages: 1 ... 6 7 [8] 9