Re: [Gambas-user] Issue 446 in gambas: Select statement returns no data

2013-06-25 Thread paulwheeler
Thank you, That worked. However, when I uncommented the tvwInventory load code a few lines down, I now get a "Bad Row Index" message. Not sure how tvwInventory[iCounter, 0].Text with iCounter equal to 0 can be a bad row, but that is what it says! I took the exact same code from another secti

Re: [Gambas-user] Issue 446 in gambas: Select statement returns no data

2013-06-25 Thread gambas
Comment #1 on issue 446 by ea7...@gmail.com: Select statement returns no data http://code.google.com/p/gambas/issues/detail?id=446 I think you have to get rid of single quotes in the nested query. Try this as: Select * From Inventory Where InventoryId In (Select InventoryId From Topics2Inv

[Gambas-user] Issue 446 in gambas: Select statement returns no data

2013-06-25 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 446 by bugcatch...@gmail.com: Select statement returns no data http://code.google.com/p/gambas/issues/detail?id=446 1) Describe the problem. I have written this query, but

[Gambas-user] Help binding to /dev/usbtmc0?

2013-06-25 Thread dr.diesel
Hello all, I'm trying to communicate to a Rigol spectrum analyzer, which is routed to /dev/usbtmc0 once connected via USB. You can easily echo and cat serial commands to usbtmc0 but I'd prefer to use a socket of some sort, any suggestions on how to do this via gambas? usbtmc0 has no port speed o

[Gambas-user] 16 \ 2 ^ 3 = ...Type mismatich error....

2013-06-25 Thread Ru Vuott
Hello, why, if writing: Print 16 \ 2 ^ 3 I obtain the error: "Type mismatich: wanted Integer, got Float instead" ? Thanks vuott -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf