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

Pages: 1 ... 21 22 [23]
331
Web Server - Ask For Help / Transaction framing error
« on: November 24, 2010, 10:10:10 AM »
Hi,

I have an Update Form with a Browse shoing child records.
The form updates a IP enbaled TPS file, while the Browse has edit in place on a Memory File.

On using the edit in place it triggers an Assert on line 2180 in abfile.clw.
'Driver does not support transaction framing'

Is there a way to disable the transaction framing for the memory file?

thanks

Johan


332
Web Server - Ask For Help / Jquery
« on: June 08, 2010, 06:59:21 AM »
Hi

I have created a new jquery UI theme on the website using their customiser and downloaded it.

How do I install it on my machine to use.
Is it just a matter of copying the folders and files into the right places?

Thought I might ask before I try this.

thanks

Johan

333
Web Server - Ask For Help / Re: Styles - Customising
« on: June 06, 2010, 10:53:38 PM »

Hi Bruce

thanks for the reply.
Do I keep the names of the style classes the same but the name of my file is different?
Will the same name in my file replace the default in all.css,
or do I have to have unique names for each section and specify these names in each procedure?

Johan


334
Web Server - Ask For Help / Styles - Customising
« on: June 06, 2010, 06:43:40 AM »
Hi

Creating my own styles.
Can I specify them in the global area in the webserver tab,
or is this only to specify the default setting and can I only specify each custom style
in each procedure?

thanks

Johan


335
Web Server - Ask For Help / Re: Local variables and a form
« on: June 02, 2010, 06:51:37 AM »
from the NG

Hi Johan,

In your form procedure you can have local data fields.
Then you can put these on the form just like file fields.

Just rememebr in your code to still use the SessionVariable, not the local
field. ie something like

whatever= p_web.GSV('loc:something')

Cheers
Bruce

336
Web Server - Ask For Help / ecommerce method
« on: June 02, 2010, 05:02:58 AM »
Hi,

I am currently playing around with some ecommerce ideas and have had a look at the
clarionshop and cstime sites.

Are there any articles explaining the basic theory of creating an ecommerce site?

I realise the cart is just an item file, with an unique ID for the current client,
possibly using the session ID, or a cookie for a returning non logged in client.
But I am sure when you start lots of small details pop up.

Any ideas or pointers would be greatly appreciated.

regards

Johan




337
Web Server - Ask For Help / Local variables and a form
« on: June 02, 2010, 04:46:20 AM »
Hi,

(posted on 3rdparty NG too)

I know you have to use session variables instead of local.
Local variables only live for the duration of the page generation, a split
second.
Normally I might use local variables for screen entry for this type of
situation.

What I am trying to do is the following:
client fills in 10-20 fields on a webpage, if he submits, I need to write
that away to several different files.

Do I create a memory file for these fields, use a form, and then on
completion, write to different files?
Is there another way using session variables?


Johan

338
Web Server - Ask For Help / OpenFiles
« on: January 04, 2010, 11:56:20 PM »
Hi,

I have seen in a previous post that I should open and close files as needed,
as I also understand the webserver starts many threads, each for every request.

Would this not create quite a lot of overhead with opening and closing of files?

Is there a way to open the files when the webserver starts and keep them open?
Or would this extra overhead of opening and closing a file be small compared to the creation of a new thread for every request?

TIA for any feedback

Johan








Pages: 1 ... 21 22 [23]