26

(2 replies, posted in General)

Thank you for the reply.

I used MVD's Copy and Delete string functions and solved my issue.
It would be nice to include in MVD more Delphi functions to manipulate string or numbers.

Than you

27

(16 replies, posted in General)

Make a button that will not be visible.
Use script to click it.
Setup the button to run a report from mvd side panel.
In this setup you can select to quick print with no preview.

George

28

(2 replies, posted in General)

Hi does MVD support the LastDelimiter function?
I have a string that I want to search to find the last occurance of the symbol '/'. How can I do this?

I am using this  position := LastDelimiter('/', arrStr[5]);    but I get error.

Thank you
George

29

(4 replies, posted in General)

Is there a place were we can find documentation on these functions? MVD has the systax but no explanation.

30

(8 replies, posted in General)

Does anyone have anything new on this.
Under windows 10 it does not work.
The browser window is not trasfered to Form1.

Thank you

31

(10 replies, posted in General)

Is there a way to run an external program just as getshot.exe above inside an mvd window?

I managed to solve my problem with a timer that checks if a picture has been taken and then loads it into the record. As long as the record window is open it automatically captures any pictures taken with getshot.exe.

Thank you all,
George

32

(4 replies, posted in General)

Thank you,

So easy........It makes us feel stupid but we are not all professional programmers!

Thank you
George

33

(4 replies, posted in General)

Hi to all,

Is there a list of commands that can be used in MVDB to act on files or their properties? For example their is the Openfile command. What other commands exist?

For example how can these commands be included in MVDB : https://www.freepascal.org/docs-html/rt … tines.html

Thank you,
George

34

(10 replies, posted in General)

ehwagner is there a way to automate the loading of the picture taken directly in the record?

At the moment you press the button in Getshots form to take the picture and then you press the Load Img button on the record form to load this picture. Can we do it with 1 click only?

Is Getshot written in MVDB? We could get some nice functionality out of it if we had the source code.

Thanks again,
George

35

(10 replies, posted in General)

Hi

ehwagner THANK YOU.
This is  exactly what I needed. You do not know how much you have helped me.
This forum is the best place to find solutions for our beloved MVDB!

Best  regards
George

36

(10 replies, posted in General)

Hi again,

ehwagner posted a solution that i did not check correctly. I wll review his solution ans post back.

37

(10 replies, posted in General)

Has anyone tried this solution https://winsoft.sk/fcamera.htm ?

Can it be included in a mvdb project?

Thanks

38

(10 replies, posted in General)

Yes this an example of a preview after the picture is taken.

We need a preview before a picture is taken so that the user will be able to point the camera at the right direction to get the shot.

Any other suggestions?

Thank you

39

(15 replies, posted in Script)

Has someone figured out how to make a preview windows with a capture picture button?

If this is possible it would greatly elevate myvisualdatabase as a development environment for applications that require people to input pictures in their databases such as logistics or wharehousing.

Dimitri please reply if you can.

Best regards
George

40

(10 replies, posted in General)

Thanks for the reply.

The functionality of your script is not suitable for my case.

When someone clicks the button to take a picture a preview windows should open so that the user can aim at what he wants to shoot at. In this windows a capture button would be pressed to acquire the picture. That is what I need.
Can this be accomplished with getshot.exe? What is the syntax for getshot.exe?

Thank you
George

41

(10 replies, posted in General)

Hi

I want to create a simple database where a field will be a photo.
I want to be able to click on a button next to this field and open the camera of the device I am using to take a picture.
The picture will be saved in the photo field. I do not wish to store a picture saved on the head before. I want to take a new picture at that time with the devices camera.

How can this be done?

42

(1 replies, posted in General)

Hi

I have created an application with user access. I have an Admin user that logs into the app with admin rights.
I havent used my app for a few months and I forgot the Admins login password.
How can I reset the password?

Thank you

43

(1 replies, posted in Reports)

Ok I have found the solution.
The button report setup has an option for 'Quick print'. This is the option for direct printing.

Thank you all.

44

(1 replies, posted in Reports)

Hi

I have a button to print a report.
When I press the button I get a dialog box from windows to choose some print parameters (printer,number of copies etc) . I have already assigned a printer for the report.
How can I get a direct printing of the report without any dialogue windows appearing?
You can see the windows opening in the attached picture.

Thank you
Georger

45

(2 replies, posted in FAQ)

Hi

I am trying your program but it seems not to be working.
Can you please check it.

I wish to map a keyboard key such as F8 or Ctrl+A to open a form to add data.

Thank you

46

(5 replies, posted in General)

Ok I found it.
Had to change the Linkfile to StoreFile.

Thank you for your help.

47

(5 replies, posted in General)

Is there a way to show the images in the tablegrid1 in the frmEmployee  in your example?

Thank you

48

(5 replies, posted in General)

Thank you.

Your example app was what I needed.

Thanks again.
George

49

(9 replies, posted in Script)

Thnak you for your reply.

I did not mention that f1 is not a unique field. It is not a primary key.
One way is to include a field that is unique and then execute the statement above and reffering the WHERE clause to this field .

The question was (better stated): how can i edit and update the fields of a record when the table does not have a primary key?

Can I request from the database to give me the record id for the record I am editing? If yes then can I use this reply to issue an sql update statement for the same record?

Thanks again
George

50

(2 replies, posted in Script)

Thank you Derek.

That is what I was searching for. Instead of the search button I will run the code in the form show event.

Thank you for your help.
It is very nice to get answers to questions concerning MVD.