[Gambas-user] [Gambas Bug Tracker] Bug #1070: Error while trying to publish a project

2017-01-21 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1070&from=L21haW4- Comment #1 by Benoît MINISINI: Please remove the links from your system information, and put... information about your system instead! Thanks. -- Ch

[Gambas-user] [Gambas Bug Tracker] Bug #1059: Compilation fails with Qt 5.7

2017-01-21 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1059&from=L21haW4- Comment #11 by Benoît MINISINI: It should be fixed in revision #8061. Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibran

[Gambas-user] [Gambas Bug Tracker] Bug #1071: Format error generates error (ctrl + may + F)

2017-01-21 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1071&from=L21haW4- Víctor PEREZ reported a new bug. Summary --- Format error generates error (ctrl + may + F) Type : Bug Priority : Low Gambas version : 3.9 Product : Bugtracker Description --- Format

Re: [Gambas-user] With Date one day less

2017-01-21 Thread Gianluigi
Hi Benoit, You are always very kind, your explanation has allowed me to understand. The string data is assumed at 00:00:00 and therefore one hour back from the day before. If I had written '- Public Sub Main() Dim d1 As Date d1 = "6/15/2008 01:00:00" Print F

Re: [Gambas-user] Form Action & Method (GET/POST) properties ?

2017-01-21 Thread Benoît Minisini
Le 17/01/2017 à 06:22, Vinode Singh Ujlain a écrit : > At the outset , pardon me for asking some very elementary questions. (a) How > / where do I specify a webform's action (URL) & method (GET/POST) properties > ?(b) How do I navigate away from webform1 --> webpage1 when submit button on > webform

Re: [Gambas-user] variable in WebForm not remember

2017-01-21 Thread Benoît Minisini
Le 17/01/2017 à 08:26, Rolf-Werner Eilert a écrit : > > Where does the webform store the values until the next call? And can it > remember calls from different users? > > Regards > Rolf > This is exactly what is named a "session". A session in Gambas is a collection that is associated with an HTT

Re: [Gambas-user] With Date one day less

2017-01-21 Thread Benoît Minisini
Le 21/01/2017 à 19:22, Gianluigi a écrit : > Hi Charlie, > > I thank for the answer and will do so too. > But my poor mind cannot comprehend the question of time zone. > > Regards > Gianluigi > > If you convert a string to a date, then the string is assumed to be an UTC time, *not* a local time.

Re: [Gambas-user] With Date one day less

2017-01-21 Thread Gianluigi
Hi Charlie, I thank for the answer and will do so too. But my poor mind cannot comprehend the question of time zone. Regards Gianluigi 2017-01-21 17:51 GMT+01:00 Karl Reinl : > Am Samstag, den 21.01.2017, 17:22 +0100 schrieb Gianluigi: > > I, with Date, become crazy. > > Just look here: > > '-

Re: [Gambas-user] With Date one day less

2017-01-21 Thread Karl Reinl
Am Samstag, den 21.01.2017, 17:22 +0100 schrieb Gianluigi: > I, with Date, become crazy. > Just look here: > '- > Public Sub Main() > > Dim d1 As Date > > d1 = "6/15/2008" > Print Format$(d1, "dd mm ") ' > 14 06 2008 > > End > '--

[Gambas-user] With Date one day less

2017-01-21 Thread Gianluigi
I, with Date, become crazy. Just look here: '- Public Sub Main() Dim d1 As Date d1 = "6/15/2008" Print Format$(d1, "dd mm ") ' > 14 06 2008 End '-- Because UTC (an hour more) becomes one less day? (sig!) Regards Gianluigi