Welcome!

Think before you loop records

One of the greatest feature of Servoy is that, you can directly interact with the database by using Servoy’s built-in data binding for creating/modifying/editing/searching records using a particular form. This…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Export Servoy Data To Excel

There are different ways to export data from a table in Servoy. Lets start from the easiest one. 1. Using Servoy’s default Export menu : – Servoy has its own…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Multi-threading and cross-thread function invoke

If you have ever worked on a multithreaded application, you probably know that accessing controls of UI thread (like textbox, labels etcc…) directly from another thread is not possible.Acessing UI…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to use reCAPTCHA in your site?

What is CAPTCHA? ————————————————————————————————————————————— CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a distorted image of letters and numbers, used to prevent automated use of…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Passing array from .NET DLL to VB 6 application

Passing array from .NET DLL to VB 6 application Lets say we have a class library developed in .NET which returns an array of objects. When we use this .NET…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Find out if you browser supports HTML5 or not

HTML5 is the future of the web so one can start implementing it from now onwards as some of the browsers are compatible with it(not completely). However, while implementing you…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Passing A Foundset to the Jasper Report

With the recent release of Jasper Report Plug-in, you don’t need to write huge SQL Query for your report. The below TIP will give a quick start introducing the revolutionary…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to stop form data autocomplete suggestion for Textbox | Mindfire Solutions

You might have noticed that in various sites if you give your UserID first time, the next time you come to fill your UserID, the browser auto-suggestions it. Of course…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to Lock And Unlock a Folder through Code in VB.NET

This code can be used to lock and unlock a selected folder.It mainly used for authentication purpose. 1.Make a window form which contains a textbox named as txtbxBrowseFolderName,3 buttons names…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!