[Gambas-user] Help me ....... with Gambas2 and SQlite3

2011-08-15 Thread César Augusto Muñoz Palominos
Hello: How I can insert a CSV (comma-separated values) file into Sqlite3 database in Gambas2 program? Thanks Correo explorado por Tixtla McAfee Groupshield 7.0 -- uberSVN's rich system and user administrat

[Gambas-user] write to file question

2011-08-15 Thread wally
Hi, i try to write data to a new file in the following way: Public hFile As File 'because i need to write in a serial_read_event hFile = Open Application.Path &/ "prot.log" For Write Create Write #hFile, Hex$(iByte, 2) hFile.Close Problem is that the filesize is growing during

[Gambas-user] Issue 79 in gambas: Deleting a Menu Item delete all successive items

2011-08-15 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 79 by sot...@gmail.com: Deleting a Menu Item delete all successive items http://code.google.com/p/gambas/issues/detail?id=79 1) Describe the problem. In Menu Editor if yo