Search results 25

Card image cap
Copy formulas

How to copy formulas in VBA code. Learned that the hard way, just like most of ...

Card image cap
VBA vs ASP Classic

Differences between coding in VB in Classic ASP (aka VBScript) and VBA (aka ...

Card image cap
Inputbox vs Application.Inputbox

fm20.dll has another inputbox to be used It is smaller, maybe more straight ...

Card image cap
MouseDown and MouseUp in FM20 controls

MouseDown and MouseUp in VBA (fm20 controls) are different from those in VB6 ...

Card image cap
Tabs in BS4

Some smooth-look CSS3 Tabs in Bootstrap4, something other than default tabs :-)

Tabs1-BS4.zip

Card image cap
Open different Filestypes

Populate list of filetypes in Application.GetOpenFilename method. This command ...

Card image cap
SQL Join

Different types of join in SQL. A good illustration image i found during my ...

Card image cap
Programming Languages

A nice illustration on different types of languages (the most famous ones only) ...

Card image cap
ChartMaxY + ChartMinY

Calculates the maximum of the chart Y Axis to draw, the shifted one, not exact ...

Card image cap
Encrypt1 + Decrypt1

Encrypts (and decrypts) a string. To decrypt an encrypted string, use the ...

Card image cap
ServerUptime

Return how long the computer has been running. Return format is dd:hh:mm:ss ...

Card image cap
DB_Setting2Read + DB_Setting2Save

Reads and save setting into settings table per 2 IDs, similar to SettingRead ...