by Johan Meyer | Sep 27, 2016 | Development, K2 Blackpearl, Tips & Tricks
We had a few hundred K2 blackpearl views that we had to create using mostly checkboxes. These checkboxes works as a completed box. Which means some of them was required to contain a true value. Unfortunately K2 blackpearl Smart Forms validation does not work on...
by Johan Meyer | Jun 12, 2014 | Appcelerator, Tips & Tricks
We are using Appcelerator Cloud Service (ACS) as a back-end for one of our mobile apps. During the Go Live, one of our tasks was to move all data in the Development Database on ACS to Production. Problem We had to do a lot of calls from our local Node Server to the...
by Johan Meyer | Jun 3, 2014 | Appcelerator, Development, Tips & Tricks
Appcelerator Titanium Studio or eclipse sometimes removes my projects from the Build->Clean options. When this happens, the build option is normally also missing. I have not figured out yet why this weird problem exist but here is the fix for when you stumble upon...
by Johan Meyer | Dec 11, 2013 | Development, Tips & Tricks, Windows
Have you ever had a Virtual Hard disk file (VHD) from VMware and wanted to load it inside a Oracle Virtual Box environment. Well it is actually very easy to open VMware inside Virtual Box and you don’t have to convert the .vhd to .vdi. When you add a vhd to...
by Johan Meyer | Mar 6, 2012 | .NET, Development, Reporting, Tips & Tricks
Have you ever wanted to create a report that enables you to print mailing labels? Well I will show you how to create a Microsoft Report Viewer report in Visual Studio that looks like the one in the Fig 1.1 Fig 1.1 For window forms you can try this link, I have tested...
by Johan Meyer | Mar 2, 2012 | Development, Tips & Tricks
Okay, this is a nice short tutorial that will show you how to create a print button on a web page use Firebug (Firefox), Developer Tools(IE) or any other developer tools available to identify what controls needs to be hidden or showed before the page gets...