You are not logged in.

Search results

Search results 1-3 of 3.

Monday, February 14th 2011, 11:22pm

Author: MystikShadows

jabaco and printers.

I am just wondering how to do about, for example, taking the contents of a text box, and sending it to a printer for a printed output? That or perhaps the contents of a file as well. I'm not sure how to go about doing this. I can't see the equivalent VB Printer object so far. I haven't searched the whole runtime yet however. But if someone made this once already, or know how to do it rather simply, please point me in the right direction.

Tuesday, January 5th 2010, 9:50am

Author: MystikShadows

VBMenuBar menu separator

Hi all, In VB, when you create a menu for a form, you can put a "-" in the text to create a separating line between two menu items. Can this be done in Jabaco? and if so, how? I tried to search here on the forum and in the tutorials and I can't seem to find how to do it. In the example in the following link, the menu in the screen shot has that seperator right after the Save option. http://www.jabaco.org/wiki/VBMenuBar Thank you

Monday, January 4th 2010, 6:04pm

Author: MystikShadows

SQL Creating a complete database in code.

Just wondering how I would go about creating a database, through SQL statements, In Jabaco, or is there a better way to do things? Basically, in VB, I would reference ADOX which would allow me to create database, then create tables for my database, indexes, relationships and the likes. Using ADOX and standard SQL queries such as: CREATE DATABASE <DatabaseName> CREATE TABLE <TableName> (Field Definitions). Etc etc. Thank you

WoltLab Burning Board