1

(6 replies, posted in Script)

Hi! Newbie here!

It is fantastic! How we can use to change clicks to go to a form of our mvdb¿
THZ!

2

(12 replies, posted in Script)

Newbie here!

Not sure if could help, but I had a similar trouble, Calculate the left days for the row date, starting "today" (days left for a Domain Date Expiration)

All fields are DATE fields (no time) and I used next query to get the difference between the date in the row and "today"

JULIANDAY("Date Expire") - JULIANDAY()    

Where:
- ("Date Expire") are field name with future date
- () takes today date. You can fill with other field to get difference between both
* To show integer value (without decimals), put "Accuracy" value to 0 in TextBox properties

Buuut can not show result value in a gridview, because only can be seen in textbox
2 NOTE: my TableGrid are around 1100 lines = date differences to calculate

3

(9 replies, posted in General)

derek wrote:

3.  to copy ALL of the objects from Form1, right-click anywhere on Form1, choose 'select all', then right-click and choose 'copy' and then paste everything on to Form2.
It only takes a few seconds and is the fastest and also easiest way to do it.
With respect, when you are familiar with some other software (ie Clarion), it is tempting to look for identical functionality (ie a form generator) in MVD and this isn't always making the best use of the new software;  with MVD, this perhaps often happens when people who are familiar with Excel, expect the tablegrids in MVD to behave like a spreadsheet (which can be done to a degree but isn't using it to its full potential).
Derek.

THZ to show me where are "Select All" jejejeje
And yes, I use more excel than phpMyAdmin even though I have been partying with wordpress for more than 17 years xD