1

(8 replies, posted in General)

please share project .. i need some guages scripts

2

(3 replies, posted in General)

Great....
can we convert RecordSet data to Dataset Data for reporting in FR3 without using MySQL or SQLite Database?

3

(1 replies, posted in General)

hi MVD Family.
i am retrieving data from MSSQL Server using ADODB. how to print data shown in TGrid??

Happy New Year to MVD Family

openfile('C:\MyBatFile.bat');

6

(2 replies, posted in Reports)

Thanks Derek..
Very Useful for me..

7

(2 replies, posted in Reports)

hello friend. i have store multiple values in database Table(id,Dip_in_CM,Qty_in_Liters)
how can i print values like Uploaded Picture.

you have to set column NOT Null or use a bit of script like

// on show form event Write script 
Form1.Button1.Enable := False;
//on Change Edit1 
if Form1.Edit.Text <> '' then Form1.Button1.Enable := true;

9

(1 replies, posted in Reports)

how to calculate sum of masterdata1 and masterdata2 in reports.

10

(6 replies, posted in SQL queries)

(select sum(Real) from attendancedays where employees.id = attendancedays.id_employees ) as Terlambat

11

(3 replies, posted in SQL queries)

Use MySQL 5.5 Community Edition.... After Install Configure Root password and enable binary path and remove Firewall exception for remote users...

12

(2 replies, posted in General)

thanks for reply...

13

(2 replies, posted in General)

Hi.. Is this Possible to use Native Language in MVD andFastReport

14

(8 replies, posted in General)

I saw that example but difficult to understand because that projects have many guages.. so its hard to understand the logic of drawing guages...

15

(8 replies, posted in General)

How to draw guage like dashboars meter..  using short code..
i need a sample for tank guage to measure volume..

16

(8 replies, posted in General)

thanks Sparrow.. Great example

17

(8 replies, posted in General)

is there any script to create circular progressbar in mvd???

18

(4 replies, posted in Russian)

Here is Script....

Begin
{$MySQL disable_connectdialog}
     Form1.MySQLConnection.Server := 'Localhost';
     Form1.MySQLConnection.Port := 3306;
     Form1.MySQLConnection.Username := 'root';
     Form1.MySQLConnection.Password := 'root';
     Form1.MySQLConnection.Database := 'DatabaseName';

     try
         Form1.MySQLConnection.Connect;
     except

         ShowMessage('Can''t connect to database.');
     end;
end;

19

(3 replies, posted in General)

Hi..if you upload project then i'll try to write a sql query to retrieve your required data and required sorting... but without tables and columns information and stored data it is difficult..

20

(5 replies, posted in General)

Thanks..
Good Example but difficult to implement for me....

21

(5 replies, posted in General)

Thanks...
Can you send script to draw arrow or something like that...

22

(5 replies, posted in General)

can we draw gauges like uploaded picture using MVD?

23

(20 replies, posted in General)

Yes ... I created App Password... You can see Privious post... my gmail account works properly using SMTP Test Tool...

24

(20 replies, posted in General)

tongue Exactly the same thing is happening with me....
10k+ lines written in my program but not usable due to email reports..

25

(20 replies, posted in General)

using Outlook....
works using https://www.gmass.co/smtp-test
but not works using MVD