7,926

(14 replies, posted in Script)

kkalgidim


You need add calc_fix column also in settings of Form1.TableGrid1 for solve problem.


Please, download fixed project here

С помощью скриптов можно реализовать почти все что угодно.
Могли бы вы сделать проект с необходимым интерфейсом, чтобы было ясно, как бы вы хотели, чтобы это выглядело.
После чего отправьте пожалуйста проект на support@drive-software.com
постараюсь помочь.

7,928

(14 replies, posted in Script)

kkalgidim
It's not your mistake, you are found a bug.
Please, download latest beta version 1,49 here:
https://www.dropbox.com/s/bsk683d3yf6jv … 9.zip?dl=0



also, after the line:

Form1.TableGrid1.dbFilter:='gorev.id_personel='+IntToStr(idUser); // show tasks according to user

Insert the line:

Form1.TableGrid1.dbUpdate;

Then open your project in the latest version and run for bug fix.

7,929

(14 replies, posted in Script)

kkalgidim
Sorry for delay. Please attach your latest version of project.
I'll try to help you.


Thanks.

7,930

(24 replies, posted in General)

casedemarcat
DateTimePicker have property Filter, where you can select type of filter.


I added in your project two DateTimePickers for searching between Date1 and Date2

7,931

(11 replies, posted in Russian)

taurskiy
Тогда это можно реализовать с помощью кнопки с действием SQL запрос

7,932

(24 replies, posted in General)

casedemarcat
I sent you an email information about payment.

7,933

(24 replies, posted in General)

casedemarcat
Do you want to buy a license for My Visual Database, using money gram or WesternUnion?

7,934

(1 replies, posted in Russian)

Честно говоря не знаю, что ответить, пожалуйста опишите ваш вопрос на конкретном примере.

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


С помощью скриптов, на форме можете произвести любые расчеты, можете рассказать более подробной о необходимом расчете, постараюсь сделать для вас пример.

7,936

(2 replies, posted in General)

In the current version is not support, but planed.

7,937

(24 replies, posted in General)

casedemarcat
I added button "Print selected record"
No need to use SQL for create report, instead, I used the button with the action "Report"



Second question, I have a combo box manufacturer, that would tie some device models, devices that have a unique identification number and a date. How can I do that.

what exactly is your question?



I'm interested if you can pay by money gram or western I have an account in dollars.

You want me to pay you money? )

7,938

(11 replies, posted in Russian)

Указывать все размеры не нужно, только те, которые необходимо изменить.


Новые координаты можно указать в любом месте скрипта.

7,939

(187 replies, posted in General)

tcoton
You can do it using a script, example for you:

7,940

(4 replies, posted in Russian)

Одинаково )

7,941

(4 replies, posted in Russian)

and в данном случае не нужен
можно так

if s= '0' then
begin
  frmStart.Button1.Visible := False;
  frmStart.Image1.Visible := False;
end;

или даже так

frmStart.Button1.Visible := not (s= '0'); 
frmStart.Image1.Visible := not (s= '0'); 

подробней об операторе if
http://thedelphi.ru/les/les3.php
http://www.delphisources.ru/pages/faq/f … f.php.html

для возврата цвета кнопки лучше использовать событие OnMouseUp вместо OnAfterClick

7,943

(27 replies, posted in Russian)

vasitishe10
Да, нужно будет всего лишь ввести ключ снова, если вы его потеряете, можете написать на support@drive-software.com и восстановить его.

7,944

(24 replies, posted in General)

casedemarcat
I made report for you (button "Print All 2")
and fixed some other errors.


But I don't understand your second question.


Fixed project attached.

7,945

(27 replies, posted in Russian)

atempbox
Само собой, данная часть проекта также будет доработано со временем )

7,946

(3 replies, posted in Talks about all)

There are no licensing restrictions on the number of users for aplication created by MyVisualDatabase.


MyVisualDatabase not required for client.
The result of your work will be a Windows application that does not require installation and third-party components.

Holding button Ctrl, left click on cell, to copy its contents.

7,948

(6 replies, posted in Russian)

Вся правда о нормализации баз данных
https://www.youtube.com/watch?v=1GWx5CZdSCg

7,949

(14 replies, posted in Script)

kkalgidim

I made for you a simple example:

Да, сразу же за  frmLogin.Hide

frmLogin.Hide;
frmStart.Show;