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 - Rob Mikkelsen

Pages: 1 ... 6 7 [8]
106
Web Server - Ask For Help / Re: When to use what? Bruce?
« on: July 13, 2007, 07:33:48 PM »
One place where I like to use the SetValue() command instead of the using the session queue is when I am writing source code to display HTML.  I design the HTML in an editor using hard values, then substitute the <!-- Net:V:Whatever --> in the code.  I clip the constructed HTML into pieces into the source HTML (which creates routines in the source), then before calling each routine I populate the value with p_web.SetValue('Whatever','This is the value to display'). 

It is quick to design the page, easy to populate (especially when looping through a table) and is not added to the session queue (and RAM overhead) until the user logs out since it disappears when the thread terminates.

Rob

Pages: 1 ... 6 7 [8]