Welcome!

Adding Multiple find requests in Servoy

When a user puts a find request, Servoy internally creates a resulting SQL query to fetch data from database. Let us check an example to know how this find request…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to Generate a Report Header at Runtime when Printing/Exporting a Control using DevExpress XtraPrinting Library in VB.NET

Using XtraPrinting library, we can achieve the following at runtime while Printing/Exporting a Control: add additional information to the report; add a report header; specify a page header or footer;…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Edit & Format the content in the RichTextBox Windows Application through Wordpad

This tip is targeted for a specific task in vb.net. The problem, not actually a problem but the task is to edit the content in the RichTextBox of our Windows…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to implement log for your data in Servoy

Method 1: Manually maintain log: – To do this we have to create a log table which will store all the data changes. We can have fields like table_name, pk_value_of_the_record,…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Work-around for Busy Indication in Form In Dialogs

Intro You can show Busy Indication in your Servoy solution, by using a FREE Plug-in ( Another, good news is Patrick Talbot of Servoy stuff has made this Plug-in, Web…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Making A Sliding Banner Using HTML And CSS3

Let’s say we need three banners to slide down one by one. First we need to create the banner container, containing the three banners. Header Body Header Body Header Body…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Data Type in Programming

Data Type in Programming!! Here I am sharing some of my early experiences in Programming. When we write code for any application, generally we concentrate on Business Logic and different…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Access database table and Sql database table using Linq

Problem: We need to join a table from an access database and another from an sql database and display the result in a gridview in .net. Solution: STEP 1: Add…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Client side form validation using CSS3 pseudo-classes

Form validation is a common thing in web applications. First we concentrate on server side validations, next to increase user interactivity of application, we go for client side validations using…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!