please share project .. i need some guages scripts
2 2026-01-13 11:53:30
Re: Fast print w/o FastReport (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 2026-01-08 05:43:19
Topic: Print data From TGrid (1 replies, posted in General)
hi MVD Family.
i am retrieving data from MSSQL Server using ADODB. how to print data shown in TGrid??
4 2025-12-30 05:23:26
Re: Merry Christmas / Joyeux Noël / С Рождеством / Веселого Різдва (9 replies, posted in General)
Happy New Year to MVD Family
5 2025-08-10 04:04:01
Re: bat file script convert mvd code please... (3 replies, posted in General)
openfile('C:\MyBatFile.bat');
6 2025-08-04 03:56:15
Re: multi columns (2 replies, posted in Reports)
Thanks Derek..
Very Useful for me..
7 2025-08-03 14:32:15
Topic: multi columns (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.
8 2025-05-21 04:26:14
Re: Disable new record to save to table before Save button (8 replies, posted in General)
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 2025-02-24 09:44:26
Topic: Calculation (1 replies, posted in Reports)
how to calculate sum of masterdata1 and masterdata2 in reports.
10 2024-10-08 04:22:54
Re: I need script query sum for (Real) (6 replies, posted in SQL queries)
(select sum(Real) from attendancedays where employees.id = attendancedays.id_employees ) as Terlambat11 2024-09-12 05:56:09
Re: use XAMPP to connect MVDB (server) (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...
13 2024-08-11 11:57:44
Topic: Languages (2 replies, posted in General)
Hi.. Is this Possible to use Native Language in MVD andFastReport
14 2024-07-14 08:52:45
Re: Circular Progressbar (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 2024-07-13 18:45:46
Re: Circular Progressbar (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 2024-07-13 07:08:19
Re: Circular Progressbar (8 replies, posted in General)
thanks Sparrow.. Great example
17 2024-07-10 08:04:30
Topic: Circular Progressbar (8 replies, posted in General)
is there any script to create circular progressbar in mvd???
18 2024-07-04 06:47:37
Re: Подключение к MySQL (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;
exceptShowMessage('Can''t connect to database.');
end;
end;
19 2024-06-18 17:42:47
Re: Database SQL Query - Emmanuel Katto (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 2024-06-08 06:59:53
Re: Drawing (5 replies, posted in General)
Thanks..
Good Example but difficult to implement for me....
21 2024-06-07 16:43:52
Re: Drawing (5 replies, posted in General)
Thanks...
Can you send script to draw arrow or something like that...
22 2024-06-06 10:12:01
Topic: Drawing (5 replies, posted in General)
can we draw gauges like uploaded picture using MVD?
23 2024-05-23 18:17:13
Re: Send Mail PDF (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 2024-05-23 13:31:45
Re: Send Mail PDF (20 replies, posted in General)
Exactly the same thing is happening with me....
10k+ lines written in my program but not usable due to email reports..
25 2024-05-23 11:08:04
Re: Send Mail PDF (20 replies, posted in General)
using Outlook....
works using https://www.gmass.co/smtp-test
but not works using MVD