1

(4 replies, posted in General)

About many list index out of bound(#) ... .... ... , errors

Any ideas ?

Regards,

Pierredperreault

2

(4 replies, posted in General)

Hello, I was wondering if it was possible to have the details of the history of MVD versions from 6.0b to 6.5.
I made an application that works fine with version 6.0b and lower.
I noticed some change (new) for tablegrid properties RowVisible . Combobox properties dbFilter 1 = 1 Order By cptno asc no longer works. I have other errors (many list index out of bound(), etc)...that I don't understand. This is why I would like to know what to change in order to be able to make the correction.

Thank you

3

(2 replies, posted in General)

Great job Derek !!

Regards,

4

(2 replies, posted in General)

Hi, I need a script to edit in  col 1 (has date data) in all selected row  in  batch with the new date selected for all col 1

Regards,

5

(4 replies, posted in General)

I added other option to call, but I got error !!!

Few are ok other produce the following errors


Not enough actual parameters a position 199:23 BEFORE '('   just after OnShow

procedure frmreports_CheckBox1_OnClick (Sender: TObject);
begin
     if ((frmreports.CheckBox1.Checked = true ) or  (frmreports.CheckBox1.Checked = false )) then frmreports.Button1.Click;
     frmreports_OnShow(nil, '');    //  Bug ???          frmdons_Onshow(nil, ''); ok in other procedure ?
     //frmreports_TableGrid1_OnCellDoubleClick(nil, ''); //  Bug  too ???
end;

Regards

6

(4 replies, posted in General)

Thanks

Regards,
С уважением


Спасибо

Pierre P.

7

(4 replies, posted in General)

Hi,

I have a button1 on form1. When I click on button1 on form1, I want to call procedure procedure form2_OnClose

I can probaly copy code from procedure procedure form2_OnClose but i want to know if I can call any procedure ?

Regards,
С уважением


Спасибо

Pierre P.

8

(1 replies, posted in Reports)

Hi,

Is it possible to lock (read  Only) some reports file(*.FR3).

My goal is to have template report file can not be modified.
The user can create a copy with different name and create a new report from  the original

Regards,
спасибо

Pierre Perreault
Canada

9

(4 replies, posted in General)

Thanks,

Спасибо

10

(4 replies, posted in General)

Ok for one level

I want with another level like

Item1(level 1) / subItem1 (level 2)
Item2(level 1) / subItem2 (level 2)
Regards,



Хорошо для одного уровня

Я хочу с другим уровнем, как

Item1 (уровень 1) / subItem1 (уровень 2)
Item2 (уровень 1) / subItem2 (уровень 2)

С Уважением,

Pierre Perreault

11

(4 replies, posted in General)

Hi,

Is it possible to add submenu in popmenu (tablegrid) ?

Regards, С уважением

Pierre Perreault
QC, Canada

12

(2 replies, posted in SQL queries)

Great !!!

Regards,

13

(2 replies, posted in SQL queries)

Button ACTION SQL Query


select id,Prénom,nom,strftime('%m-%d',birthdate)
                                                                                                         
FROM Donnateurs   
                                                         
where  date(birthdate) >= Date({datetimepicker1})
  and  date(birthdate) <=  Date({datetimepicker2})

OK for year, month, day

I need an example how to filter by ONLY month , day (result in tablegrid)

Regards,

14

(1 replies, posted in General)

Hi,

Is it possible to edit data in columns with combobox tool ?

Just click on cell and combobox selection to change data in cell

Regards,

Pierre P

15

(2 replies, posted in General)

Ok

If the name have character like é , FileExists function does not detect the file. I rename the file name.
Ok now smile and smile

Regards,

Pierre P.

16

(2 replies, posted in General)

Function FileExists does not detect file exist, always File not  exists !!!

procedure frmMain_Button2_OnClick (Sender: TObject; var Cancel: boolean);
begin
    if FileExists('C:\Users\1.txt') then ShowMessage('FileExists') else ShowMessage('File not exists');
end;

Regards,

Pierre P

17

(7 replies, posted in General)

OK, was my mistake

I  wrote where  date(Date) >= ({dtDate}) !!! missing Date in front of ({dtDate})

where  date(Date) >= date({dtDate}) OK

Great job Dmitry.

Sorry ,

извините

MVD is very great compiler !!! MVD очень большой компилятор

PierreP

18

(7 replies, posted in General)

Hi,

I try but still the same problem


Pierre P

Regards,  спасибо

19

(7 replies, posted in General)

Hi,

Version 4.6 & 4.7 seem to have a bug with SQL query on date filter.

In your example invoice you can test it

If you try this SQL query in the button search instead of search 'function' the following code is not function correctly



select Date,lastname,firstname
                                                                       
FROM clients                                                             
where  date(Date) >= {dtDate}


If you press the button search on form1 & the date is 2018-09-18 checked on datepicker the data with the date = 2018-09-18 is NOT Show.
If we set date for 2018-09-17, we can see data .

Version MVD 4.5 was OK

Regards,  спасибо

Pierre P

20

(7 replies, posted in General)

Hi,

Can I get the new features from version 4.6 & the 4.7 beta

Regards, спасибо

Pierre P

21

(4 replies, posted in General)

Hi,

I have windows 10 & It is not possible to change the font colour in a CheckBox !!

I have the version 4.5 MVD

Regards,

Pierre Perreault

спасибо Dimitry,

Perfect job,


When version 4.6 will be release

Regards,

Pierre P
Canada

спасибо Dimitry,

Take that example

In folder c:\Test\, I have many PDF files.

& in the folder c:\Test\Nivel2\, I have others PDF files.

I want to delete ONLY in directory c:\Test\, *.PDF files    BUT NO in other subdirectory like  c:\Test\Nivel2\ *.PDF

I want to deleted All when I press on button (automaticly)

Regards,

Pierre P

спасибо, Thank you, Merci

Pierre P.

Do you have an example to  delete files matching pattern within only one directory. If possible the matching pattern exist in other directory like
d:\folder' & d:\folder\Test. But I want delete only in directory folder.

pattern like *.PDF

Regards,

Pierre Perreault, Canada

MVD is a great developement system !!!!