176

(35 replies, posted in General)

Try https://www.freemysqlhosting.net
MySQL Database
5MB MySQL Hosting Space
phpMyAdmin
Secure, Reliable, Fast hosting
Upgrade options available

I have not yet tried it. I will try it and communicate to you if it works

177

(35 replies, posted in General)

v_pozidis wrote:

I have an account  in 000Webhost . To be honest I tried it but it fails using MVDB. I will try it but where do I found the name for the server and the port and all the stuff to use it to be connected with MVDB ?

Remote MySQL connections are available with premium accounts only, free accounts do not support that option
Meaning with the free account you can't connect it on 000Webhost.

178

(35 replies, posted in General)

You can set up a local server on your PC using xampp server.
follow link https://www.wikihow.com/Install-XAMPP-for-Windows

You can also sign up for free at http://000wehost.com

But I suggest you start with xampp to build the project which is an offline server. So that when you are ready you can export it online

179

(35 replies, posted in General)

I use Navicat Premium
After loading your sqlite.db into navicat
follow the image below to export the database as .sql so that you can import into sqlite
https://s6.postimg.cc/62sfzpcg1/dump_SQL.png

180

(35 replies, posted in General)

Navicat

181

(35 replies, posted in General)

Send me the sqlite.db and let me convert it to SQL that you can import onto mysql through phpMyAdmin

182

(4 replies, posted in General)

domebil wrote:

When you have named the component, move the check to another part and save

Yeah I know of that but is that the default?
Other properties don't behave that way.
I'm able to save the name but it slow don't saving of the names

183

(4 replies, posted in General)

Hello Dmitry and MVD users,
Please check this

1. Add any component to the form
2. Goto properties
3. Rename component (click no where on the properties after rename)
4. Click on form

After click on the form the name of the component is unset(goes back to previous name)
Unless after you click any where on the component panel before the new name will work when you rename a component.

Other properties work fine except the 'Name'

184

(8 replies, posted in Script)

derek wrote:

Hi There,
Sorry about that - I was trying a couple of things (adding an '=' sign or changing colour when the score is the same - but it may be overkill for what you want) and forgot to reset the data types (see attached).
Regards,
Derek.

You are great Derek
I appreciate your kindness

185

(8 replies, posted in Script)

thezimguy wrote:

Hello Derek,
Please I am having problems with scores which are more than or equal to 10 (score>=10).
It does not rank these scores. Instead of those scores coming up to the first position they tend to be at the last positions

Example

Score:Rank
8:1
7:2
6:3
6:3
6:3
5:6
5:6
4:8
10:9

Thanks

I have figured it out.
The problem was with the data type in the database. The type was text so I changed it to real for the code to treat the scores as numbers and not text.
Thank you Derek

186

(8 replies, posted in Script)

Hello Derek,
Please I am having problems with scores which are more than or equal to 10 (score>=10).
It does not rank these scores. Instead of those scores coming up to the first position they tend to be at the last positions

Example

Score:Rank
8:1
7:2
6:3
6:3
6:3
5:6
5:6
4:8
10:9

Thanks

187

(8 replies, posted in Script)

Wow Derek
This is great
It works perfectly
I will find a way to add it to the column in the database
Thanks

188

(8 replies, posted in Script)

Thank you Derek,
I will try it and let you know the outcome

189

(8 replies, posted in Script)

Hello Dmitry and MVD users,
Please is there a function for getting the ranks of values in a column of a table in a database in MVD or a workaround?
https://s6.postimg.cc/pqqoojvlt/ranking_Column.png

I used the following in excel

=RANK(B2,B$2:B$8,0)

Regards

Hello guys,
This is to show how to create Access key on controls dynamically.
Example
1. I have a button on the form1
2. I want to change the caption of the button from a string
3. I want to assign access key to the button
Example
...........................

procedure setCaption(Sender:string);
var btnCapStr1:string;
btnCapStr2:string;
begin
  btnCap1:='&Action1';//access key on 'A'
  btnCap2:='A&ction2';//accesskey on 'c'
  Form1.btnAction1.Caption:=btnCapStr1;
  Form1.btnAction2.Caption:=btnCapStr2;

end;

Regards

191

(187 replies, posted in General)

https://www.howtogeek.com/wp-content/uploads/2017/02/01_notification_on_desktop.png

Please is it possible to use the windows 10 Notification Center in MVD.
If not then I think it will be a nice feature in MVD.
Let me know if it is possible to do that in MVD.
Regards

DriveSoft wrote:

You found a bug. Thank you.


Please download fixed version
https://www.dropbox.com/s/wutj7mnux7f3a … a.zip?dl=0

Great.
It is fixed
Thank you

Please, I am using 4.6 beta
Is it the same as what you are using?
It does not load the combo for the first attempt to edit but when I close the edit form and double click it again then it loads it
I really appreciate your help

Hello Dmitry, Derek and MVD lovers
Please take a look at this
1. Run any of the example projects (EquipmentInventory)
2. Click on search to load some data
3. Double click on any record to edit

You will notice that for the first time the comboBox will not load any data.
But subsequently, it loads the data
Any fix?
https://s6.postimg.cc/lngtn3gpt/1st_Time_Edit_No_Combo_Load.png
Regards

195

(5 replies, posted in General)

DriveSoft wrote:

Hello.


I made an example for you. On the form for edit record you can click on button "Save record as new"

This is great.
I wish it will be added to the 'button action' as 'Show As New Record' so that we will not code it.
Please Dmitry, can it be added in the next update.
Regards

196

(8 replies, posted in Script)

Thank you so much Dmitry

derek wrote:

Hi Thezimguy,
Is this the sort of thing you're wanting?
Please see attached.
Derek.

Sorry EH - just seen you've already replied to this and it looks like we're doing it in much the same way.  D

Thank you very much Derek.
I really appreciate your help

Thank you so much.
I will try it and communicate back to you

Hello
Please is it possible to add action icons to the tableGrid?
This icons will be for adding new record, editing and deleting records
https://s6.postimg.cc/o840rc7c1/t_Grid_with_action_icons.png

An example would be appreciated.

200

(8 replies, posted in Script)

Good day,
Please is it possible to get the IP Address of my Computer?
Tnx