Repeating dialogs after compliling

operprincipal

Member
Licensed User
Longtime User
Hi
When i run this piece of code on IDE it just runs ok.
But after compliling it shows the open dialgog two times.

OpenDialog1.Filter = "Competition Grid | K*.csv"
If OpenDialog1.Show <> cCancel Then
table5.LoadCSV(OpenDialog1.File,",",True,False)
End If

It happens alo with savedialog.

Can you explain me what's wrong?
Best Regards
 
Top