1

(4 replies, posted in General)

Hi Derek,


Thank you very much........
RTF and memo had a different use scenarios. They needed a different tables (imho) to store different phrases to avoid misuse of phrases.
Due to formatting issue on RTF as you have pointed out, I'll have to think of a different solution.
Once again thanks a lot for your kind help....

2

(4 replies, posted in General)

Hi k245,
First of all, thank you very much for your help.........


I think I failed to explain properly what I was trying to do, for this please accept my apologies.
I like to insert more than one combo item at a cursor point on a empty or with a text memo / rtf, where needed.

3

(4 replies, posted in General)

Hi All,
I was trying to insert combobox item (in this case text) into memo and rtf fields but couldn't do it.
Any help would be appreciated.


Please see the attached sample project:
.

4

(9 replies, posted in General)

Hi Sparrow,
Perhaps there is a misunderstanding originating from my end.
I was trying to have text and sound alerts for a reminder/task.
Please ignore what I have done and do it your way, that's off course if you have the time.

5

(9 replies, posted in General)

Hi Sparrow,
Sound and text alerts should be triggered on task/reminder specified due date and due time. It'd need both due date and due time.
Text only alerts useful when sound not needed, However, text alert also will be useful with sound alert, in order to show what the sound alert is about.

6

(9 replies, posted in General)

Hi Sparrow,
I truly appreciate your kind effort of help.
Currently, I get sound and text pop up alert at the same time (only play sound checkbox checked) just after saving the record, ignoring the alert time set.

7

(9 replies, posted in General)

Hi Sparrow,
Thank you for the reply. I still couldn't get alerts working tho... Could you please apply to the project posted, if possible...


Hi Derek,
Thank you for the useful approach... You can always add new features / change existing ones If and when you have the time.

8

(9 replies, posted in General)

Hi All,


I'm trying to build a simple task/reminder utility for personal use. Using the Form1 for date and time display in order to occupy minimal screen space. Unfortunately, I couldn't get alerts (text and sound) working?


Please see the attached project:

9

(3 replies, posted in General)

Hi Derek,
Hi Sparrow,


Thank you very much guys.....
Truly appreciated.........

10

(3 replies, posted in General)

Hi All,


How to get compiled MVD app displayed always on top with the use of checkbox? Checkbox used for switching on top state is on or off.

11

(7 replies, posted in General)

Hi Derek,

Thanks for your reply. I'll try to use relative linking.
I'm truly grateful for your kind help........

12

(7 replies, posted in General)

Hi Derek,


Thanks for posting useful little utility.
At my end it says "This page can’t be displayed"
Is it my OS as I'm using Win 7

13

(1 replies, posted in General)

I was wandering if there is a way to link (hyperlink) a word in RTF editor to a tree node?

14

(10 replies, posted in General)

Hi Sparrow,


Great stuff.... Truly appreciated.........

15

(10 replies, posted in General)

Hi Sparrow,


Thank you very much for your help....


It's shame that we cannot add both top and child records (nodes) on the same form "frmItemTree"


Tried the following for adding Top node on the same form with an another button. It adds top node but not displaying the newly added top node name on the tree.

procedure Form1_Button1_OnClick (Sender: TObject; var Cancel: boolean);
begin
Form1.TreeView1.dbPopupMenu.Items[1].Click;
end;

16

(10 replies, posted in General)

pavlenko.vladimir.v wrote:

..

Thanks a lot but I couldn't get it working.


What I like to do is to add top or child node on the form "frmItemTree" with the help of checkboxes.

17

(10 replies, posted in General)

Hi all,


How can I add a child node to selected parent using Add button on a form beside right-click pop menu?


Please see the attached sample project.

18

(10 replies, posted in General)

Hi Sparrow,
Once again, thank you very much...............

19

(10 replies, posted in General)

sparrow wrote:

Your question about duplication "I wanted to duplicate tablegrid on frmPwGen to frmPwSets..." is not entirely clear.
For the second question, create a button with the SEARCH function. Fill in the fields according to the questions. Enter the name of this button in the incremental search in the table on the left.

Hi Sparrow,
My one cell brain failed to see the forest for the trees.
Thank you very much for your kind help....
I think it works now as I wanted.

20

(10 replies, posted in General)

v_pozidis wrote:

I think that the Random command must  to be like this  Random(some number)


That's worked... Thank you very much v_pozidis.......
--------------------------------------------------------------------------

Now the issue 2 remains.
I wanted to duplicate tablegrid on frmPwGen to frmPwSets which couldn't.
Browsing password sets on frmPwSets tablegrid by onCellClick and onKeyUp on password sets tablegrid.

21

(10 replies, posted in General)

pavlenko.vladimir.v wrote:
AD1408 wrote:

Sometime ago with the help and Dmitry and community members the attached below password generator was developed.


1. It doesn't compile with MVD v6.5. Error line 143 is marked on script page.


2. I wanted to duplicate table grid on frmPwGen to frmPwSets which couldn't.


help to solve issues above would be appreciated...

indx := Trunc(random * Array_Length);  // causing an error when compiled with MVD v6.5

random ???

no idea
error info says: Not enough parameters

22

(10 replies, posted in General)

Sometime ago with the help and Dmitry and community members the attached below password generator was developed.


1. It doesn't compile with MVD v6.5. Error line 143 is marked on script page.


2. I wanted to duplicate table grid on frmPwGen to frmPwSets which couldn't.


help to solve issues above would be appreciated...

23

(1 replies, posted in General)

Love it.... Thank you very much..........

24

(2 replies, posted in General)

Hi Sparrow,


Great stuff...
Thank you very much for sharing your experiences including source with us.....
Very valuable, at least for me...

25

(1 replies, posted in General)

Hello to all,
Is it possible to specify hyperlink color on RTF editor? If so how?