Re: [Gambas-user] Issue 587 in gambas: If DateBox1.Value And DateBox2.Value Then Error

2014-12-03 Thread gambas
Updates: Status: WontFix Comment #2 on issue 587 by benoit.m...@gmail.com: If DateBox1.Value And DateBox2.Value Then Error https://code.google.com/p/gambas/issues/detail?id=587 And is a boolean operator, not a logical operator. Use AND IF for that, and read the documentation about AND

Re: [Gambas-user] Issue 587 in gambas: If DateBox1.Value And DateBox2.Value Then Error

2014-12-02 Thread gambas
Comment #1 on issue 587 by isaf...@gmail.com: If DateBox1.Value And DateBox2.Value Then Error https://code.google.com/p/gambas/issues/detail?id=587 Attached a project file Attachments: test.tar.gz 4.5 KB -- You received this message because this project is configured to send all i

[Gambas-user] Issue 587 in gambas: If DateBox1.Value And DateBox2.Value Then Error

2014-12-02 Thread gambas
Status: New Owner: Labels: Version-3.6.2 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 587 by isaf...@gmail.com: If DateBox1.Value And DateBox2.Value Then Error https://code.google.com/p/gambas/issues/detail?id=587 __