[Gambas-user] Simple Log Viewer (Gambas Log Viewer)

Valerio Guaglianone valerioguaglianone at ...152...
Sun Oct 10 16:40:23 CEST 2004


Alle 13:46, domenica 10 ottobre 2004, Charlie Reinl ha scritto:
> Salut,
>
> try that, you forgot  the 'IF Dialog.OpenFile() THEN RETURN'
>
> PUBLIC SUB Button3_Click()
>   Dialog.Title = "Select a log file"
>   Dialog.Path="/usr/local/apache2/logs/access_log"
>   Dialog.Filter = ["*.log","*.*"]
>   IF Dialog.OpenFile() THEN RETURN
>   TextArea1.Text=File.Load(Dialog.Path)
> END
>
> Amicalement
> Charlie
> * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de *

Ok, I try this code 
Many thanks ;-)
Vale
-- 
Chi usa Microsoft Outlook è pregato di non inserire il mio indirizzo
e-mail nella propria rubrica: non voglio essere invaso da "virus-mail"
ogni volta che viene scoperto uno dei suoi numerosissimi bug. Grazie.
-----------------------------------------------------------------------------------------
Registered GNU/Linux user n°: 353242 * Uri: http://www.valerio.tk/




More information about the User mailing list