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
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
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
__