Jump to content

sessions


Guest

Recommended Posts

Message from: "schweppes"

 

Hi Farshad Mohajeri,

 

first like to say i love this product.

 

my question is, how do i open sessions for each user.

i have a form that i like to collect users details and display their

details,

 

do i need to open new session for each user and how?

 

Many Thanks Farshad Mohajeri

 

Schweppes

 

 

 

__________ Information from ESET NOD32 Antivirus, version of virus signature database 5518 (20101009) __________

 

The message was checked by ESET NOD32 Antivirus.

 

http://www.eset.com

 

 

 

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

Hi,

 

> first like to say i love this product.

>

 

Many thanks

 

> my question is, how do i open sessions for each user.

> i have a form that i like to collect users details and display their

> details,

>

 

Sessions are created automatically. Each time a new browser session is

started a new uniGUI session is created too. Each uniGU session has private

copy of MainModule, MainForm and other Forms.

 

> do i need to open new session for each user and how?

>

 

That is done automatically. Each time a user enter the site URL MainForm is

displayed and it starts a new session. MainModule is private for each

session and there you can put your datasets, connections and etc.

 

Regards

 

 

.

 

Link to comment
Share on other sites

Message from: "schweppes"

 

Thank you for your quick reply..

 

another question, how do change the colour of a button, on vcl it works, but

on the url its the basic colour.

 

Thank you again

schweppes

 

 

"Farshad Mohajeri" wrote in message

news:b1pYGPHaLHA.1932@anaxagvs227...

>

> Hi,

>

>> first like to say i love this product.

>>

>

> Many thanks

>

>> my question is, how do i open sessions for each user.

>> i have a form that i like to collect users details and display their

>> details,

>>

>

> Sessions are created automatically. Each time a new browser session is

> started a new uniGUI session is created too. Each uniGU session has

> private copy of MainModule, MainForm and other Forms.

>

>> do i need to open new session for each user and how?

>>

>

> That is done automatically. Each time a user enter the site URL MainForm

> is displayed and it starts a new session. MainModule is private for each

> session and there you can put your datasets, connections and etc.

>

> Regards

>

>

> __________ Information from ESET NOD32 Antivirus, version of virus

> signature database 5518 (20101009) __________

>

> The message was checked by ESET NOD32 Antivirus.

>

> http://www.eset.com

>

>

>

 

 

 

__________ Information from ESET NOD32 Antivirus, version of virus signature database 5518 (20101009) __________

 

The message was checked by ESET NOD32 Antivirus.

 

http://www.eset.com

 

 

 

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"schweppes" wrote in message

news:8somIwHaLHA.1928@anaxagvs227...

> Thank you for your quick reply..

>

> another question, how do change the colour of a button, on vcl it works,

> but on the url its the basic colour.

>

 

Unfortunately, you can't change button surface color. In Web, button color

is determined by the current theme. i.e. button is covered by images which

gives it a themed look.

 

You can change button text color.

 

 

.

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...