Hi,
I need help with a workflow:
Select a row in TableGrid on Form1.
Click a button to open Form2, add data, and save.
The saved data should then appear in the original TableGrid on Form1.
Could you provide the best way to link these forms and refresh the grid? Also, could you provide simple code examples or the logic to achieve this?
Thanks!
1 2026-06-19 19:51:58
Topic: How to pass data from a secondary form to a TableGrid? (1 replies, posted in General)
2 2026-06-12 22:43:14
Re: New MVD backup (8 replies, posted in General)
Thank you for your contribution. Could you please explain its features? It's a large file size (3GB).
3 2026-03-14 16:26:01
Topic: Looking for a Google Maps/Location Manager project sample (0 replies, posted in General)
Hello,
I want to create an application in My Visual Database to save and search for locations (GPS coordinates) from Google Maps.
Does anyone have a sample project (.mvd) or a simple script that shows how to store coordinates and view them on a map within the app?
Thank you!
4 2025-09-26 10:53:33
Re: height of the rows in the master data (5 replies, posted in Reports)
hi sparrow ..
The problem with my report is there is a gap between the master data and the page footer... I thought maybe I could get rid of it by controlling the height of the master data.
5 2025-09-25 21:54:47
Re: height of the rows in the master data (5 replies, posted in Reports)
Thank you very much Sparrow for your time...Can you explain the first or second idea with a simple example?
6 2025-09-25 10:51:33
Topic: height of the rows in the master data (5 replies, posted in Reports)
Hello everyone.. I have a report and I want to control the height of the rows inside the master data by dialog ..Any ideas?
7 2025-08-01 21:48:14
Re: help with tree view in report (5 replies, posted in Reports)
For example, I have reports...
rp1.fr3
rp2.fr3
rp3.fr3
rp4.fr3
rp5.fr3
I want to include these reports in a tree view
With the addition of a print button .
When you click the button, the selected report is printed from the tree view.
8 2025-08-01 07:43:17
Topic: help with tree view in report (5 replies, posted in Reports)
Hello everyone
I have several separate reports that I want to display within a tree view .
Any ideas? ..thenks
9 2025-05-04 09:42:44
Re: Data counting problem (1 replies, posted in General)
Please watch the script..
procedure frm_new_eng_ComboBox1_OnChange (Sender: TObject);
begin
frm_new_eng.Edit2.Value:=SQLExecute('select count(so_chapiter)from TB_chapiter left outer join TB_engaj on TB_engaj.id_TB_chapiter = TB_chapiter.id WHERE TB_engaj.id_TB_chapiter ='+ frm_new_eng.ComboBox1.sqlValue )+1 ;
end;
10 2025-04-30 13:19:09
Topic: Data counting problem (1 replies, posted in General)
Hello everyone
I need help with my own application so that:
1- I want to count the number of times so_chapiter is repeated each time a new record is added, taking into account the possibility of deletion and modification by the user... This is the first step I want to solve...
Thank you for the help.
11 2025-03-22 17:40:07
Re: Помощь в проекте (3 replies, posted in Russian)
Я надеюсь, что это решение поможет вам
12 2025-03-15 17:29:00
Re: Example Get Value From Google Sheet Public Is Json (3 replies, posted in Script)
Great idea... but can the project be improved?
1- Can the data be displayed in a grid table?
2- Can the data be modified using MVD and automatically modified in Google Sheets?
13 2025-02-27 09:58:11
Re: Calulated field (5 replies, posted in General)
hi K245
Thank you very much for the clarification, I understand.
14 2025-02-26 21:18:45
Re: Calulated field (5 replies, posted in General)
In the report sql when fetching fields it is not acceptable to have a calculated field
15 2025-02-09 14:31:25
Re: Help with automatic numbering (2 replies, posted in General)
I tried to find a solution to the problem but to no avail...could you please take a look at my code and help me if possible?
16 2025-02-07 21:16:24
Topic: Help with automatic numbering (2 replies, posted in General)
Hello everyone
I want help with my attached project
For example
- When it is no_order ==> 2024/01 no_mondat Numbering starts from 1 - 2
no_order ==> 2024/02 no_mondat Numbering starts from 3 - 4
no_order ==> 2025/01 no_mondat Numbering starts from 1 - 2 - 3
no_order ==> 2026/01 no_mondat Numbering starts from 1
etc....
17 2025-02-03 18:23:00
Topic: Calulated field (5 replies, posted in General)
Hello everyone
Can you tell me why the calculated field is not working in
18 2025-02-03 18:05:18
Re: update data in feild (7 replies, posted in General)
Thanks k245
Unfortunately, the data inside the database table is not actually arranged. Is there another way?
19 2025-02-01 18:11:56
Re: update data in feild (7 replies, posted in General)
Hi derek
The purpose of the code is when the user makes a mistake and enters unordered data..the data is arranged when the button is pressed.
20 2025-02-01 06:28:28
Re: update data in feild (7 replies, posted in General)
thanks k245
I want to arrange the data inside the Customers table in the database and not in table grid only ..
21 2025-01-30 10:51:58
Topic: update data in feild (7 replies, posted in General)
Hello friends
I would like to arrange and update the data when a button is clicked so that the data is arranged in the Customers table
22 2025-01-20 15:01:22
Re: FR. Interactive report (1 replies, posted in Reports)
Thank you very much, my teacher. We hope for more of these projects.
23 2025-01-20 14:09:24
Topic: problem in report sql (0 replies, posted in Reports)
Why in case calculated field not working in report sql
24 2025-01-15 14:06:38
Topic: Filter in table grid (1 replies, posted in General)
Hello friends, I want help with how to filter data in one field using multiple inputs.
25 2024-12-28 16:14:59
Re: exporting table data to a text file (5 replies, posted in General)
Thanks Derek...I want to export the data like this. Is that possible?