1

(6 replies, posted in General)

Hello friends.. any news about Dmitry. Where is he???
I think Dmitri should be back.. we are missing him

2

(3 replies, posted in General)

Thanks..
How to store data in txt file.. please share script..
Another question
When i retrieve data from mssql database ... large number of transaction take long time... i am using while loop to get data in grid. Any another option or script to load data in grid immediately. Like we retrieve from sqlite or mysql db.

3

(3 replies, posted in General)

Hello friends... need help
I am retrieving data from mssql database. How can i print this data using fastreport without saving in mysql/sqlitedb.

4

(7 replies, posted in General)

Adilzain2030
Where are you from??

5

(1 replies, posted in General)

Yes... you can do it but you have to use Mysql database.

6

(2 replies, posted in General)

Use datetimepickers bro...

7

(5 replies, posted in General)

Sorry friend... i dont have any project..
I lost all projects due to harddisk damage.
But i'll try to make an example .
Please upload your project.

8

(5 replies, posted in General)

Create a barcode column dn database...
Store barcode in database.
Add a edit1 component in sale form and connect edit1 with barcode column and datagrid too.
Create search button and configure edit1 as barcode search component.
Now create onchange event on edit1.
Set focus on edit1.
Use barcode reader on item...
Required item will be show in datagrid.

9

(22 replies, posted in Russian)

DriveSoft wrote:

Hi, unfortunately i'm not gonna continue to develop MVD so far. But perhaps I gonna make a web version, but at this stage is just an idea.

Hello Dmitry
Its your choice that you continue MVD or not.
But personally i am glad to see you on forum.
I wish you success..
Please stay connected with us...

10

(21 replies, posted in General)

Copy the written script...
At the end call init procedure in end of script like
Begin
          Init;
End.
It works....

11

(25 replies, posted in Script)

If (form1.combobox1.dbitemid = -1) then
Begin
          ShowMessage('please fill required field');
          Cancel:= true;
End;
You can write it in different ways
Like combobox1.text = '' or combobox1.dbitemid < 1

12

(10 replies, posted in General)

Please upload project

13

(10 replies, posted in General)

Please explain the question... what do you want to do??

14

(10 replies, posted in General)

Create search button and find incream search in editbox properties and select search button in incream search option.
You can use filter in editbox properties like %$% etc

15

(10 replies, posted in General)

I think you have to change edit.value to edit.text or vartostr(sqlquery)
Try both options

16

(14 replies, posted in General)

I didn't understand... plz explain

17

(14 replies, posted in General)

But question is where is Dmitry??

18

(6 replies, posted in General)

If your modem uses the AT command set, I would think it possible.

There is a large project on here somewhere that sends SMS, I think was called iAPPt

Hello..
I did not found any project about at command set.. please share link or project..

19

(3 replies, posted in Script)

I suggest that remove script... configure combobox with mvd and set filter in combobox properties...
Filter id< 10.

20

(3 replies, posted in General)

Thanks...
But i need complete procedure to connect and retrieve data..
I mean connection strings, query procedure ,loops, load data in table grid using script

21

(3 replies, posted in General)

Hello... how to connect mvd application with sqlite database using script... and how to load data in tablegrid using script...

22

(6 replies, posted in General)

I dont know... but please upload an example

23

(6 replies, posted in General)

Hello friends... how to send sms using MVD
And is this possible to send msg with MVD using edge USB moden....
Modem pic uploaded..

24

(8 replies, posted in General)

hello CDB . Can You post Sample project.

25

(8 replies, posted in General)

Thanks both of you ..

I'll try both procedures