Приветствую,


сделал для вас пример.

5,602

(6 replies, posted in Russian)

inter1292
Приложите пожалуйста ваш проект к сообщению (zip файл  без exe и dll)

5,603

(5 replies, posted in Russian)

Вы привели ссылку на документацию другой версии отчетной системы, свойство Anchor отсутствует в используемой версии.

5,604

(12 replies, posted in Reports)

Do you want to see how much discount have each item?

Приветствую,



У SQLite нет каких либо проблем с производительностью, она работает на таком же уровне как и многие другие СУБД.
Если что то начнет тормозить при поиске, можно будет создать индексы.

5,606

(5 replies, posted in Russian)

Да, нижняя таблица не перемещается, к сожалению не знаю как сделать чтобы таблица перемещалась нажатием на Enter, но вы можете переместить вторую таблицу мышкой.

5,607

(5 replies, posted in Russian)

Приветствую,


Попробовал ваш пример, строки перемещаются, устаноавлен Office 2007



Какая у вас версия Office?

5,608

(6 replies, posted in General)

Hello,


Please attach your project (zip file without exe and dll)

Приветствую,


Если вы используете компонент DBImage, то он позволяет сохранить файл в указанное вами место.


Так же вы можете воспользоваться функцией скрипта для сохранения файла из бд
SaveFileFromDatabase

5,610

(9 replies, posted in FAQ)

domebil wrote:

you can add administrator rights and do not?

Please check out this topic
http://myvisualdatabase.com/forum/viewtopic.php?id=1422

5,611

(7 replies, posted in Script)

identity wrote:

I tried it but it does not work . the password is still numbers. is this scrip is for the version  1.45?

Please attach your project (zip file without exe and dll)

5,612

(5 replies, posted in General)

gieri
Yes, you can use checkboxes, comboboxes and dropdowns with multible selections to filter records in a TableGrid, but you can place them on form, not on a TableGrid.

5,613

(5 replies, posted in General)

gieri
Please check your attached image file, may be corrupted.

5,614

(4 replies, posted in SQL queries)

Don't know how to do it using just SQL query, it's will be easy using SQL and some script.

5,615

(5 replies, posted in Script)

Do you mean,  when you change the size of the form to change the size of components?
Then you need to use property Anchors which has each component.


For example, put a TableGrid on form and set property Anchors of TableGrid: Left, Right, Top, Bottom

5,616

(4 replies, posted in SQL queries)

Hello


try this:

SELECT SUM(dattt) FROM data GROUP BY dattt HAVING SUM(dattt) < 5 ORDER BY RANDOM()

where 5 is MAXSUM

5,617

(5 replies, posted in Script)

try this code

procedure Form1_OnShow (Sender: string; Action: string);
begin
     Form1.BorderStyle := bsNone;
     Form1.WindowState := wsMaximized;
end;

5,618

(5 replies, posted in General)

Hello,


Do you want put some check boxes to the TableGrid?
Or where you need to place these check boxes?

5,619

(7 replies, posted in Script)

you can put this code

form1.edit1.passwordchar := '*';

to the last section between begin and end.

begin

end.


final code should be:

begin
form1.edit1.passwordchar := '*';
end.

5,620

(9 replies, posted in General)

Hello.


This problem disappears if restart application?
I remember that there is some bug in the old version related with this error.

5,621

(9 replies, posted in FAQ)

joaobb wrote:

hello to all
i try for the first time MVD is a great tool,
this project login if i delete folder script bypass the password is normal?
i'm in shareware.
thank you sorry.

Hello.


Please download the project (Login.zip) again, I made some change to prevent this.
http://myvisualdatabase.com/forum/misc. … download=1


Thanks.

Добавил таблицу БД "contribution" для взносов
На форме "Добавление_персоны" на вкладке "Взносы" реализовал возможность добавлять взносы
На форме "Основная" на вкладке "Взносы" можете посмотреть все взносы всех участников с возможностью поиска по дате и по участнику.


Проект:

5,623

(5 replies, posted in Script)

Hello,



Set follow properties for form:
BorderStyle = bsNone
WindowState = wsMaximized

5,624

(12 replies, posted in Reports)

I made an example for you:

5,625

(42 replies, posted in Russian)

cold241315 wrote:

Всем доброго времени суток.Ребят есть ли у вас образец базы данных по аренде недвижимости?

Приветствую,


Посмотрите пожалуйста эту.