1

(0 replies, posted in Script)

hello
is there an option to change the default browser TWebBrowser

2

(1 replies, posted in Script)

can we browse url  inside a form in mvd
ex : i have an url to html  page and i want to browse it inside the mvd

3

(2 replies, posted in General)

give us more details so we can help

4

(2 replies, posted in Script)

here is it

you forgot the

 ' 

check again
('select * ..............' )

6

(4 replies, posted in General)

Please check the included variables of your button that send to the database. it will be fixed or link the text field with the database

7

(4 replies, posted in General)

procedure cmbRelationship_Onchange (Sender: TObject; Action: string);

begin
  

   form1.edit1.text := form1.cmbRelationship.text
  
end;

8

(2 replies, posted in General)

how i can set a public variable
for example x := application.User.Username;

and i request the x at any time i want

9

(0 replies, posted in SQL queries)

I want a method to release an auto suggestion when i write in it

10

(4 replies, posted in SQL queries)

derek wrote:

Hi,
Attached is an example of searching for records between 2 dates.
Also see the screenshot in the attachment (the filter for form1.datetimepicker1 is set to >=, the filter for form1.datetimepicker2 is set to <=)..
Derek.

for Derek as  solution
print "thanks" ++
    return i appreciate ; 

11

(4 replies, posted in General)

what do you want to use exactly?

12

(4 replies, posted in SQL queries)

ex please

13

(4 replies, posted in SQL queries)

Search result between to dates
i mean i need a technique to search results between 2 dates
example all queries between 01/01/2021 tilm 01/02/2021

14

(5 replies, posted in General)

derek wrote:

Hi Agusecc,
I would usually suggest using the 'linkfile' option to keep the size of your database manageable, but looking at the images in your example, they appear to be very small so I don't think this would be an issue.
In that case, if you save your images as 'storefile' rather than 'linkfile', it makes your task a lot easier.  This is because 'storefile' images can be placed directly onto the table grid and placed directly into reports;  no script is required. 
The only downside is that you need to make the row height in your tablegrid larger so the images are viewable (see first option in the attachment)..
An alternative to that would be to display each image separately when a specific row is selected in the tablegrid (see second option in the attachment);  this requires a small script.
Derek.

can you apply it on the image uploaded via HTML form using mysql

second example

here is a very easy way

17

(1 replies, posted in SQL queries)

easy explain :
the image stored from the HTML form and PHP in the database
can not be viewed through MVD DBIMAGE
maybe because of the type of encryption because i encrypted it as base64?

18

(1 replies, posted in SQL queries)

here is the problem :
i have a PHP Html MySQL web form
the form used to upload images as a blob
everything working correctly
but when i load the image in MVD it does not show anything 
i don't know wish encryption should i save it to be loaded from the mvd

19

(1 replies, posted in General)

image stored as bin

20

(4 replies, posted in General)

it works
is there any way to be executed automaticlmy

21

(1 replies, posted in General)

i have a web form
i connected the mvd via MySQL and create a table user with a field avatar
the mvd create two fields field1 and dield1_filename
how i use the form html to upload the same data via PHP

22

(4 replies, posted in General)

i have programmed MVD with MySQL connection and web interface
i want to know how can the table grid autoload from the database when someone adds a new entry to the web interface