Anyone have usefull information when your company decides to start adding bar codes to documents that are created using Word & .NET? Things like; which kind is the best, where to buy, can you get them for free?
It is possible to link someone to a an index page with a 'main' iframe and send them to a certain page within that iframe?
Example: http://www.balloonattics.com
I want to be able to send someone to this page, and have the iframe load a page other then the "src" page in the iframe.
Why is it that the following line:
<script language="JavaScript">t.submit();</script>
...will submit the form in IE 6, but Netscape just sits there, like the form isn't submitting?
Why would it be that when I call a function:
"
function validateZip(textObj)
{ // Must be all numbers and 5 digits
var str = textObj.value
var aChar = ""
var formObj = document.frmAbstractor
if (str.length != 5) {
alert('Please enter a valid Zip Code.')...
I'm having an "I've never done this before" issue:
I'm using 2CheckOut to do credit card verification for me. When the transaction is complete, I'm having them redirected back to my page. They say they pass back the customer's variables that I can pull at that point. The problem is, I...
I'm having an "I've never done this before" issue:
I'm using 2CheckOut to do credit card verification for me. When the transaction is complete, I'm having them redirected back to my page. They say they pass back the customer's variables that I can pull at that point. The problem is, I...
I'm used to using JavaScript to validate data input when the "Submit" button is clicked, if validation checks out, I change a hidden field to "ON", and submit again to catch the VBScript / PHP function that actually builds and sends the e-mail with the form input in HTML...
I'm trying to make a form that has an irregular shape and I'm not quite understanding how this works. I can get the Transparency Key to work for the form background (make the background of the form see through). When I put an image on the form it doesn't work. I am reading a book that says what...
Problem:
I have a column that's a float (currency), so I could have "110.01" or "1.2" or "12" in the fields.
I need this field to show as 11 characters set. Ex. "00000123456" - where the last two digits are the cents.
I have the front of the string...
Lets say I have two buttons on a forms called cmdZoomIn and cmdZoomOut. These buttons have images rather then text to denote the action of the button. Is it still possible without using the "Text" property (ex. "Zoom &In") to assign an access key to the button?
Using SQL Query Analyzer:
How can I pad zero's in front of a varchar/str field to make the length 10 no matter how many characters are pulled in the query?
Ex: Pulling "U123", want it to display as "000000U123"
"LOCA01", want it to display as...
Pop Quiz: What's wrong with this code? When I compile and run it, it tells me "Object variable or With block variable not set, then it points at the ">>>>>"'s.
Private Sub cmdSearch_Click()
Dim strSQL As String
Dim strType As String
Dim strName As String
Dim strColor As String...
I'm having a problem... I have a lot of reports that we use a colored background and white text on. I'm noticing in CR9 that when you edit a Text Object with white text in it, you can't see what is in the box because the background of the text object is white. Is there a way around this
I'm trying to find out if there is a way to select say a group of reports in a folder and throw a parameter value list in a common parameter between all reports.
For example, we have a parameter of "Customer" and about 40 reports that have that same parameter. I have a .txt list of...
Does anyone have a good chunk of SQL code for a stored procedure that I can use for calculating a turn around time on a DateTime field including days, hours, and minutes? I need business days only, and minus holidays.
I have a report I'm creating where I'm pulling a check in date (start date) and check out date (end date) that are datetime fields. What's the best way to calculate the turn around time (time lapsed between in and out) within Crystal (8.5)?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.