51

(8 replies, posted in Script)

I recently was working on a project and notice that when I tried to get the computer name using script "GetComputerName"  the name stored in the variable is missing the last letter. For example, lets say my computer name is "WIN732-VPC" when tried to get the computer name in VMD will show as "WIN323-VP" the last letter will be missing. I tested this on several computers using different operating system and it looks like this might be a bug on the software. At least on the version i'm running. 4.01

https://i.imgur.com/eHdcqDn.png

52

(1 replies, posted in Script)

Here is a sample of a project that generates a big calendar view. There a probably many ways of generating a calendar, this is just one way.  Hope this helps someone.

I would like to know if its possible to prevent the MYSQL Database Connection Dialog Box from showing when the application starts. I know I can do this with a script but maybe there is an command we can add to the settings.ini to disable the dialog box from showing up every time a user opens the application. Please Advise. Thanks
[Script]
Enabled=1
[Options]
DBMS=mysql
VisibleOptions=1
VisibleReport=0
VisibleDBLocation=1
VisibleAbout=0

I would like to know if its possible to prevent the MYSQL Database Connection Dialog Box from showing when the application starts. I know I can do this with a script but maybe there is an command we can add to the settings.ini to disable the dialog box from showing up every time a user opens the application. Please Advise. Thanks

[Script]
Enabled=1
[Options]
DBMS=mysql
VisibleOptions=1
VisibleReport=0
VisibleDBLocation=1
VisibleAbout=0

55

(6 replies, posted in Script)

Thank you, this worked !!!!

56

(6 replies, posted in Script)

yes, I need to remove  the preview on a multi-line cell and I agree very useful but in this case I need to disable it. Any Ideas on how to do this?

57

(6 replies, posted in Script)

I have created a simple database form to add notes but when hover the mouse over the cell and  the text is bigger than the width of the column, it creates a tool-tip and covers the rows below it. I tried to use the code Form1.TableGrid1.ShowHint := False; to prevent the program from showing the entire text but it is working.  Is there another way to disable the grid from showing the entire text when I hover over the cell.  Please Advise. See attached image.