Hi, some news for this?
1- By enabling roles and permissions you get an automatic login form. Can the wrong login password message box be translated into another language? Can you replace the default form with a custom one?
Tks.

wow ... it's perfect.
Thanks Ehwagner and Derek you have been precious.

Thanks Derek.

I had already tried this script and it works very well.
The only problem is that the animation goes into freeze while the script is being executed.

Is there a way to keep it going even while the script is running?
Thanks

Hello everyone and thank you for your availability in helping other users.
I would like to ask you three questions:

1- By enabling roles and permissions you get an automatic login form. Can the wrong login password message box be translated into another language? Can you replace the default form with a custom one?

2- I have read several posts about the inclusion of animated gifs, a wonderful feature. Is it possible now to execute the procedures of a script during the execution of the gif?

3- How can I keep the user informed about the progression of a script, for example a script that copies files from one folder to another, providing personalized information on the procedural steps (step1, step2, ... percentage of progression) while running?
Thanks.

30

(10 replies, posted in General)

hi, obviously it was my problem. I updated ... rar and I was able to appreciate the excellent work of gonpublic2k. Thanks for sharing ... I love myvdb.

31

(10 replies, posted in General)

hello and thanks for sharing, but when I download the file a message tells me that the archive is damaged ... is it just my problem?

32

(6 replies, posted in General)

Thank you absolutely perfect.
Great Support Great program Dmitry

33

(6 replies, posted in General)

Thanks Dmitry is perfect.

I wish I could re-enable him to press a button on the form... how can I do?
Thank you

34

(6 replies, posted in General)

hi mvd guru, I added my custom menu to a form. Is it possible to disable a menu item after selecting it? thank you

35

(4 replies, posted in General)

Thanks for the help, it works perfectly and is very professional.

36

(4 replies, posted in General)

Hi myvdb guru, I'm implementing the procedure with tsplitter of the example on a second form.
I inserted a Form, Form0, with a showform action that points to the opening of Form1 which contains the tsplitter procedure;
If I close the form1 and then reopen it, I get a "a component named splitter1 already exist" error message.
How can I resolve this situation?
thank you

37

(1 replies, posted in General)

Hi, I'm analyzing the example of using the treeview control, in particular the example "gantt treeview booking". I would like to know how I can translate the context menu items, "add child record", "add top record" keeping the functionality of the same.
Thank you.

38

(6 replies, posted in General)

Hi,  can I insert a main menu in any form of my application? If so, how can I do it? Tks

39

(10 replies, posted in SQL queries)

Ok, i solved in this way:

procedure.....
var
    s,st1: string;
begin
    s := '%'+Form1.Edit1.Text+'%';

//doppio l'apice

st1:=ReplaceStr(s,'''','''''') ;

//assegno gli apici prima e dopo il testo

s := '''%'+st1+'%''';

    if s <>''  then........

Tks.

40

(10 replies, posted in SQL queries)

thanks JB...i know. My problem is when i digit the char '  in the textbox an error, of course, is generate. How can i, using a script, double the ' char when i press on the keyboard the char '? Tks and sorry for bad english.

41

(10 replies, posted in SQL queries)

hello, I tried to use this script to perform a dynamic search in tablegrid, filtering the data with dbfilter. The problem I can not solve is  when I insert the character  '  in the textbox(for example if I have to try D'orogold) when I insert the ' character generate an error. How can I fix? Thank you.

42

(4 replies, posted in General)

You are number one! Perfect.

43

(4 replies, posted in General)

Hi ,  how can i insert some data to ms word?  Do you've an example pls? Tks.

44

(5 replies, posted in Script)

Great...it's perfect...my form is draggable...thank you.
Riccardo.

45

(5 replies, posted in Script)

I would use a form without borders without default buttons for closing ... from here all right; Now I would like my form is draggable, and that via a button I can reduce it to an icon in the windows bar.
thanks Riccardo

46

(5 replies, posted in Script)

Hi, MVD Guru, how can I iconize the form via script? How can make it draggable by mouse via script? Is possible?
Thanks Riccardo.

47

(1 replies, posted in Script)

Hello, how can I change the header of a MessageDlg or ShowMessage? Can I insert custom icons? Thank You.

48

(1 replies, posted in General)

Hello, there is the possibility to compile a document msword (.dot) with data from a table or query sql?

49

(2 replies, posted in General)

Great..thanks.
Riccardo.

50

(2 replies, posted in General)

hello,
I have a table with two fields, field1: name and field2: Birthdate.
in a tablegrid I would view the list of names with dates of birth in the table.

Setting the query with the wizard of object inspettor in tablegrid Birthdate field is in the format dd / mm / yyyy ... and that's what I want; but by setting the query with sql (sql query action), the result in the field tablegrid Birthdate is in mm / dd / yyyy while I would see it in the format dd / mm / yyyy.
How can I solve it?
Thanks Riccardo.