26

(11 replies, posted in General)

k245 wrote:

An implementation is missing for an assertion, and a few right key words are missing for a request for help.


I want the program to make a backup copy of the databases and sync them to my Google Drive account

27

(11 replies, posted in General)

Take a backup copy
And upload it to Google Drive

28

(2 replies, posted in General)

derek wrote:

Hi,
You don't appear to have configured the 'export to Excel' button (see screenshot).
Derek.


Thank you very much
Yes it works

29

(2 replies, posted in General)

Welcome
How can I extract table data into an excel file?

If I search and search data appears to me, I want to extract this data in an excel file

And when I'm not doing the research, I want to extract all the data in the table into an Excel file


I want to add the total prices below the table

30

(1 replies, posted in General)

I'm trying to make the program support sending a message to a client via WhatsApp Web
I want a code that goes directly to the customer's page with their registered number and copies the message in the message box

31

(2 replies, posted in General)

sparrow wrote:

First, enter the Report-Designer mode.
In FastScript, select Report and in its PrintOptions properties, select the printer that you need.
Save changes.
Return the Print mode for the Report.


But with the automatic printing problem.


This method works for my current device,
But when giving the program to more than one client with different types of printers, does it work? - I wanted if there was a script that could be written to specify the printing and saving sources

32

(2 replies, posted in General)

I use two types of printers, and when printing, I have to select the printer each time I print
Is it possible to make settings through which I choose each type of printer only once and when I give a print command it prints automatically

33

(8 replies, posted in General)

derek wrote:

It's not something you need to check for.
If MVD detects that there is no user with 'administrative privileges' (for example, if such a user has been deleted), then it automatically re-creates one.
You can try it to check it out how it works.
Derek.


You are on the right, the program puts the default settings admin / admin

34

(8 replies, posted in General)

derek wrote:

The 'menu bar' always appears on the first form in MVD.
So if you change the first form from 'Form1' to 'xxx' then you need to alter the script accordingly (ie replace 'form1.mniusers.click' with 'xxx.mniusers.click' etc etc).
Derek.



Work completed successfully

Is it possible to make the primary admin field accept modification, but it does not accept deletion, because when it is deleted with users with specific powers, no users can be added

35

(8 replies, posted in General)

derek wrote:

I suggest using buttons to replicate the actions of the top (menu) bar instead of writing your own form - it's a lot more straightforward.
In the attachment, user 'admin' see buttons to 'maintain users' and 'change password' but user 'derek' only sees the 'change password' button.
The passwords are the same as the user IDs.
Derek.



This is an excellent solution, thank you for your help
But I have another request, when trying to make form 1 appear through another form, it gives me an error, how can it be corrected

36

(8 replies, posted in General)

There is nothing wrong with using the mvd, but you can add it inside the form instead of the top bar

37

(8 replies, posted in General)

I am creating a form for users, but I am facing a problem with the password. Attached is a project for clarification

38

(9 replies, posted in General)

Is there a solution to make the schedules do an automatic refresh, because when sharing the program, a manual refresh must be done to show the updates

39

(9 replies, posted in General)

Thank you very much
Everything now works fine

40

(9 replies, posted in General)

Can you apply this to the attached program and re-upload it again, please

41

(9 replies, posted in General)

this code not work any way to play code

42

(9 replies, posted in General)

sparrow wrote:
begin
//  add.frxReport.PreviewOptions.Buttons := pbnoclose;  // hide all buttons

//  add.frxReport.PreviewOptions.Buttons := pbzoom; // show only zoom and close buttons
end.


Thank you Could you apply it inside the attachment

43

(9 replies, posted in General)

When previewing the report before printing, a bar appears at the top that I want to hide

I use the program via sharing in the internal network, but when saving the data in the first device, it is not displayed in the second device, except after pressing the search button. Is there a way to make an automatic update?

44

(6 replies, posted in General)

derek wrote:

Hi,
Try it like this (see attached).
I would mention that entering a pattern code using buttons that you have to click on is much slower than simply entering the number using the keyboard - I'm not sure your users will thank you for it.
Derek.


Thanks a lot, now it works fine

45

(1 replies, posted in General)

How do I learn to write a script and what is the name of the programming language in writing the script in my visual database

46

(6 replies, posted in General)

derek wrote:

See attached.


Thank you very much for helping me

A file has been attached to the idea I want to present

47

(6 replies, posted in General)

derek wrote:

Hi,
Perhaps try something like this (see attached).
Derek.




thank you so much
How can the output be saved in a table?
Because he writes on a button

Is it possible to make the choice interactive like phones

48

(6 replies, posted in General)

Hi friends
I have an idea but don't know how to implement it

The idea is to make a phone lock pattern. When the pattern is drawn, the numbers corresponding to it are automatically written into the text box.

49

(2 replies, posted in General)

When I run the program on my computer it works fine
But when I play it on another device, it does not appear completely as in the picture

Is there a way to make it work normally on all devices despite the difference in device resolution

50

(4 replies, posted in General)

derek wrote:

Hi,
You could try something like this (see attached).
Derek.



Yes

Thank you very much