Re: [Gambas-user] Problems generating a form

2010-01-10 Thread norarg
know if this will help anything, trial and error. the "new" address will be: dag.jarle.johan...@norarg.com regards norarg Am Sonntag, den 10.01.2010, 19:42 +0100 schrieb Doriano Blengino: > Ron_1st ha scritto: > > On Thursday 07 January 2010, norarg wrote: >

Re: [Gambas-user] Problems generating a form

2010-01-10 Thread norarg
will hand the mail over to him to get his opinion. thanks anyway regards norarg Am Sonntag, den 10.01.2010, 18:35 +0100 schrieb Ron_1st: > On Thursday 07 January 2010, norarg wrote: > > X-Originating-IP: [201.234.99.50] > see below > > > X-Originating-Email: [nor

Re: [Gambas-user] Problems generating a form

2010-01-10 Thread norarg
Hi again, I am living in Argentina now, still using the mail-adresses I used when living in Germany a year ago. regards, norarg Am Sonntag, den 10.01.2010, 18:42 +0100 schrieb Ron_1st: > BTW > 201.234.99.50: hostname 201-234-99-50.static.impsat.net.ar > > IP assigned to provider

Re: [Gambas-user] Problems generating a form

2010-01-10 Thread norarg
Hi, I see this problem for the first time. I do not have an own router, the provider connects his customers via antennas, and I have no access to the router, just get a dynamic IP-address. regards norarg Am Sonntag, den 10.01.2010, 18:35 +0100 schrieb Ron_1st: > On Thursday 07 January 2

[Gambas-user] Problems generating a form

2010-01-07 Thread norarg
coming from mySql, so the behavior and functions are always the same: select record from a tableview, show the details in a data-panel, and have core-functions like new, copy, save, delete, print. if someone has an idea here, I will be grateful to here it. t

[Gambas-user] [SPAM] Re: OPEN unexpected error

2010-01-06 Thread norarg
hi Charlie yes, I used 2.13 shipped with ubuntu 9.10 until last week, as I startet to use the SVN. thanks - in this way everything works fine :) saludos norarg Am Mittwoch, den 06.01.2010, 22:54 +0100 schrieb Charlie Reinl: > Am Mittwoch, den 06.01.2010, 18:14 -0300 schrieb nor

[Gambas-user] OPEN unexpected error

2010-01-06 Thread norarg
rched around, eventually for a missing component, (stream), but then the dim of hf1 would have caused an error, I presume. I have more Open's, and the error occurs when compiling, not accessing. Please help, stay a bit stucked here

[Gambas-user] Strange behavior of Items on panel

2009-12-28 Thread norarg
test this - old monitor with max 1024x768 pix. Does someone have an idea? (Ubuntu 9.10/Gambas 2.13) Thanks and regards norarg -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon&#

[Gambas-user] Generating Forms

2009-12-28 Thread norarg
nothing in the docu about this. Using Ubuntu 9.10/Gambas 2.13 Thanks, norarg -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development supp

Re: [Gambas-user] problems with core functions

2009-12-17 Thread Norarg
thanks, yes I know, but I just did not find this in the documentation, or overread the part I should have seen. I searched for a pretty while before I posted this. sorry regards norarg Ricardo Díaz Martín schrieb: > Norag, > > It's something like this: > > Dim a

Re: [Gambas-user] problems with core functions

2009-12-16 Thread Norarg
ive it any further notice - and that so clear part just does not work. :) btw. using ubuntu 09.10/gambas 2.13. regards norarg Ricardo Díaz Martín schrieb: > use Clipboard.Copy("Text you want copy") and Clipboard.Paste() > > http://gambasdoc.org/help/comp/gb.qt/clipbo

[Gambas-user] problems with core functions

2009-12-16 Thread Norarg
ul for any help. Then I tried with .SelStart and .SelLenght to get the string - that was not accepted at all, get "unknown symbol". It would be nice, if I could get this two different functions to work. thank

Re: [Gambas-user] Financial program

2009-12-15 Thread Norarg
Doriano Blengino schrieb: > nando ha scritto: > >> My contribution to this conversation is.. >> Always INT or LONG for money. >> Keep a global variable to divide by (for example 2 decimal places) 100 >> when printing/displaying things to humans... >> -OR- to take the string and insert a period f

Re: [Gambas-user] LEN()

2009-12-12 Thread Norarg
Simonart Dominique schrieb: > Hi, > > Len() function is based on one-byte character, but some > characters need 2 bytes code, like the german's you mentionned. > > Use the String class methods and all will works as you expected > > HTH > Dominique Simonart > >

[Gambas-user] Workaround for LEN()

2009-12-12 Thread Norarg
by default?) IF T2 = "" THEN T1 = T1 & " " ELSE T1 = T1 & T2 ENDIF LOOP RETURN T1 END Still it would be nice to hear from someone about this, I do not find this solution good. I assume it has something t

[Gambas-user] LEN()

2009-12-12 Thread Norarg
e (or less) formatted simple text-file, the columns separated with "|". Using Tabs (chr(9)) gives me more work, and it would not solve this problem, because I still would have to ask for the string-lenght. Any ideas? Thanks in ad

Re: [Gambas-user] SVN

2009-12-11 Thread Norarg
tning does not do the work, the powersupply is down - just a little adventure living here. People are very friendly and as civilized as in Europe. And the climate is a hit. Enough :) I'll go on with Gambas, looking for how to print, reporting, XML, PDF and so on. Regards norarg Jean-

Re: [Gambas-user] SVN

2009-12-11 Thread Norarg
Jean-Yves F. Barbier schrieb: > Norarg a écrit : > > PLS avoid cross-posting: open a new post by adressing to > > > >> I would like to try out newer releases of Gambas, fox. 3.0. I had some >> problems with other releases in the past - in the end gambas did not

[Gambas-user] SVN

2009-12-11 Thread Norarg
download the newest lib's and changes from ubuntu after the ground installation. (And please don't tell me, get a faster internet-connection, one do not get it on the country-side of argentina). thanks in advance, regards norarg --

Re: [Gambas-user] Cliboard-Problem - Solved

2009-12-10 Thread Norarg
Les Hardy schrieb: > Norarg wrote: > >> Hi, >> >> I have a problem with the clipboard, >> using ubuntu 9.10, gambas 2.13 >> >> following code works ONE time: >> >> PUBLIC SUB CLIP_B_Click() >> DIM S AS String >> DIM I AS

[Gambas-user] Cliboard-Problem

2009-12-10 Thread Norarg
Hi, I have a problem with the clipboard, using ubuntu 9.10, gambas 2.13 following code works ONE time: PUBLIC SUB CLIP_B_Click() DIM S AS String DIM I AS Integer DIM TR AS Result TR = M.ReadRecord(OPVDM!tabelle, OPVDM!TBID, OPVDM!TBIDWert) IF TR.Count = 0 THEN Message.Info("Daten n