Guest Posted October 10, 2010 Posted October 10, 2010 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 . Quote
Guest Posted October 10, 2010 Author Posted October 10, 2010 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 . Quote
Guest Posted October 10, 2010 Author Posted October 10, 2010 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 . Quote
Guest Posted October 10, 2010 Author Posted October 10, 2010 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. . Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.