Advertisement

1 - 10 of 2977 containing alltags:("spaces") (0.002 seconds)
How can I provide variable (say 1.5) line spacing (like the ones used in MS Word) in an edit box? Can this be done? Thanks.
Zones: Windows MFCDate Answered: 10/25/1998 Grade: C Views: 6
In DOS there was a maximum for the environment space. I'm not sure what the default was, but there was a way through config.sys to change it. If you had to many "SET" commands, you could increase t...
Zones: Windows NT NetworkDate Answered: 12/09/1998 Grade: A Views: 0
Hi..... I have an array that holds 35 or so scalars, The problem I have is that each scalar has spaces at the end and at the beginning, eg...... @array = (“ Value one         \n“, “ Value two      ...
Zones: CGIDate Answered: 05/29/1999 Grade: A Views: 0
I am interested in trending in how a datafile gets filled up with actual filled blocks and not what is allocated. That is allocated space could be 1GB but actual usage could be  1MB.   1) This i...
Zones: OracleDate Answered: 03/06/2000 Grade: B Views: 0
i open a file on my unix server and display it but use <pre> to preserve white space then i try to use <font face> after the pre but it has no effect <pre> <font face="Times Roman"> ... ...
Zones: HTML, Font CreatorDate Answered: 07/19/2000 Grade: A Views: 0
I have an ASP with a form on it with a checkbox in the form.   Sometimes the value of the checkbox may be "Financial Applications" with a space between each word.   When the user clicks a sub...
Zones: ASPDate Answered: 08/10/2000 Grade: B Views: 0
I need some code that will OpenFile(FileName) using paramstr's that will work whether there's spaces in the filename or not. I've looked at the borland richedit example and I can't get it to wor...
Zones: Delphi ProgrammingDate Answered: 10/08/2000 Grade: A Views: 0
Hi I'm having two problems with a FORM I'm creating.  The form is a search engine, with a text field and a search button, much like Altavista's. 1. For some reason, a blank line is automatica...
Zones: HTMLDate Answered: 10/24/2000 Grade: A Views: 0
I want it so that a user adds a last name into the textbox.  I validate it with javascript.  This is the code:function check_form()      {      if (document.frmUpdateMember.FirstName.value = "" )...
Zones: JavaScriptDate Answered: 02/02/2001 Grade: A Views: 0
WHERE: document.form1.shipname.value = "Ship Location" WHAT: Below function gives me error "Expected ';'" WHY: It isn't a problem of course when document.form1.shipname.value is a contiguous ...
Zones: JavaScriptDate Answered: 06/06/2001 Grade: A Views: 0