Crystal Reports FIX: Formatting Numbers & String in Formula So It Doesn’t Have a Decimal
ToText(fieldname, 0, ”) + ” Your string of text here!”
lang="en-US">
ToText(fieldname, 0, ”) + ” Your string of text here!”
Are you passionate about games?!? Like animals? Do you live in Northern Virginia? Then perhaps you’re the person I’m looking for. My name is Jade and I started programming my first game when I...
Wow, I had a great time and I got to meet a ton of really great people!! Steve Reid and Gano Haine gave excellent advice on how to pitch a game idea. They stressed...
Here’s a list of everyone I’m planning to talk to/meet this coming Saturday. Heh, I’m bringing resumes, business cards, and hopefully my finished business plan. Matt Shaw – Chief Technology Officer at Mythic Entertainment...
The Problem Of course I always find the most obscure problems that can occur…. I’m using AJAX and I have both RSH and Tiny_MCE running. To make my life easier I have Tiny_MCE automatically...
It’s time to be out and about! Design1online.com will be attending the upcoming VGXPO at the Pennsylvania Convention Center on November 22nd and 23rd. Hopefully we’ll get a change to talk face to face...
document.getElementById(“id_name_here”).style property = whatever; CSS Property JavaScript Equivalent background background background-attachment backgroundAttachment background-color backgroundColor background-image backgroundImage background-position backgroundPosition background-repeat backgroundRepeat border border border-bottom borderBottom border-bottom-color borderBottomColor border-bottom-style borderBottomStyle border-bottom-width borderBottomWidth border-color borderColor border-left borderLeft...
/************** * Purpose: initalize ajax * Precondition: none * Postcondition: ajax xmlhttp object running **************/ //global variables var xmlhttp = false; //initalize ajax var queryString; //check if we’re using IE try { xmlhttp...
Since when have playing games become all about how much blood sprays your screen when you bash someone over the head with a tire iron? Just this weekend I was over at my Cousin’s...
In the last lesson we created a database class to make doing queries quick and easy to handle. Then we converted over the current character file and map editor to use the database when...