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!

2

(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.

3

(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?

Hello everyone.. I have a report and I want to control the height of the rows inside the master data by dialog ..Any ideas?

5

(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.

6

(5 replies, posted in Reports)

Hello everyone
I have several separate reports that I want to display within a tree view .
Any ideas? ..thenks

7

(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;

8

(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.

9

(3 replies, posted in Russian)

Я надеюсь, что это решение поможет вам

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?

11

(5 replies, posted in General)

hi K245
Thank you very much for the clarification, I understand.

12

(5 replies, posted in General)

In the report sql when fetching fields it is not acceptable to have a calculated field

13

(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?

14

(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....

15

(5 replies, posted in General)

Hello everyone
Can you tell me why the calculated field is not working in

16

(7 replies, posted in General)

Thanks k245
Unfortunately, the data inside the database table is not actually arranged. Is there another way?

17

(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.

18

(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 ..

19

(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

20

(1 replies, posted in Reports)

Thank you very much, my teacher. We hope for more of these projects.

21

(0 replies, posted in Reports)

Why in case calculated field not working in report sql

22

(1 replies, posted in General)

Hello friends, I want help with how to filter data in one field using multiple inputs.

23

(5 replies, posted in General)

Thanks Derek...I want to export the data like this. Is that possible?

24

(5 replies, posted in General)

Hello friends, can you provide me with an example of exporting table data to a text file in an organized manner? Thank you

25

(1 replies, posted in Reports)

Hello friends..
Could you please provide me with an example of how to use dialog parametre in Fast Report