Hello everybody.
How can I delete myself from list? I don't need anymore to recieve all
coversations about Gambas.
Is frustrating to delete or move the mails from inbox to other group.
Best regards,
Zoli B.
--
HI,
Can I make forms with parameters passed from the main form?
Normally I use the form like this:
PUBLIC SUB button1_Click()
Childform.showmodal
END
BUT I need to pass some parameters to the child form. How can I do this?
PUBLIC SUB button1_Click()
Childform(x,y,..etc parameters
Hi!
I'm trying to write a small code using a database on a server (small
home network).
On the server machine I have installed: Ubuntu 10.10, Apache2,
Mysql-server version 5.1.49. Here in my.cnf I deleted the row containing
"bind-address=127.0.0.1". This machine have the local IP address:
192.1
; Caution: In order to delete the TextBoxes, you have to delete them piece
> for piece from the array prior to deleting the array, such as
>
> FOR i = mTxt.Count - 1 TO 0 STEP -1
> mTxt[i].Delete
> NEXT
> mTxt.Clear
>
> Hope this helps you...
>
> Regards
>
>
e of them
>
> END
>
> Caution: In order to delete the TextBoxes, you have to delete them piece
> for piece from the array prior to deleting the array, such as
>
> FOR i = mTxt.Count - 1 TO 0 STEP -1
> mTxt[i].Delete
> NEXT
> mTxt.Clear
>
> Hop
used before FoxPro for Windows. Here is simple:
i=1
for i=1 to 20
boxname="n"+str(i)
&boxname.text=" enithyng "
endfor
Is something in Gambas2 similar for &boxname.text, like in Foxpro?
For me the second variant seems to be more simply, but please explain me
why I ha
Hello,
I will try to explain with my poor english exacly what I wish to do:
1.I have 20 pcs of valueboxes named: n1,n2,n3...n20
2.I have a variable named i defined as short
3.I wish to substitute the numbers from the valueboxes name like in
folowing example:
i=0
for i=0 to list.count
'here I
Hi all!
I evaluated the last key pressed in a valuebox with the keypress
event. If the value of the key pressed is I wish to make the
cursor to leave the current valuebox and to move to next object (a value
box or command button etc.)
How can I make this? Is a method to set the focus to an anot
Thank you very much Johny!
BUT!
I can evaluate the key pressed with keypress event, but I cannot make
the cursor to leave this textbox and to move to the next textbox.
My example:
PUBLIC SUB factura_KeyPress()
IF Key.Code = Key.Enter OR Key.Code = Key.Return THEN
' here is neccesary a
Solved:
PUBLIC SUB factura_KeyRelease()
IF Key.Code = Key.Enter OR Key.Code = Key.Return THEN
datum.SetFocus
ENDIF
END
--- Begin Message ---
Hi all!
I evaluated the last key pressed in a valuebox with the keypress
event. If the value of the key pressed is I wish to make the
cursor to le
Hello for everybody,
I made a new Ubuntu install 9.04 and a new Gambas2-2.20.2 install on a
new computer..and here is everything okay.
I apologize and I'm shame for the false alert..but I thanks for
everybody who try to help me.
Until the error occured I made the folowing steps:
Ubuntu 8.10
Ok,
I will try to reinstall Gambas2 on my computer. Initially I has Gambas
2.7, and I upgraded folow the instructions.. after the new install I
make a new attempt..and i will inform you about the result.
Thanks for try to helping me..
Regards,
Zoli B.
2010. 03. 19, péntek keltezéssel 20.30-kor
12 matches
Mail list logo