1

(13 replies, posted in General)

I thinks Domebil and me looking for Dmitry

2

(13 replies, posted in General)

Hi friends...

I am running a campaign to recall Dmitri. All people are requested to join it... thanks

Regards
Blackpearl8534

SQLExecute('insert into Table_1 (Column_1,Column_2) Values ("+Combo_Component_name+","+Edit_Component_Name+")');

use script 7 times with different editbox name in one procedure

4

(13 replies, posted in General)

Bundle of thanks friends..
great examples

5

(13 replies, posted in General)

Новичок wrote:
StateOne wrote:

how to change progress bar color

Something like this?

Good Effort but i am using TProgressBar....

6

(13 replies, posted in General)

sparrow wrote:
StateOne wrote:

how to use this type off bars????
i am using tprogressbar in vertical style....
and i want to change colors by product type


Henry Ford say “A customer can have a car painted any color he wants as long as it’s black”.


This is the same with the progress bar, only green.
You can use different colors of panels under progressbars and get different borders on the element.

i change Panel color but doesn't work..

7

(13 replies, posted in General)

how to use this type off bars????
i am using tprogressbar in vertical style....
and i want to change colors by product type

8

(13 replies, posted in General)

how to change progress bar color

9

(1 replies, posted in General)

yes.... use mysql

10

(3 replies, posted in General)

oh sorry... its my mistake....

11

(3 replies, posted in General)

hello. K245
Any news about MVM..
Released Date Expected???

12

(0 replies, posted in General)

How to Cal

Export Whole Database

Button using Script

13

(8 replies, posted in General)

hi... use mysql 5.5
install mysql on  server
multi users usesoftware at same time using server's ipaddress

14

(9 replies, posted in General)

thanks

15

(9 replies, posted in General)

hi thanks;;;
but Requirements are...
when i add any tank then progress bar automatically add.

16

(9 replies, posted in General)

hi Friends...
i need help in this Project.
i have 2 tanks in grid and want to show graphical tanks using progresbar
when i add 2 tanks then show 2 PBars, if i add 3 tanks then show 3 PBars in Parent groupbox....

17

(3 replies, posted in General)

thanks SPARROW....

18

(3 replies, posted in General)

HOW TO SEPARATE JSON VALUES

{"success":"false","results":[{"status":"8","error":"Low Credit Please Recharge Your Credit"}]}

19

(1 replies, posted in General)

hello friends... i am using MySQL and facing Slow browsing.. how to fix it... database size is 17.4 mb....
if i create new database then works fast....

to secure your software...
delete script.pas and Pack Scripts folder ,Graphics.dll with software.exe using enigma virtual box.

21

(12 replies, posted in Script)

procedure Form1_Button1_OnClick (Sender: TObject; var Cancel: boolean);
var
sl:TStringList;
jDataStream: TJSONObject;
jValue_01, jValue_02, jValue_03, jValue_04: TJSONString;
jArray: TJSONArray;
i: int;
begin
      sl:=TStringList.Create;
      sl.LoadFromFile(ExtractFilePath(Application.ExeName)+'\json.txt');
      jDataStream := nil;

      jDataStream:=TJSONObject(TJSONObject.ParseJSONValue(sl.Text));
      frm_main.Memo1.Text:=sl.text;
      frm_main.Memo2.Text:=''; //clear

      if jDataStream <> nil then
       begin
            jValue_01 := TJSONString(jDataStream.GetPairByIndex(0).JsonValue);
            jValue_02 := TJSONString(jDataStream.GetPairByIndex(4).JsonValue);
            jValue_03 := TJSONString(jDataStream.GetPairByIndex(2).JsonValue);
            jValue_04 := TJSONString(jDataStream.GetPairByIndex(3).JsonValue);
            frm_main.Memo2.Lines.Add(jValue_01.Value);
            frm_main.Memo2.Lines.Add(jValue_02.Value);
            frm_main.Memo2.Lines.Add(jValue_03.Value);
            frm_main.Memo2.Lines.Add(jValue_04.Value);

     end;

      //free object
      sl.free
end;

22

(8 replies, posted in General)

how to use QRes

23

(8 replies, posted in General)

thanks..... its works but changes the resolution of screen....
can we scale any third party application like notepad.exe

24

(8 replies, posted in General)

hello friends...
how to run 800x600 resolution exe file on any Resolution screen.
few Months ago I got a Software from google that covert resolution of any exe to our required resolution but i lost it and i forgot software's name too...
can any one help....

25

(11 replies, posted in General)

Hello K245;;;
is there way to connect mvd with sql server like we mvd connected with mysql