76

(3 replies, posted in General)

Hello MVD

Is it possible the ALPHA BLEND in PANEL or OPACITY COLOR of a PANEL?

Thanks!

77

(2 replies, posted in General)

Hello MVD!.


Thanks a Lot sir! You are great!

78

(2 replies, posted in General)

Hello MVD

How to encrypt sqlite or set a password?

Thanks!

79

(2 replies, posted in General)

Hello MVD!

How to encrypt blob fields in SQLite?

Thanks!

80

(2 replies, posted in General)

Hello MVD and TCOTON!


I got a solution..


          FORM1.cDateIssued.DateTime := (nil);
          FORM1.cDateIssued.Checked := false;


Thanks!

81

(2 replies, posted in General)

Hello MVD

How to set the date into null or empty? 00/00/0000.  I set it to the Form1.Datetextbox.DateTime := 0; but in the form it set to default to 12/30/1899 now, the problem this will display in the report.

Please Help

Thanks!

82

(4 replies, posted in General)

wow wow yes

83

(4 replies, posted in General)

Hello MVD!

Is there any update re: MVD 5.7, the most awaited release version.

Thanks!

84

(2 replies, posted in General)

THANK YOU - THE ZIM GUY!

85

(2 replies, posted in General)

Hello MVD!

How to display "DAY OF A WEEK" based from the computer clock!

Thanks!

86

(5 replies, posted in General)

DriveSoft wrote:

Hello.


ExtractZipFile('d:\filename.zip', 'd:\foldername');

In may project I used the random images... Now, I want the images packed on zip file..
How to call the images on the random script

*** this is the random script********
             main1.imageBG.Visible:=true;
             vrandompicture := 'Resources\rImages\' + inttostr(random(RandomImages)) + '.png';
             main1.imageBG.picture.loadfromfile(vrandompicture);
             main1.pathSecret.Text := vrandompicture;

87

(5 replies, posted in General)

sibprogsistem wrote:
manixs2013 wrote:

read a zip file

Вроди как должно быть так

procedure Form1_Button1_OnClick (Sender: TObject; var Cancel: boolean);
var
OpenDialog: TOpenDialog;
ArchiveFile: String;
zip:TZipFile;
begin
  zip:=TZipFile.Create;
  OpenDialog := TOpenDialog.Create(Form1);
  if OpenDialog.Execute then
     begin
        Form1.Edit1.Text:=OpenDialog.FileName;
        try
            zip.Open(OpenDialog.FileName,zmRead);
            for ArchiveFile in zip.FileNames do
            Form1.Memo1.Lines.Add(ArchiveFile);
            zip.Close;
        finally
        zip.Free;
       end;
     end;
end;

но  for ArchiveFile in zip.FileNames do   ошибка


In may project I used the random images... Now, I want the images packed on zip file..
How to call the images on the random script

*** this is the random script********
             main1.imageBG.Visible:=true;
             vrandompicture := 'Resources\rImages\' + inttostr(random(RandomImages)) + '.png';
             main1.imageBG.picture.loadfromfile(vrandompicture);
             main1.pathSecret.Text := vrandompicture;

88

(5 replies, posted in General)

Ok Drivesoft.. Thanks!

89

(2 replies, posted in General)

Ok Drivesoft.. Thanks!

90

(5 replies, posted in General)

Hello MVD

Is there a way to read a zip file then extract the files and read by MVD?

Anybody with kindhearted to help me... please... i need a sample?

Thanks!

91

(2 replies, posted in General)

Hello MVD.

Is the font embedded in MVD or it will always look for the font source?

Ty.

92

(5 replies, posted in General)

NICE DEREK.... THANKS..

I hope you could also help me in the auto complete termination in combo box... I need it so much....


Thanks in Advance!

93

(5 replies, posted in General)

Hello MVD!

In the tablegrid, the control F or (Find) is possible.  What about control H or (Find and Replace) is this possible..

In combo box is it possible to terminate the autocomplete....

I need a help please............


Thanks!

94

(3 replies, posted in General)

DriveSoft wrote:

Hello.


Please attach your project, I can't to reproduce this bug.

95

(3 replies, posted in General)

Hello MVD.

I found something annoying in my new project particularly in the "PAGECONTROL MODULE".  Its suddenly appear not a solid black of every module or control when i put inside of the page control. Like button, txt box, label and etc.  But in other Forms it's Ok.

Is this a bug... please help

96

(6 replies, posted in General)

Hello MVD

- privilege system (users)
- new component Radio buttons

Is this available now... i need it so much in my project please..


Thanks!

97

(6 replies, posted in General)

Hello MVD!

Please also include panel gradient color

Thanks

98

(6 replies, posted in General)

Hello MVD!

Please include: toolbar, splitter, menu maker, scrollbar, popmenu, icons in the buttons, form icons or application icon.

please also include locking a module or properties.

This would be a great additional tools of MVD.

Thanks

99

(12 replies, posted in General)

Hello MVD!

I cant really understand how to use the new checkbox component... please give us sample.

Thanks!

100

(12 replies, posted in General)

DriveSoft wrote:
manixs2013 wrote:

hello MVD

Please help! I can't use the function on the tablegrid to filer a desired records being being cheched. If ever, i need a sample..


Thanks!

Please explain this problem in more details.

********************************************
Hello MVD!.

I have a field which is define as Yes or No. Now, In the structure i set it as a boolean. Now on the display in the tablegrid by default it is drop down yes or no.. I wanted, it should be displayed as checkbox without hard coding.

I have downloaded several samples in the forum but the design was created in hard code.

thanks