On The Insider: Jennifer Garner Restrains Stalker
3 Resources for

eof

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean tradeoff (11 results), writeoff (1 results)

TechRepublic Resources

10+ mistakes to avoid when using VBA Recordset objects
The Recordset object is an essential component in Access development, but it often trips up even experienced developers. Susan Harkins explains 12 common Recordset pitfalls you can anticipate and avoid. by Susan Harkins
Tags: Method, Property, Microsoft VBA, Library, Data Access, Record, Error, Susan Harkins, ActiveX Data Objects, EOF, RecordCount, MoveNext
Blog posts 2008-06-25
Verify remote pc is on domain via script
I work in a large office that has several "temp" workstations. The problem is out AD policy is set to remove a workstation that hasn't been logged in at least once every 30 days. Aside from loging into every machine at least once every 30 days I would...
Tags: %MachineList%, capabel, computer, domain, EOF, ping
Q&A 2005-03-23
Use edlin as your text editor
I'd like to know, who's using such a poor software?Maybe edit would be a better suggestion?In addition, the author of this article says, that there is a tool included in *nix systems. Show me that, please. Have you even heard about vi?Edlin?You're right. I thought that was a joke in...
Tags: Edlin, EOF
Discussion threads 2005-02-15

Additional Resources

How to send HTML using PHP
How to send HTML using PHP, can do in ASP but have not found an equal?CheersThis is an easy one.METHOD 1: A "PHP script file" (usually a file ending in .php) that does not contain any PHP code already is sent as HTML. All text in the file will be...
Tags: PHP, mailme@..., HTML
Discussion threads 2007-02-22
Making a Searchable Dropdown box
I have a dropdown box on a web form that lists all of the clients for my form to help create routing forms. The code is: Select the Client: Since we have 2500 clients, this creates a rather long list. What I would like to do is make this list...
Tags: Scripting languages, ATXStranger
Q&A 2005-03-31
Handling Large Stream Files With the @'string' Feature
This paper examines a SAS code example that demonstrates how to read a large HTML stream file (that doesn't contain carriage returns) by using the @'string' feature of the INPUT statement. Part of the paper involves the use of the LRECL= option, and how to deal with searches that reach...
Tags: SAS Institute
White papers 2007-05-14
HP OpenView Service Desk
My employer uses HP OpenVeiw Service Desk, about every 4 to 6 months I get a "Unexpected EOF" error.I have tried a dirty reinstall of the application and a clean reinstall after searching and deleting files, folders and the registry references for any thing related to HP outside of device...
Tags: IT Services, Hewlett-Packard Co.
Discussion threads 2005-11-18
E-mail Metadata in a Post-Armstrong World
In light of a series of landmark judicial decisions over the past decade involving the federal government's electronic recordkeeping policies and practices, the Archivist of the United States and the Executive Office of the President EOF have confronted the issue of how best to maintain and preserve on a long-term...
Tags: Word-processing, U.S. Department Of Justice, E-mail, Online Communications
White papers 2006-02-13
Build Your Skills: Make batch files more useful with branching and decision-making techniques
Tips on advanced branching techniques in DOS batch filesFew people would disagree that batch files are a limited type of program. Certainly, batch files will never replace Visual Basic or C++ because of their limitations. However, there are some techniques that you can use to greatly enhance your batch file’s...
Tags: PRODUCTIVITY, Tools & Techniques, Programming languages, Brien M. Posey MCSE, decision-making, batch file, Goto
Technical articles 2002-11-27
Beginner help with c programming
I'm using Borland and following the book "The C Programming Language" by Brian Kernighan and Dennis M. Ritchie. Basically I've copied a program from the book:#include /* count digits, white space, others */main { int c, i, nwhite, nother; int ndigit[10]; nwhite=nother=0; for (i=0; i='0'&&c
Tags: C/C++, Programming languages, tomjen1x@..., programming, printf, I=0
Discussion threads 2007-10-09
file not opening in C
I wanted to display the contents of any file on the console;so I wrote the following piece of C code:#include #includeint mainvoid{ FILE *P;int c; P=fopen("path","mode"); if(P==NULL){puts("can't open file"); getch;return 0;}; else do{ c=getcP; ...
Tags: P, C:\TC\BIN\file.txt, chaos buddha, programming, C
Q&A 2006-02-08
Find Similiar MS Access Records
When I try to execute the following VB I get a complie error:Invalid use of key word meCan any help?ThanksPrivate Sub cmdProcess_Click On Error GoTo err_end Dim conn As ADODB.Connection Set conn = CurrentProject.Connection Dim ssq1 As String Dim ssq2 As String Dim ssq3 As String Dim rs As New...
Tags: access, find duplicates, Firstname, InStr, LastName, me, programming, rs.Fields, rs2.Fields, shieldsco@..., similiar records, software, vb
Discussion threads 2007-01-11
Closing MS Project 2000 MSGBOX from VB6
I am trying to close a message box within MS PROJECT 2000 from VB6 using sendkeys. Automation fails when the sendkeys does not close a msgbox in the opened File:objRS.MoveFirst Do Until objRS.EOF strProjectName = strProjectDSN & Trim(objRS("PROJ_NAME")) ...
Tags: jhouck@..., Microsoft Corp., Microsoft Project, Microsoft Visual Basic 6.0, MS Project 2000, programming, Sendkeys
Q&A 2005-04-07
Convert an ASP application to Perl
This article originally appeared as a Web Development Zone e-newsletter.By Phillip PerkinsSome Web Development Zone e-newslettersubscribers have requested examples of applications created in alanguage other than ASP. I do the majority of my Web development inASP; however, you can use other scripting languages to create Websolutions. In this tip, I'll...
Tags: Scripting languages, ASP application, Microsoft ASP, Response.Write, Perl, strConn, Set rs.ActiveConnection
Technical articles 2003-09-29
Scripting a Search in AD for Users with Specific Location
I am trying to write a script that will search AD for the word "resident" in the Office field of the User Properties in Active Directory. Below is the code I've come up with, but for some reason it's not working. Any vbscripters out there that can take a peek...
Tags: bryan.jarnagin@..., active directory, it management, programming, vbscript, advertisement
Discussion threads 2007-02-27
ASP/Access Update Table by DropDown Menu
I'm a bit of a newbie when it comes to using a database with a webpage. It is important that I use MSAccess for this.I'm trying to create a business directory that will show results depending on what is chosen in the category list.Inside this database I have a...
Tags: Category, jlindemann@..., Microsoft Access, Microsoft ASP, programming, response.Write
Q&A 2005-05-06
Can't open files in IE7
Hi,I have a asp program which works fine in IE6 and now it does not work in IE7.The problem is that IE7 does not like going to a folder and I just get an error stating that this web page cannot be display.Here is part of the code that makes...
Tags: cthang@..., Response.Write, Microsoft Internet Explorer 7, objRecordSet.Fields
Discussion threads 2007-04-05
Domain user password expiry date check
Primary domain controller = Windows NT4How do I get a report on all my user account in my domain controller as when they have changed their password since the 1st day their user account was created?Do it programatically....If you use Kix32 or VB or some type of scripting language, you...
Tags: domain controller, hongwei@..., NET USERS, password, user account, windows
Q&A 2005-02-25
Combining data into summary report
I have a regular report I run which takes counts and percentages of several different items, against several different fields (eg day by percentage, locations & percentage) and also includes a few charts (date, count by week etc). Most of this data is parsed from raw text files, which...
Tags: Code, #1, crystal.woods@..., software, cnwoods
Q&A 2004-12-26
Formatting data results in Active Server Pages
If you're writing Web-based applications for your company's intranet, you could be asked to produce output in multiple columns, a la Excel. Not quite sure how to do that? This reprint from our Web Development Zone TechMail can get you started.Editor’s note: This article originally appeared in TechRepublic’s Web Development...
Tags: Scripting languages, Les Hamilton, Microsoft ASP, RowsToDisplay, ContactRecords
Technical articles 2001-08-13
  • << Previous
  • page 1 of 1
  • Next >>


Streaming Media Policy
Streaming media applications and use introduce security risks and can overwhelm the organization's network and systems. This Streaming Media Policy ca ...
Buy Now
Creating and Configuring Home Networks
Home offices are increasingly becoming a part of everyday life, thanks to their convenience and the growth of supporting technologies such as DSL and ...
Buy Now

Fusion