[Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record

2016-06-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Comment #15 by Zainudin AHMAD: I have replied before, but wrong send (to bugtrac...@gambaswiki.org) -- What NetFlow Analyzer can do for you? Monitors n

[Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record

2016-06-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Zainudin AHMAD added an attachment: pic gb 3.1.1.png -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an int

[Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record

2016-06-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Zainudin AHMAD added an attachment: pic-3.13.0.png -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an inter

[Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record

2016-06-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Comment #14 by Zainudin AHMAD: Using gambas 3.1.1 and sqlite 3.13.0 still run expected (attach pic) so, carefull if any someone using gambas 3.7.1 and up version + official ubuntu 12.04 sqlite version it is recomended to upgrad

[Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record

2016-06-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Comment #13 by Zainudin AHMAD: Resolve Using Sqlite 3.13.0 (compiled from source), resolve the problem. (attach pic) now its work as expected in my system. Thanks. ---

[Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record

2016-06-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Zainudin AHMAD added an attachment: pic-sqliteversion.png -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at a

[Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record

2016-06-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Comment #12 by Zainudin AHMAD: sqlite3 -version -> 3.7.9 2011-11-01 00:52:41 c7c6050ef060877ebe77b41d959e9df13f8c9b5e select sqlite_version() -> 3.7.9 I think, I am used 3.7.9 version. (attach pic) ---

[Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record

2016-06-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Comment #11 by Benoît MINISINI: I have just tried again with the project you posted on the mailing-list, and it works as expected. What is your sqlite version? --

Re: [Gambas-user] method $load , any wiki for explain it ?

2016-06-06 Thread Benoît Minisini
Le 06/06/2016 19:15, Benoît Minisini a écrit : > Le 06/06/2016 19:05, zainudin ahmad a écrit : >> I have declare , Private $lOad as Long <-- only one in class FMain >> (attach >> project) >> when I will run project, I get "$Load already declared" (attach pic) >> > > Yes, the "$load" name is not a g

Re: [Gambas-user] method $load , any wiki for explain it ?

2016-06-06 Thread Benoît Minisini
Le 06/06/2016 19:05, zainudin ahmad a écrit : > I have declare , Private $lOad as Long <-- only one in class FMain (attach > project) > when I will run project, I get "$Load already declared" (attach pic) > Yes, the "$load" name is not a good one for that reason. I will change it. -- Benoît Mini

Re: [Gambas-user] method $load , any wiki for explain it ?

2016-06-06 Thread zainudin ahmad
I have declare , Private $lOad as Long <-- only one in class FMain (attach project) when I will run project, I get "$Load already declared" (attach pic) in where I have declared the other $Load ? in terminal, doing: gbc3 -v /[pathprojectdir] (example : gbc3 -v /home/user/MyProject) you can get the

Re: [Gambas-user] method $load , any wiki for explain it ?

2016-06-06 Thread zainudin ahmad
Ok, its clear now. Thanks On Mon, Jun 6, 2016 at 8:47 AM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 05/06/2016 12:10, zainudin ahmad a écrit : > > $load is used , there is any other method has declared and wiki for > explain > > it ? > > $load() is the undocumented method of a

Re: [Gambas-user] method $load , any wiki for explain it ?

2016-06-06 Thread zainudin ahmad
> This is a (very) hidden method added by ... a good explanation, thanks. > In any case, you should be fine if you follow a sensible naming scheme :^) Private $sAddress as String ($ -> private variable class, s -> String, Address -> Variable Name) Private $lOad as Long ($ -> private va

[Gambas-user] Feature that returns text shown in console.

2016-06-06 Thread Ru Vuott
Hello Benoît, in Gambas IDE the "Open contents..." button is able to capture text, shown in console, and to save it in a text file. I'ld like to ask if you can implement a new feature, as method or property (of Application ? or of System ?) that returns - as String - the text shown by console.