51

(4 replies, posted in General)

Hi all, I face a problem with my software. I like to print in two pages the memo box. When  the first page is full it should continue in the second page. Please help me if it's possible. In my example, you will understand what I am asking.

52

(2 replies, posted in General)

Thank for the answer

53

(2 replies, posted in General)

A friend of me has lost all the passwords of the user he had. Is there a way to decrypt the password ??? He  uses the Role. And believe me they are over 50 users.

54

(14 replies, posted in General)

Hi, can we create our own Styles...is there a software to do that?

55

(6 replies, posted in General)

That is beautiful. Thank you Derek

56

(6 replies, posted in General)

Hi is there a way to color the Login Form when using the Role, without using the Styles. Just using a simply script ?

57

(8 replies, posted in General)

Form1.Edit1.Text :=ClipboardGet;

58

(8 replies, posted in General)

its better to attache your software

59

(8 replies, posted in General)

I do not understand your question. Give more details

60

(3 replies, posted in General)

Hi. Because I do not understand the language is there a update ???

61

(5 replies, posted in General)

Form1.Edit2.Text := Form1.Edit1.Text ;

62

(2 replies, posted in General)

That is correct, but in case you uncheck the admin box then the system creates the default administrator and password (admin/admin), to avoid it is there a script?

63

(2 replies, posted in General)

Hi all, in my program I use the routine Role to have many users. What I want to do is to get a script, that control to have at least one administrator., of avoiding an error to uncheck or delete the admins.

64

(3 replies, posted in General)

No I read this  Is there another way ? Someone??

65

(3 replies, posted in General)

Hi I try to insert the Map function in a form but it doesn't work. can somone help me?

66

(14 replies, posted in General)

What I mean is if I have only an edit box and not the two currency records. How can it work ???

67

(14 replies, posted in General)

No forgive my English. I like the same procedure, but only if the there is a record in the in the tablegrid. please feel free to modify my attached example

68

(14 replies, posted in General)

Beautiful work. Is there a way to modify it to show in the calendar a sign (like a red underline) when choosin a record  in the tablegrid in α specific date ??

69

(3 replies, posted in General)

We are all waiting for a new version for a very long time. I think 6.5  is this final version as Dmitry is not available. Thanks to the forum MVDB is still alive.

70

(6 replies, posted in General)

Thank's sparrow
it works fin.
Can you please explain to me the code. I really like to understand him.



sparrow wrote:

For current date (month)

Form1.DateTimePicker1.Date := incmonth(Date, 1) - strtoint(FormatDateTime('d', incmonth(Date, 1)));

For any selected year month

Form1.DateTimePicker1.Date := incmonth(Form1.DateTimePicker1.Date, 1) - strtoint(FormatDateTime('d', incmonth(Form1.DateTimePicker1.Date, 1)));

and there will be no problems with the separator
Same for the calendar.

71

(6 replies, posted in General)

how can I set a datetimepicker always the last day of a month?

72

(6 replies, posted in General)

Derek thank's for your help.!!!!!!

73

(6 replies, posted in General)

Thank's Derek.
The ideas coming one by one. In the tablegrid I like to get only the Month And The year and I use the FormatDateTime function but somewhere I fail.
FormatDateTime('mm-yyyyy',start). ???

74

(6 replies, posted in General)

Derek than you.
In case I like to have a color raw when the value is below zero is there a way to do that with some script in the calculated field ?

75

(6 replies, posted in General)

Hi all, How can I find how many days are passed between two dates when I know the start date and  the end date. I like to create a Calculate field in a Tablegrid.
Thank you all