Hi everyone.
I am a new (but constant) user of Crystal Reports, and every so often, I am asked to create a custom report (most are already set up). The reports we create are used to track permit information. The information we collect on permits range from when a permit was applied for, to...
Hi everyone.
I am trying to create a report where the user filters the report based on a date range. Therefore, I am creating two new parameters - "Start date" and "End date".
Setting up the parameter works fine except one minor detail, the "Value type" must be set to "Datetime". However...
Hi.
I use a requirement writing software program called DOORS. After installing DOORS on my computer, a DOORS toolbar button appears in my outlook window. I am not referring to the main Outlook window, but the message window (this is the window that appears when you create a new e-mail...
Hi everyone.
I installed a program on my computer called RoboHelp. RoboHelp is a technical writing software program.
Anyways, after installing RoboHelp on my maching, I now have an additional menu item in MS-Word. The menu item is called RoboPDF. I would like to get rid of this menu item...
Hi everyone.
Something appears to be hosed with my DNS server. I am unable to connect new computers to the domain. All existing computers work just fine. However, when I try to add a new computer to the domain, I am prompted with a message that the domain is not available.
On the DNS...
I have a background image that seems to be "repeating" itself when the page goes longer than a certain length. The image comes from the following tag:
<td background="../../images/section-bg.gif" width="100%" height="1242" align="left"...
So, I know I'm doing something wrong, but any ideas why I can't decrease the height of the table? I would like to have each row "tightened" up a bit, but can't seem to make the rows go closer together, no matter what I try. I know I must be an idiot for not knowing this, but I can't...
What is the best (and most simplest) way to ping another computer in VB? I have a TCP-IP app called a Sender/Receiver. The Sender is installed on one pc, and the Receiver is installed on another pc.
If the Receiver goes down, the socket doesn't get closed properly, and this can cause...
Hi everyone.
I haven't used HTML much over the last two years, and now I'm stuck.
I am trying to "call" another HTML page to load within my main HTML page. For example, let's say that I have a page that has a bunch of pictures on it. I want this set of pictures to load on each...
This might sound like a stupid question, but I am stumped. I am trying to buttonize some text. I checked and didn't see any duplicate posts, so I apolize if there are any.
I use the Text tool to type in text. Then when I am back at my picture, each text letter is selected (rather than just a...
I work for a company that has a software program built in Visual FoxPro. The program runs via a simple .exe file. So, if you click on the .exe, the program starts.
However, we also are now starting to utilize VB applications.
What I would like to know is this: is it possible to simply add a...
Stupid, stupid question. I know, but how can I make the separator bar, on the frames page, static. Meaning: I don't want to allow users to have the ability to move the separator bar on the page.
My frames page HTML looks something like:
html>
<head>
<title>New Page 4</title>
<meta...
I am administering a site where if any user hovers over any of the hot links, the path of the link appears in the status bar. I would like to get rid of all status bar messages that occur when hovering over any links. To do this, I used the following code...
Hi All.
I've used HTML in the past, but am using it again for the first time in a while, so I'm a little rusty.
I have a situation where when the user "mouses over" a link, the name of the webpage and folders appear in the status bar message.
How do I remove this information from...
I use the following code to open the help file in a new window.
<SCRIPT LANGUAGE="JavaScript">
//Open a new browser window
function createWindow(cUrl,cName,cFeatures)
{ var xWin = window.open(cUrl,cName,cFeatures); }
</SCRIPT>
<INPUT TYPE="button" NAME="Help"...
Does anyone know what I am doing wrong?
I am trying to use the Evaluate function. I have created a query and am trying to only ouput part of a string value (the initial 5 characters are removed).
I set the value TR1 to the value of the string.
I then set a value TR2 to the length of the...
How does one go about completely removing a local variable?
For example, if I have the following:
<CFSET test1 = 1>
The output here will be "1". Easy. Well, what if, somewhere in the logic, I need to completely remove this variable (not just reset it, but completely remove it). How...
I don't know if this is the proper forum to ask this question. If not, I apologize. I am somewhat new to the programming world. I have been using ColdFusion, Javascript, and SQL for about the past year.
Here is my question: I have a application installed that monitors the activity on my...
I am having a somewhat difficult time utilizing the application framework within my CF application. I have been writing code in CF for a bit of time, but am relatively new to using the application framework for a particular application.
Here is my situation: I have a program which runs on our...
I have a form where the users can either add a new item or select an existing item from a list.
If they are adding a new item, one of the necessary form fields is a <INPUT TYPE="File"> tag, where the user selects a file somewhere on the network. This file is a list of 10-digit codes...
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.