Well, i am trying to format some hard drives so our company can put them up for an auction. They have a different OS. Some have XP, 98, 95, and 3.1. I went to www.bootdisk.com and downloaded DOS 5.0, DOS 6.22, Windows 98, and Windows 95 Boot Disks. However, when I shut the pc down, put in...
Well, i am trying to format some hard drives so our company can put them up for an auction. They have a different OS. Some have XP, 98, 95, and 3.1. I went to www.bootdisk.com and downloaded DOS 5.0, DOS 6.22, Windows 98, and Windows 95 Boot Disks. However, when I shut the pc down, put in...
if im not mistaken, isn't there a f(*) key that you can press during the boot up state that can take you to the DOS prompt and from there you can totally wipe the harddrive clean?
THis is a real simple question that I have recently forgotten. I am wiping clean some hard drives so that my company can put them up for sale. How do I format the hard drives to where they are completely wiped out. The OS's that are on the machines range from Windows 3.1 to Windows 2000...
CR10
ODBC[RDO]
I am drawing a blank here on something that is very simple. I need to suppress a field that is dependant on another field. If the first number is suppressed, then I need it to suppressed the number that follows it as well. The sample data looks as so....
2 2C32344
If...
if onfirstrecord or
({cr_tdecals.teller} <> previous({cr_tdecals.teller})) then {cr_tdecals.decal} else
if (val({cr_tdecals.decal}) <> val(previous({cr_tdecals.decal})) + 1) then
(" * " +chr(13) + {cr_tdecals.decal}) else
{cr_tdecals.decal}
This is the formula I am using. What does...
I saved the file under another name and another directory and removed the column formatting and tried using both the formulas under the new column format and it still gives me the same results.
MV01<----------"This is the teller #"
-------------------------------------------------------
010000000 010000002 010000003 010000004<----"This is the decal#"
010000005 * 010000007 *
000000009 000000010 010000011 0100000012
This is the exact format of the report...
lbass,
I'm getting close to what it is i'm needing. It is displaying asterisks consecutively in which it should not do. I've tried minipulating the formula but still can't get it to work.
THIS WORKS GREAT LBASS! BUT THERE ARE A COUPLE OF THINGS STILL GOING ON HERE. I USED THE FIRST FORMULA WHICH IS
if onfirstrecord then {cr_tdecals.decal} else
if val({cr_tdecals.decal}) <> val(previous({cr_tdecals.decal})) + 1 then
"*" +chr(13) + {cr_tdecals.decal} else
{cr_tdecals.decal} IT...
What I did was went to Section Expert>Format with Multiple Columns>Layout>and from there I fixed the width and horizontal to the sizes that I wanted and it displayed the data going across instead of top to bottom.
Sorry I wasn't more descriptive of the matter. But to get more in detail, there is a series of number as such;
020103397 020103398 020103399 020103400 020103401
020103402 * 020103404 * 020103406
And as you can tell, there is a break in the sequence on the...
CR10
ODBC[RDO] connection
I am trying to get an asterisk to show where there is a break in the sequential order of numbers. I think I am heading down the right path by using a WHILEREADINGRECORDS statement, but cannot figure the rest of it out.
Example: 1 2 3 4 * 6 7 * 9 10 11 * 13
How can I...
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.