[Gambas-user] gb.web

2019-05-19 Thread Mike Crean via Gambas-user
Hi all, How do I copy HTML inputs to a gambas variable. <%Dim HtmlInput As String%>   Login      userid    password        <%!Arg      ''??? %>     <%''How Do I put user and password into HtmlInput.%> RegardsMike ___ Gambas-user mailing list Gambas-

[Gambas-user] gb.web how to using class file of webpage files?

2013-11-25 Thread PICCORO McKAY Lenz
yes me again! more gb.web questions!!! what! headache! where! hey dont run! hey! i want to know how to put code in the .class file generated from the .webpage files.. Dcumentation said that .sebpage files are forms also, but focused on html and scripting.. each form have .class counterpart

Re: [Gambas-user] gb.web how to grab using post and get?

2013-11-25 Thread PICCORO McKAY Lenz
> From: Tobias Boege > Thanks Tobias, but how can i download this file.. i received only the Thnks tobias. i download the code using archive mail list, and: i added to my example the < enctype="text/plain" > at final of tag, so i'll never grap tyhe data by post way very insteresting and very th

Re: [Gambas-user] gb.web how to grab using post and get?

2013-11-25 Thread Tobias Boege
On Mon, 25 Nov 2013, PICCORO McKAY Lenz wrote: > From: Tobias Boege > >>> send me a example project? (and the link due in this list nobod, iy > >> can receibe files directly) > >> > > Hmm. I attached a project that _is working_ on my system (with Gambas > > post-3.5.1). Let's see... > > > > Regard

Re: [Gambas-user] gb.web how to grab using post and get?

2013-11-25 Thread PICCORO McKAY Lenz
From: Tobias Boege >>> send me a example project? (and the link due in this list nobod, iy >> can receibe files directly) >> > Hmm. I attached a project that _is working_ on my system (with Gambas > post-3.5.1). Let's see... > > Regards, > Tobi Thanks Tobias, but how can i download this file.. i r

Re: [Gambas-user] gb.web how to grab using post and get?

2013-11-25 Thread Tobias Boege
On Mon, 25 Nov 2013, PICCORO McKAY Lenz wrote: > From: Fabien Bodard > > >well ... in fact it's an svn version. > >but true i've just update it two day ago. > i cannot update, squeeze has more efficient services for rather than > wheeze, in performance test with jabber clusterized nodes.. wheeze

Re: [Gambas-user] gb.web how to grab using post and get?

2013-11-25 Thread PICCORO McKAY Lenz
From: Fabien Bodard >well ... in fact it's an svn version. >but true i've just update it two day ago. i cannot update, squeeze has more efficient services for rather than wheeze, in performance test with jabber clusterized nodes.. wheeze fails so far.. , in same server run a payroll system with g

Re: [Gambas-user] gb.web how to grab using post and get?

2013-11-24 Thread Fabien Bodard
2013/11/23 PICCORO McKAY Lenz : >> Request[] works whatever the request type (GET or POST). I have no > i suspect that, ... >> problem with that, so I guess your problem comes from something else. >> >> Can you do the following? >> >> - Use Gambas 3.5.1. > why? www.gambasforge.org/index.html was bu

Re: [Gambas-user] gb.web how to grab using post and get?

2013-11-23 Thread PICCORO McKAY Lenz
> Request[] works whatever the request type (GET or POST). I have no i suspect that, ... > problem with that, so I guess your problem comes from something else. > > Can you do the following? > > - Use Gambas 3.5.1. why? www.gambasforge.org/index.html was build uder gambas 3.4 and below and works >

Re: [Gambas-user] gb.web how to grab using post and get?

2013-11-22 Thread Benoît Minisini
Le 22/11/2013 21:42, PICCORO McKAY Lenz a écrit : > From: Fabien Bodard >> >> what give you : >> myreqinput = Request.post["nameinput"] >> > try it now, and then. surprise dont work !!! arrg > >> And why are you using gb2 for webpages ??? gb3 compile on all >> plateform even some old. >

Re: [Gambas-user] gb.web how to grab using post and get?

2013-11-22 Thread PICCORO McKAY Lenz
From: Fabien Bodard > > what give you : > myreqinput = Request.post["nameinput"] > try it now, and then. surprise dont work !!! arrg > And why are you using gb2 for webpages ??? gb3 compile on all > plateform even some old. sorry Fabian, was misctake from me.. i made the example inline

Re: [Gambas-user] gb.web how to grab using post and get?

2013-11-22 Thread Fabien Bodard
And why are you using gb2 for webpages ??? gb3 compile on all plateform even some old. you need only gb3 runtimes gb3 scripter db 2013/11/22 Fabien Bodard : > what give you : > myreqinput = Request.post["nameinput"] > > > > 2013/11/21 PICCORO McKAY Lenz : >> i mean: with method GET of html forms

Re: [Gambas-user] gb.web how to grab using post and get?

2013-11-22 Thread Fabien Bodard
what give you : myreqinput = Request.post["nameinput"] 2013/11/21 PICCORO McKAY Lenz : > i mean: with method GET of html forms i can use Request["nameoffield"] > but if i use POST i dot nothing! > > why? > > (my previos post msg was very vage and generic, sorry) > > example i use, webpageform.we

[Gambas-user] gb.web how to grab using post and get?

2013-11-20 Thread PICCORO McKAY Lenz
hello, now i need how to manage parameters .. i mean imade a formulary in gambas and how i can grab the values from the web html form request? -- Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com -- Shape th

Re: [Gambas-user] gb.web

2013-02-27 Thread Fabien Bodard
lighttpd is quite simple to configure 2013/2/27 Tobias Boege > On Wed, 27 Feb 2013, Christer Johansson wrote: > > > > > You can't get this working with "Apache 2 standard out of the > > > box installs". > > > You must configure Apache to recognise Gambas webpages as CGI > > > scripts to call t

Re: [Gambas-user] gb.web

2013-02-27 Thread Tobias Boege
On Wed, 27 Feb 2013, Christer Johansson wrote: > > > You can't get this working with "Apache 2 standard out of the > > box installs". > > You must configure Apache to recognise Gambas webpages as CGI > > scripts to call the gbw3 interpreter. > > > >I could send you an archive with a test project

Re: [Gambas-user] gb.web

2013-02-27 Thread Christer Johansson
> You can't get this working with "Apache 2 standard out of the > box installs". > You must configure Apache to recognise Gambas webpages as CGI > scripts to call the gbw3 interpreter. > >I could send you an archive with a test project an a German PDF explaining >the Apache2 configuration for Ga

Re: [Gambas-user] gb.web

2013-02-23 Thread Tobias Boege
On Sat, 23 Feb 2013, Randall Morgan wrote: > Ok, can you give me a link to the German version? > > > On Sat, Feb 23, 2013 at 3:46 AM, Mike Crean wrote: > > Randall, perhaps I should wait untill I have it all working then document > > it all and have it posted up > > on the Gambas web site. > >

Re: [Gambas-user] gb.web

2013-02-23 Thread Randall Morgan
Ok, can you give me a link to the German version? On Sat, Feb 23, 2013 at 3:46 AM, Mike Crean wrote: > Randall, perhaps I should wait untill I have it all working then document it > all and have it posted up > on the Gambas web site. > > Mike > --

[Gambas-user] gb.web

2013-02-23 Thread Mike Crean
Randall, perhaps I should wait untill I have it all working then document it all and have it posted up on the Gambas web site.   Mike -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Do

[Gambas-user] gb.web

2013-02-23 Thread Mike Crean
Hi Randall,   If Tobi is on the side perhaps he can check with Hans' if it is OK to release my English version of his work.   Regards Mike -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynami

Re: [Gambas-user] gb.web

2013-02-22 Thread Tobias Boege
On Fri, 22 Feb 2013, Jussi Lahtinen wrote: > > You can't get this working with "Apache 2 standard out of the box > > installs". > > You must configure Apache to recognise Gambas webpages as CGI scripts to > > call the gbw3 interpreter. > > > > I could send you an archive with a test project an a Ge

Re: [Gambas-user] gb.web

2013-02-22 Thread Jussi Lahtinen
> You can't get this working with "Apache 2 standard out of the box > installs". > You must configure Apache to recognise Gambas webpages as CGI scripts to > call the gbw3 interpreter. > > I could send you an archive with a test project an a German PDF explaining > the Apache2 configuration for Gam

[Gambas-user] gb.web

2013-02-22 Thread Mike Crean
Hi Tobi, Thanks for the offer I would like some help. You can get me at mike.cr...@y7mail.com any help is appreciated. Regards Mike -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics

Re: [Gambas-user] gb.web

2013-02-22 Thread Tobias Boege
On Fri, 22 Feb 2013, Mike Crean wrote: > > Hi Bruce, > > Thanks > for the suggestions, I have tried them to no avail. It would seem > there is a very full on learning curve to get this up and running. > Perhaps > there is a much simpler way using something other than Gambas. > Again > thanks f

[Gambas-user] gb.web

2013-02-22 Thread Mike Crean
Hi Bruce, Thanks for the suggestions, I have tried them to no avail. It would seem there is a very full on learning curve to get this up and running. Perhaps there is a much simpler way using something other than Gambas. Again thanks for you help Bruce. Perhaps Randall's comments about the Apa

Re: [Gambas-user] gb.web

2013-02-21 Thread Bruce
On Thu, 2013-02-21 at 16:53 -0800, Mike Crean wrote: > Hi Jussi, > > Thanks for the reply. > I have tried the example you have pointed to and can not get it to > work. > All I need to do is take data from a serial stream e.g. > Stuff = "A01 ON" and use the print statement to display > the > string

Re: [Gambas-user] gb.web

2013-02-21 Thread Mike Crean
Web Server. <% print Stuff or print "A01 ON" %> Mike From: Jussi Lahtinen To: mailing list for gambas users Sent: Thursday, 21 February 2013 11:25 PM Subject: Re: [Gambas-user] gb.web Please be more specific. Send your project and tell

Re: [Gambas-user] gb.web

2013-02-21 Thread Jussi Lahtinen
Please be more specific. Send your project and tell us what it is supposed to do and what happens instead. Or specifically what doesn't work. Here is example of server page. It doesn't work? http://gambasdoc.org/help/doc/serverpage?view Jussi On Thu, Feb 21, 2013 at 2:35 PM, Mike Crean wrote:

[Gambas-user] gb.web

2013-02-21 Thread Mike Crean
Hi Benoit, I am trying to get a Gambas 3 web server up and running using gb.web I just do not get it at all. I have looked at a lot of examples and threads but I just can not get a web server page up and running. I am using Apache2 and Gambas 3.4 with gb.web enabled. The aim is to use Gambas 3 w

Re: [Gambas-user] gb.web

2013-02-06 Thread Sebastian Kulesz
On Wed, Feb 6, 2013 at 12:08 AM, Mike Crean wrote: > > Hi all, > > Anyone have some simple example code > for web page creation or control with Gambas 3 gb.web > > I would like to get serial data from an > Arduino and display it on a HTML web page. > > Regards > Mike > > -

[Gambas-user] gb.web

2013-02-05 Thread Mike Crean
Hi all, Anyone have some simple example code for web page creation or control with Gambas 3 gb.web I would like to get serial data from an Arduino and display it on a HTML web page. Regards Mike -- Free Next-Gen Firewa