Στείλε μου λεπτομέρειες, (κάπου είχα ένα αντίστοιχο πρόγραμμα, να το βρω όμως μπας και σε ενδιαφέρει)
3 2025-01-18 10:50:37
Topic: Child Forms (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
5 2024-11-21 07:58:20
Topic: Map (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 2024-09-23 15:52:21
Re: Inventory (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 2024-09-02 12:16:11
Re: a question (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)
8 2024-08-11 22:21:10
Re: Does not run Excel evev when is in AUTO selected (9 replies, posted in General)
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?
9 2024-08-10 19:00:19
Re: Does not run Excel evev when is in AUTO selected (9 replies, posted in General)
Thank you sparrow, fyi the link doesn't work. Anyway I will try to uninstall and install it again.
Thank you.
10 2024-08-10 17:17:07
Re: Does not run Excel evev when is in AUTO selected (9 replies, posted in General)
Is there a script to open the tablegrid in excell or better Auto (excel and openoffice) ?
11 2024-08-01 06:39:57
Re: Does not run Excel evev when is in AUTO selected (9 replies, posted in General)
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.
12 2024-07-31 10:24:13
Topic: Does not run Excel evev when is in AUTO selected (9 replies, posted in General)
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 2024-06-02 06:09:50
Re: How to search in script ? (4 replies, posted in General)
Thank you Derek, you have right. I will use the table. I didn't think clear yesterday...
14 2024-06-01 20:23:05
Re: How to search in script ? (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 2024-06-01 18:42:35
Topic: How to search in script ? (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 2024-04-22 12:58:17
Topic: MyVisualBasic Manual in Greek (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
19 2024-02-17 10:40:34
Re: Help please !!!! Pascal Libraries in MVDB (11 replies, posted in General)
Well I will try to understand all those math types. Thanks for your time helping me.
20 2024-02-17 10:07:23
Re: Help please !!!! Pascal Libraries in MVDB (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 2024-02-15 18:11:40
Re: Help please !!!! Pascal Libraries in MVDB (11 replies, posted in General)
Thank you all
22 2024-02-08 22:21:32
Re: Help please !!!! Pascal Libraries in MVDB (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 2024-02-08 20:19:39
Re: Help please !!!! Pascal Libraries in MVDB (11 replies, posted in General)
Any help is welcome!!!!
24 2024-02-07 17:05:32
Topic: Help please !!!! Pascal Libraries in MVDB (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 2024-01-05 11:45:43
Re: Hide the edit property (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