[Gambas-user] gambas server is work. Other questions...

2009-05-04 Thread Wellington de Souza Pinto
Tks, My gambas server work now. Questions: Is possible multiplies comands in string? Ex: % DIM a AS Integer DIM c AS String % In other message Benoit say for use the mysql % USE gb.db %. Is Possible for all componentes of gambas? Ex: % USE gb.Form % % DIM

Re: [Gambas-user] gambas server is work. Other questions...

2009-05-04 Thread Joshua Higgins
I don't think all the components (e.g. forms etc) will work in server pages. This is okay though Ex: % DIM a AS Integer DIM c AS String % -- joshua higgins -- -- Register Now Save for Velocity, the

Re: [Gambas-user] gambas server is work. Other questions...

2009-05-04 Thread BenoƮt Minisini
Tks, My gambas server work now. Questions: Is possible multiplies comands in string? Ex: % DIM a AS Integer DIM c AS String % Yes. The three rules are : The web page is transformed into a Gambas function. All HTML is replaced by a PRINT instruction. The Gambas code