226

(22 replies, posted in General)

thanks DEREK...
i am using this type of receipt.. but to change logo .. we have to open report designer..
so i want to change logo by adding logo in database....
i think Dmitry can help but i think he is not available these day...

227

(22 replies, posted in General)

thanks .. thats good but i am using logo on fuel receipt... i have only one logo to print on all reports.. so any way to load directly from database to Receipt.. i am also loading Name, address , contact and Footer text.. but on image .. software throws an error.. that i posted in previous post...

228

(22 replies, posted in General)

software shows this message

229

(22 replies, posted in General)

not works.. i want to load Picture from Database...
need script....

230

(22 replies, posted in General)

can anyone help??

231

(3 replies, posted in General)

Thanks Derek.... Thats good

232

(22 replies, posted in General)

hello friends..
how to load logo from database on report..
see image

233

(11 replies, posted in General)

thanks dear.. great...
can you help to check service????

234

(3 replies, posted in General)

hello friends...
need solution.. please help

235

(11 replies, posted in General)

vovka3003 wrote:

GetProcList возвращает список процессов. В нем вы можете проверить тот процесс, который вас интересует.

how can i check a specified exe..  for example i want to check AutoReceip.exe then how can i do???

236

(11 replies, posted in General)

example:
      if  PSOService is started then
      begin
              OpenFile('start MyService', 'net')
       end;
here psoservice is a main service and myservice linked with psoservice...
if psoservice not started properly then myservice not works properly... i can make bat file but i need script in mvd..
thanks for reply

237

(3 replies, posted in General)

how to make these buttons as their names???

238

(11 replies, posted in General)

its great..
but can't check specified exe file..

239

(11 replies, posted in General)

Good work friends..
Hello Dmitry...
in next updates you have to thinks about
transparent (Datagrid , Form , Panal , Buttons )
and direct access to sqlserver database....
and another question....
can we check that any windows service started or stopped using script? and also check .exe ...

240

(11 replies, posted in General)

can we make datagrid transparent ...

241

(2 replies, posted in General)

GOOD WORK DEREK.. THANKS

242

(2 replies, posted in General)

Please See Test Project

243

(1 replies, posted in General)

how to avoid extra digits in calculation method ???? see in snapshot

244

(2 replies, posted in General)

thanks derek, good work, but filter date time problem still remaining....
in datagrid works ok but in report not works.

245

(2 replies, posted in General)

hi MVD and Other Friends.
how can i hide or delete marked rows  automatically from datagrid.
marked rows see in attached snapshot.

246

(7 replies, posted in General)

procedure Form1_Button6_OnClick (Sender: TObject; var Cancel: boolean);
var
    h: Integer;
begin
  h:= FindWindow(nil, 'Calculator');// find window by caption
  PostMessage(h, WM_QUIT, 0, 0);
end;

Not working

another script like TASKKILL.

247

(7 replies, posted in General)

any script to close exe file??/

and how to start and stop service using script???

248

(7 replies, posted in General)

thanks... derek
very usefull

249

(7 replies, posted in General)

hello dears. how to Run Another Exe file in mvd using click button...

250

(3 replies, posted in General)

Hello MDV...
need access on sql server database using MVDB.... is it possible or Planed?????