James McDonald

Access

Blog History

QCAD now Supports Complex Line Types

https://plus.google.com/116353478893976991600/posts/aRevgCpC1He I have been looking for an application that will do train tracks over an image...  QCAD as of version 3.7.3 now supports an extra series of "complex line types" This is why I continue to purchase the...

read more...

Change Progress DB Block Size

Been a while since I posted anything... And I found this in my drafts. I can't remember if this is correct but no one is wrong on the internet so... prostrct create db-name db-name.st -blocksize 8192 procopy $DLC/empty8.db db-name   While you can create a...

read more...
TCPDF Tables with Word Wrapping Cells

TCPDF Tables with Word Wrapping Cells

This code is used to create a table using TCPDF the example I got it from used Cell which didn't word wrap and then when switching to writeCell the borders were messed up so I had to change the code from another example to properly write the cells and their borders....

read more...