Always remain updated about current software development trends

Articles having tag: FUNCTION

Manage business logic in Access forms

Avoid event spaghetti code when business logic becomes complex.

CreateProcess() and wait for result

A general function using MFC that runs a command using CreateProcess(), waits for it to terminate, and returns its ExitCode.

Guidelines on Timing A Function

As a developer who has spent a fair amount of time tweaking code for performance optimization, I'm having some issues with this article.First of all, who has generally accepted 10M iterations to test the performance? Unless your native code happens to be calling...

LTRIM RTRIM doesn’t always work

LTRIM and RTRIM don't always remove all the whitespace characters in a field such as carriage return or linefeed

LTRIM RTRIM doesn’t always work

In SQL Server 2008, I do that with a CLR User Defined Function:namespace PIEBALD.Lib{ public static partial class LibSql { public static string Trim ( string Victim ) { return ( Victim.Trim() ) ; } }}Needs to be built into a...

Java Script function for entering only Integers values in Textbox.

Hi Friends, in this post I would like to explain Java Script function for entering only Integers values in Textbox. JavaScript Function:

  • Page 1 of 1
  •