Le 14/05/2013 18:09, Charlie a écrit :
> Hi all,
>
> You need one *Button* and one *DirChooser* on your form
> I have reduced code to the following to emulate this bug I am getting: -
> '*********************************************************
> Public Sub _new()
> End
>
> Public Sub Form_Open()
> End
>
>
> Public Sub Button1_Click()
>
> Dim SDir As String
> Sdir = DirChooser1.SelectedPath
> SDir = Replace(SDir, " ", "\ ")

This line is not syntactically correct ("\ "). Please provide a project 
or at least code that compiles!

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to