1

(2 replies, posted in General)

DriveSoft wrote:

I suppose you have main form for login, after login you hide this form, but you should close login form manually using event OnClose from other form.


If you can not fix the problem, please, send me your project to support@drive-software.com

Thank you! Managed to fix it. Found an old post with the same problem.

2

(2 replies, posted in General)

My application seems to get stuck running in the background after exit. What can be the cause?

3

(5 replies, posted in General)

DriveSoft wrote:

Please, download your fixed project:

Thank you! Now I have something to work with smile

How do I implent a login form with different users which have different permissions? Where one user has permissions to edit and delete and other user only can view data?

5

(5 replies, posted in General)

DriveSoft wrote:

I can't see your attached project, please send me your project to support@drive-software.com
with link on this post.


Thanks.

You had time to look at it yet?

6

(5 replies, posted in General)

DriveSoft wrote:

I can't see your attached project, please send me your project to support@drive-software.com
with link on this post.


Thanks.

Mailed it over as a zip

7

(5 replies, posted in General)

Okay, so I'm creating a database for myself to use at work to store my customer specific product information. I want to be able to search a customer, click it and then select at which department/address (if the same customer has more than one department or address) and after choosing address I want to display the products that has been created for that address.

I'm almost there, but quickly concluded that I missed something. So as it is now I have to create a whole new customer to add an address for the same customer, so the same customer but different address, lists as a whole different address.

My combobox with addresses also lists all addresses that I've added and not just the ones that belongs to a specific customer.

I've attached the database as a zip.

Please help me figure it out. (I've translated everything to English from Swedish, that's why buttons are either to short or to long.)

DriveSoft wrote:

Please, use component Memo http://myvisualdatabase.com/help_en/components/memo.png instead TextBox

Ofcourse! Thank you!

Sorry for posting a new topic again, but it had nothing with the former topic to do.

Anyway! I've tried a couple of times to change a text field height to 100 instead of default 21, but as soon as I try to run the application the field is back at 21.

I want a field for notes with multiple lines, is this possible?

10

(8 replies, posted in General)

Thanks for all the answers! I'll go with the %s% option, as I don't know how to write a SQL Query.

How do I configure my search field to be able to list a result with maybe one or two letters entered in the search field?

For example. If I put in just a letter "A" in the search field and press the search button. I want the table to show all names starting with A. As it is now I have to enter the whole name to display it in the search field. Entering just the first letter or perhaps two, result in a blank table.

DriveSoft wrote:

You can use your project for multiple users using LAN network (shared folder)
just place your database file (sqlite.db) in the shared folder, and set up path to the sqlite.db file using settings:
Options > Settings > Database location


also you can using Remote Desktop Connection (LAN and Internet)


It works thank you!

Oh and btw, is it possible to change the application "info" page? Like version and language? And change the application icon to something more suitable?

Is it possible to create a database, where I put my sqlite.dll on a server so that more than one user can access the same data?