You probably already guessed that we did not just stop with executing scripts in either 32 or 64 bit mode.
Debugging your scripts in either environment is just as simple. With just the flick of a switch you can launch…
Read More
Similar to PrimalForms 2011, PrimalSQL 2011 will allow you to export PowerShell GUI scripts that run your queries.
Simply design your query in PrimalSQL’s Query builder and press the “Export Query Form” button.
(Fig 1: Export the Query into a…
Read More
Last time we learned how you can pre-determine where your script is executed by using meta-comments inside your code.
While this third installment also deals with execution in either 32 or 64 bit environments, the main gap being addressed today…
Read More
"Can I ask you a quick question?"
This usually precede a long interruption in whatever work you are doing at the time. It doesn’t matter if someone sticks their head into your cubicle while uttering these infamous words or if…
Read More
The question about a 64 bit version of PrimalScript has been raised a few times in our support forum. The question was, however, not really about what platform PrimalScript uses, but what platform the scripts run on.
As software transitions…
Read More
Not to be out done by PrimalScript 2011’s change tracking, PrimalForms 2011 will now incorporate line modification tracking as well. For more details on change tracking please read the Feature Peek 2011: Track Changes blog article.
Similar to PrimalScript 2011,…
Read More
Users of Microsoft’s Visual Studio have known this feature for a few versions: Anytime you edit a line in your code an indicator in the left border of the window marks the line as changed.
Once you save the file,…
Read More
One of the most important things for any type of development is quick and efficient access to help information. No matter whether you are a seasoned developer or just started to write scripts longer than five lines, at some point…
Read More
PrimalScript had a visual file comparison feature since 4.0. With the release of PrimalScript 2009 Studio we also added PrimalMerge, a tool to compare and merge not only files but also folders.
While evaluating the feature line-up for our 2011…
Read More
This month, we are looking at PrimalForms 2011 and how to add event handlers to form controls. After evaluating PrimalForms 2009 and user feedback, we decided to improve the process of adding event handlers in PrimalForms 2011. In PrimalForms 2009,…
Read More