1

(2 replies, posted in General)

Στείλε μου λεπτομέρειες, (κάπου είχα ένα αντίστοιχο πρόγραμμα, να το βρω όμως μπας και σε ενδιαφέρει)

2

(2 replies, posted in General)

Ok thanks k245

3

(2 replies, posted in General)

Hi all, I have forgotten how can I have a Main Form and inside of it child forms. See the attached picture
https://ibb.co/h9dN0vf

4

(2 replies, posted in General)

Thank's for your quick response

5

(2 replies, posted in General)

Hi to all, I try to use the map button but it doesn't seems to work. Can someone please show me an example or another "trick" to use in my software a map ?

6

(8 replies, posted in General)

I know about Dmitys project. I was wondering about something more professional .For example , that can add from excel sheet an order so it will add in the inventory new products , or exporting codes from Excel sheets like sending an order.  I have stopped my project because of summer ... any help will be nice. Thank you all

7

(5 replies, posted in General)

Desteny has an excellent example, which is by script . You can do it also by delete the sqlite.db file and the next time when you run your program it will automatically create an empty database file (a new sqlite.db)

Hi sparrow. Thanks for the link.  If I understand correctly it checks if there is a program to execute xls files. Because I can not understand the script can I just copy and paste it or must I modify it?

Thank you sparrow, fyi the link doesn't work. Anyway I will try to uninstall and install it again.
Thank you.

Is there a script to open the tablegrid in excell or better Auto (excel and openoffice) ?

Hi, I tested my program in another pc and works fine. Conclusion..my pc must have some problem... Must find now where!!!
Thank you all.

Hi all,
I got an error "The system cannot find the file specified, ProgID: :Excel.Application" . I don't have installed the MSOffice but I have the LiebreOffice installed, and in the Button I have select AUTO to work with both office suites. Does anyone knows how to solve it ?

13

(4 replies, posted in General)

Thank you Derek, you have right. I will use the table. I didn't think clear yesterday...

14

(4 replies, posted in General)

Can you be a little more specific?

I like to try some than the following script, which by the way is wrong, but I do not know how to write it

if SQLEXECUTE('select id, name, lastname from test where digit like '+Form1.edit1.text+ then form1.edit2.text := lastname);


[if the name is like the edit1 box then in the edit2 box it will get the lastname]


Thank you

15

(4 replies, posted in General)

Pressing the Search button, it should show, according the given name in the name box, the last name in the lastname box. Example when the name is will tha last name must be Smith. See the attached example. thank you.

16

(1 replies, posted in General)

With the help of a translating software you can now download the Help Manual of MyVisualDataBase in the Greek language. I am sure there are some Greek people also here. Maybe you will find some syntax or translate errors, You can download it form http://e.pc.cd/T58y6alK

17

(18 replies, posted in General)

+100%

18

(1 replies, posted in General)

https://i.ibb.co/3N0kSJp/Face-smile-svg.png

19

(11 replies, posted in General)

Well I will try to understand all those math types.  Thanks for your time helping me.

20

(11 replies, posted in General)

do I ask more if I like to get also the moon phases ?? (Age of moon day and the phase of it ?) It is similar the sunset and sunrise but can not understand all the maths . Thank you in advance.

21

(11 replies, posted in General)

Thank you all

22

(11 replies, posted in General)

I would like to include some script from my old softwares in mvdb. Some script like calculation of sunset and sunrise which needs some types from libraries.

23

(11 replies, posted in General)

Any help is welcome!!!!

24

(11 replies, posted in General)

Hi to all,
hope you are all fine. I have a question. How can I input in my software Pascal Libraries like the following ?

  uses
  SysUtils, DateUtils, Math;

25

(2 replies, posted in General)

Hi, if you mean from the print preview using fastReport use the following script::  Form1.frxReport.PreviewOptions.Buttons := pbnoclose;  // hide all buttons    and      Form1.frxReport.PreviewOptions.Buttons := pbPrint+pbLoad+pbSave+pbExport+pbZoom+pbFind+pbOutline+pbPageSetup+pbTools+pbEdit+pbNavigator+pbExportQuick+pbNoClose+pbNoFullScreen+pbNoEmail; // to get all functions back