6,026

(21 replies, posted in Reports)

abouyahya527911 wrote:
DriveSoft wrote:

I checked again, works for me.

try to select different date and press print its the same date as the first time

Thanks, I have made small change, please download the example again.

6,027

(6 replies, posted in General)

BiDiMode don't have values like true or false, please attach screenshot and project.

6,028

(21 replies, posted in Reports)

I checked again, works for me.

6,029

(11 replies, posted in Script)

DefaultIndex works when you create new record.

6,030

(1 replies, posted in General)

There is no such possibility.

6,031

(28 replies, posted in General)

tcoton wrote:

I have not tried yet but honestly if there is a risk, I do not want to trigger an alert of such kind. I will try to see if I can get an isolated virtual machine to test it.

you can check here:
https://www.virustotal.com/

6,032

(1 replies, posted in Russian)

попробуйте так

procedure Form2_OnShow (Sender: string; Action: string);
begin
    if Action = 'NewRecord' then
    begin
        Form2.Edit1.Text := SQLExecute ('SELECT deposit FROM Centre WHERE id = ' + IntToStr(Form14.TableGrid1.dbItemID) );
        Form2.ComboBox12.dbItemID := SQLExecute ('SELECT IFNULL(id_broker, -1)FROM Centre WHERE id = ' + IntToStr(Form14.TableGrid1.dbItemID) );
        if  SQLExecute ('SELECT Real FROM Centre WHERE id = ' + IntToStr(Form14.TableGrid1.dbItemID) ) = '1' then
        Form2.CheckBox5.Checked := True else Form2.CheckBox5.Checked:= False;
    end;
end;

6,033

(11 replies, posted in Script)

ComboBox have property:
DefaultIndex - Number of entries (not id) in the list selected by default. If 0, the default entry is not selected.

6,034

(28 replies, posted in General)

tcoton
MCAfee also detect some virus?

6,035

(54 replies, posted in Russian)

Здравствуйте,


Приложите пожалуйста ваш проект (zip файл без exe и dll) с описанием, на какой форме расположен данный компонент, для которого необходим фильтр.

6,036

(187 replies, posted in General)

mathmathou
Thanks for the suggestions.

6,037

(28 replies, posted in General)

jean.brezhonek
I have Avast and sometimes also get this message about virus.
It's false positive, unfortunately I can't  fix it. Usually after a while the problem disappears.

6,038

(4 replies, posted in General)

Hello,


You can't just copy event procedure, here you can find info, how to create events for components:
http://myvisualdatabase.com/help_en/scr … rview.html



Thanks.

6,039

(4 replies, posted in General)

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

6,040

(6 replies, posted in General)

You can delete calculated field from the project, not using in the project.

6,041

(187 replies, posted in General)

But cursor may stand inside another procedure.

6,042

(6 replies, posted in General)

PopulateComboBox is just name of procedure, you can rename it to any name, you can write any procedures and then call them from event or even from others procedures.

6,043

(28 replies, posted in General)

mathmathou
Thank you for the bug report, please download again beta version for testing.

6,044

(6 replies, posted in General)

Please check out this project:

6,045

(2 replies, posted in Russian)

попробуйте так

SQLExecute ('INSERT INTO Osi (Osi.id_Object, Osi.osName) Values ('+os.ComboBox1.sqlValue+','+os.Edit1.sqlValue+')');

6,046

(4 replies, posted in Russian)

в  таблице БД создайте поле с  типом "Целое число", в нем и будет содержаться числовое значение балла.

6,047

(4 replies, posted in Russian)

Здравствуйте,


Вам необходимо создать таблицу в БД для данного ComboBox-а и в эту таблицу БД вы внесете все необходимые значение, которые должны быть видны в ComboBox

nikolai_nn wrote:

благодаря Дмитрий,но в последния проект,който ми предлагате  няма как да се направи превод на Български,а във предишния ( Пропись_fixet) може,но не знам как да го направя да работи с десетични числа.

немного исправил проект Пропись_fixed, скачайте его снова, теперь он работает и с десятичными числами

VAV wrote:

Подскажите почему скрипт перестает работать при смене имени формы

Отправьте пожалуйста ваш проект на support@drive-software.com
посмотрю в чем дело.

6,050

(2 replies, posted in Russian)

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


у данного компонента есть свойство Sort, установите его значение True (в инспекторе объектов)