Archive for the ‘Howto’ Category
Last time we looked at running VBScript files in 64 bit from within PrimalScript 2009. As you may recall, the only thing required was to…   More »
Moving to 64 bit: Running VBScript files in 64 bit mode from PrimalScript 2009
Wednesday, July 28th, 2010 by Alex Riedel
PrimalScript 2009 usually uses CScript.exe to run VBScript files and captures its output and directs it to the IDE's output windows. Since PrimalScript 2009 is…   More »
Moving to 64 bit: Running a 64 bit PowerShell console inside PrimalScript 2009
Tuesday, July 20th, 2010 by Alex Riedel
PrimalScript 2009 is a 32 bit application, so by default it uses the 32 bit version of PowerShell even on a 64 bit machine for…   More »
Simpler eBook Downloads
Monday, March 1st, 2010 by Ferdinand Rios
SAPIEN Technologies has streamlined it's ebook download scheme for an easier user experience. Customers that purchase SAPIEN Press ebooks on ScriptingOutpost.com only need to register…   More »
PrimalForms 2009: The Packager and Command line Arguments
Tuesday, February 9th, 2010 by David Corrales
Per forum request, this blog provides examples of how to access the packager’s command line arguments as well as provide some useful functions to parse…   More »
PrimalForms 2009: OnApplicationLoad Function
Wednesday, January 6th, 2010 by David Corrales
Recently on the forums we had a user who wanted to know why he couldn’t initialize the form controls within the OnApplicationLoad function. Seeing how…   More »
Extending PrimalSense for external PowerShell snapins
Monday, December 7th, 2009 by Alex Riedel
Getting PrimalSense for a COM object that you didn't have installed on your development machine is fairly simple: Copy the TLB file (type library) to…   More »
Connecting PrimalSQL to MySQL 5.1
Tuesday, October 27th, 2009 by Ferdinand Rios
Many organizations use MySQL as the back end database to their web sites and other infrastructure operations. While MySQL offers its own set of GUI…   More »