purging empty space -
What's a good app to use if I wanna purge (zero fill) the free space on my hdd?
purging empty space -
What's a good app to use if I wanna purge (zero fill) the free space on my hdd?
Purging tables -
Is anyone aware of any commands for purging of a table in an access database? That is, I would like to delete all the data in it but not the structure. I am at the moment working between two tables and constantly need to clear data in them. So what I am doing now is killing the table a
Purging Strategy -
I'm new to all this jargon, but
can anyone give me a simple example of a purging strategy for any database?
is it like... on monday, db shall be purged of invalid data.
or this anything more specific?
Eliminating the empty space in the Datacombo -
In the datacombo control, the empty space are shown in the list portion if the datacombo control has no items. I want to eliminate the empty space. How to rectify this problem?
Removing Empty Items in a listbox -
does anyone know how to remove empty items in a listbox? here's an example of what is in my listbox...
#1
#2
(EMPTY SPACE)
#3
#4
(EMPTY SPACE)
#5
i want to remove those empty space, can someone help?
Removing blank spaces out of a text file -
After I save a text file, and load it into a text box, there is a EMPTY SPACE at the top of the text box list.
For example:
If I type -
Hello
How
Are
You
Into text1.text and save it to test, then load test in text2.text, it's showing as
(Empty Space)
Hello
How
A
click on empty space of flexgrid -
hi
how can i identify if the user click on a empty space of a ms flexgrid? This occour when
i have code on Click event and i would like that only when a row is clicked, redraw the grid.
thanks
bye
Not allow lstbox to add empty data\ textbox format and question -
First issue:
My listbox adds an empty space in the list view when there is no
data entered in my text box. The plan is to check the textbox to see if it is empty, and if so a msgbox states you must enter a name. The code I have works to some degree. The msgbox appears, however the e
[02/03] datagrid grid exchange: switch places of a populated grid and an empty grid -
I am wondering how to pull off an exchange the places of two datagrids on a webpage showing them further up on the page programmaticaly with an empty one that is hidden from the page because it is not populated and the row count of the records is zero so it doesn't get shown pending t
trailing space problem -
Just wondered why, when double clicking on a work in a richtextbox, it always highlights the word and the following empty space.
Anybody know how to stop this.
I am making a find function, like in the edit menu
outlines -
My HTML book tells me the following code to create an outline:
<OL type = I>
<LI> First line
<OL type = A>
<LI>second line - indented one
The problem is when I do a loop through a recordset of items I have retrieved from the database and try to add them
[2008] Regex Question -
iam using Regex to find a word, it will find the word excatly but if the word has a empty space in it its not finding it. Example
iam using this:
Dim rx1 As New Regex("\byahoo.com\b")
but if it has a empty space in it like this yahoo .com
its not finding it i tried
removing empty space froma txt file -
hi all, I'm using VB6 and I've been looking for a way to do this on this forum but I haven't seen anything that would seem to work with my problem. currently my program pulls multiple files back by way of ftp and inserts them into a temp folder. from the temp folder I append all files
VB or 3rdParty software Moving disk space -
Hey guys.
I don't think this can be done in VB, but does anybody know of a software that allows you to move free disk space from one partition to another on the same hard drive.
for example,
I have a 20g hard drive.
C: 5 Gb
D: 5 Gb
E: 5 Gb
F: 5 Gb
All the space on f is
Listview / Context menu Q. -
Good Morning
Happy Christmas
+ New Year
Good will to all men (and women)
I have a listview with x number of items in the 'details' style. I also have 2 context menus - neither associated with the listview at design time.
I want to associate one of the context menus at runti
putting a label in a toolbars "empty" space -
I have an MDI master form, with a toolbar on it.
The toolbar only has hlaf a dozen buttons on it. Due to severe lack of space on my MDI child form I want to put a label in the blank space of the toolbar to the right of the buttons.
I'm guessing there is maybe an API I could use
openschema question -
When I want to list columns in a table with vb6.0, I write
adoconnection.OpenSchema(ADODB.SchemaEnum.adSchemaColumns, Array(empty, empty, empty, tablename))
but now with vb.net, I find that Array(empty, empty, empty, tablename)) is not correct , how can i rewrite it in vb.net?
tha
blank session variables return -
I have a couple of session string variables.
In some cases they will be empty strings and I want them to return an empty string but they return (non breaking space). Is there some quick way, may be a built in function to convert the to and empty string (witho
I've had enough of the empty threads -
OK, John, James, Marty, Megatron, Serge, Aaron, any of you admins/mods out there, those empty threads are really getting annoying. At first I put up with those because they don't happen that often and I don't mind one or two empty threads. Now, every thread seems to have an empty cou
Memo Field in Access -
Does a ‘Memo’ field take up a great deal of space within a database if the field is empty ? I know that this might sound like a stupid question but I a writing a data base application which will contain thousands of records , if space or resources are consumed by a memo field which
Const MySpace As String = Space$(3) 'DoesNot Work -
Hello People,
I thinks its because its a constant but not too sure really.
Why cant i have a constant with 3 empty spaces. Just like " "
I need to declare this as a constant to hold 3 empty spaces .. how?
Empty/Blank Value in combobox -
I am using two combobox in my application with style dropdownlist.
My objective is to set a value in combobox2 on change of combobox1. In some condition on changing combo1, value of combo2 will be blank / Empty. I am not able to do. If I am going to set blank or space, showing error
CSS Problem : Streaching Divs -
Hi all,
I m very much new to CSS. So, if my question is silly then please forgive me.
I come across on problem with my design structure of div.
I have one main div. The height of this div is not fix.
Inside it i have 5 divs.
1st div has fixed height.
2nd div has 50% of h
Spacebar in the textbox -
I try to avoid user from using space bar when typing the text in the textbox because I don't want to allow empty space being input in the textbox. How to do that?
If InStr(TxtKrigRasterWorkspace.Text, " ") > 0 Then
I'm confused with this, help!!! -
I have a small program for a clinic, and have a very small problem dont know how to cope with it. When a new Patient walks in to the Clinic, his account is created and an unique ID is allocated to him, that unique ID is the autonumber field. Now lets say a patient does not appear for 6
Data Report with Lines! -
Hi
Using the Data Report Designer, I tried to print out the contents of a table, and drawing seperating line (both vertical and horizontal), I have put a Header and a Footer too. In the last page of the report most of the time the remaining records won't fill up the whole page, and I
A Unit Pool -
Which is a suggested method for a unit pool?
Create an array class like a vector which resizes as necessary and allocated twice as much as needed to keep far ahead. Then consider the unit a literal pool, where anytime a unit injects you iterate through the pool until you find an em
sql stmt problem -
i have to generate a complicated report as below, can anyone assist me to do the sql stmt in only one sql.. i'm loss..
table 1 = qd
gender
race
id
table 2 = cbs
gluchov
glucho
id
i need a report as
Empty Fields condition -
hello all,
what i am trying to do is to trap all empty fields once i press a button.
for ex:
field1=empty
field2=not empty
field3=empty
field4=empty
once i press the button let say "Save". I would like to show a msg saying "the field1, field3 &
Crystal XI Detail Field Size -
Is there a way to adjust the field size of a detail based on the contents size being displayed? I have a field that can be empty or can have from 50 to 2000 characters in it... I understand that I can surpress it if it is empty but at the same time if it's 50 chars I don't want to wast
How to hide empty column -
Hi all
I have DBGrid table contains four columns, some of these columns empty, What I like to do is, when I make search by item number I saw four columns, either these columns empty or full, this is right, but I do not like to see empty columns, even when I do search ,I do not know
How I can hide empty column -
Hi all
I have DBGrid table contains four columns, some of these columns empty, What I like to do is, when I make search by item number I saw four columns, either these columns empty or full, this is right, but I do not like to see empty columns, even when I do search ,I do not know
Another dumb Question -
I have an Access 97 DB. it's function is very simple, it imports a text file runs some queries then exports an excel file. My probelm is that in the text fiel that is imported it has "#EMPTY" for all of the null fields. I want to go thru the access table replacing all of
Is this possible to do with SQL -
Ok, my first sql database exposure... Whew! I'm playing around with Access now and I've been stuck for the last few hours trying to figure out how to pull this off. Would anyone help please?
I have a table with two fields: var1, var2.
Either field can be empty or not.
If var
Simple question [Textbox] (Again) -
Hi, yesterday I posted a question which is a little bit similiar to this. Now as this is another question I thought it would be best if I could just make a new topic.
Basically what I need help on is, I have 6 textboxes which are all empty. Whenever any character text or numeric g
How to ignore empty fields in Database(resolved) -
I am creating an app to read a database and display the data in textboxes on a form. Seems simple enough, I've done it before. The problem is some of the fields are empty and that's ok, they can be. When I run the app it throws an error at the first empty field and says 'Cannot get
add a space to every other character -
what's the best way to add a space every other character in a text file? The end result I want is to take this: 123456 7890 and turn it into this: 1 2 3 4 5 6 7 8 9 0. This also adds a space to a space.
any ideas?
Empty Recordset creation -
Dear All,
How do I go about creating an empty recordset? I wish to pass an empty recordset back to the client from my COM Component.
Is this kind of scenario would be desirable? Please explain the need to pass an empty recordset. Should I simply delete the records? Or do I manipu
Merge cells depending on cells' contents -
I have two columns like
column D E
line 5 ABC 1
line 6 [empty] 2
line 7 [empty] 3
line 8 [empty] 4
line 9 ABC 1
line 10 [empty] 2
line 11 [empty] 3
....
li
textbox space -
I have textbox. How to pop up messagebox if the textbox contains empty space between text?for example "A A" or "A A A A A"