1

(4 replies, posted in General)

Thank you very much smile

2

(4 replies, posted in General)

Hi,How to use MouseWheel envent to scroll the form?

Thank you!

3

(1 replies, posted in General)

Hello.

You can insert scrollbar only in the Form. Set property for form
Sizeable = True
AutoScroll = True


by: DriveSoft
http://myvisualdatabase.com/forum/viewtopic.php?id=3409

4

(1 replies, posted in General)

Hi, is possible to insert scrollbar in the "TabSheet", "Panel", "GroupBox" or "Form"?

Thank you!

5

(1 replies, posted in General)

Hi guys, how to attach many files?

6

(2 replies, posted in General)

Hi, the problem was solved using this method: http://myvisualdatabase.com/forum/viewtopic.php?id=3104
Thank you again!

7

(3 replies, posted in General)

Another question, how to use LEFT JOIN with your example?

Thank you very much Dmitry smile

8

(3 replies, posted in General)

Hi guys, I'm trying to print a report with multi selection from a grid table.
The problem is when I select more then one value the report gets only the last selected value. Any ideia?

begin
    main.TableGrid.Options := main.TableGrid.Options + goMultiSelect;
end.

9

(2 replies, posted in General)

Hi guys, I'm using a combobox to show some values into the table grid. How to report all results using the Report (SQL)?

I tried that example of "PhoneBook" but the report shows only the selected item of the table grid.

Thanks!

10

(2 replies, posted in General)

Thanks! smile

11

(2 replies, posted in General)

Hey guys, how to show confirmation box before to save the form?