O operprincipal Member Licensed User Longtime User Mar 18, 2012 #1 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
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
agraham Expert Licensed User Longtime User Mar 18, 2012 #2 That code looks fine and I don't see two dialogs when I replicate that code. Can you post a small project and csv that demonstrate the behaviour?
That code looks fine and I don't see two dialogs when I replicate that code. Can you post a small project and csv that demonstrate the behaviour?