[Gambas-user] fOption.Run <> FOption.Run

Benoit Minisini gambas at ...1...
Tue Mar 22 11:26:51 CET 2005


On Saturday 12 March 2005 21:58, Charlie Reinl wrote:
> Salut Benoit,
>
> found something strange. That in my project fOption.Run <> FOption.Run
>
> The Form called is FOption.
>
> if you run fOption.Run, all work fine, but you can't debug it.
> if you run FOption.Run, all work fine, and you can also debug it.
>
>
> At line 317 in FMain
>
> PUBLIC SUB Action_Click()
> ' Set your Breakpoint the freed line
>     fOption.Run  ' netxt step is in DBTVData
>  '   FOption.Run ' next step is in FOption.Run
>     TV2New_Click()
> END
>
>  Action_Click is called by the Menu
>  Action/DBTableView/Set Headers
>
> Perhaps I found a BUG ? Or where I'm wrong ?
>
> If you have any  question about, I will be out till 23/03, without access
> to my box.
>
> I attached you the project.
>
> Amicalment
> Charlie

I found the bug :-) This is a bug in the IDE, that didn't search for classes 
in a case insensitive way.

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list