Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: SmokinWrek
  • Content: Threads
  • Order by date
  1. SmokinWrek

    I don't understand this error.

    I don't work much in Access, but I have written SQL statements before for my VB programs. I am currently trying to write a query in Access, but am coming up with an error I don't quite understand, and of course, help is of no help at all. Here's my query: SELECT i.ClientID, SUM(d.Peices) AS...
  2. SmokinWrek

    Assign User Defined Type to Dictionary Item

    I'm trying to assign a variable dim'ed as a UDT to a dictionary item, but am having problems. When I define the UDT and variable within my form module like this: Private Type DataInfo fldInd As String * 1 fldName As String fldPos As Long fldLen As Long fldMax As Long fldMin As Long...
  3. SmokinWrek

    GET statement error

    Howdy! I hope someone can help me out here. I've got the following code that is supposed to read in a file of fixed length records, and reverse its order. OutFile = txtOutputFilename.Text InFile = txtInputFilename.Text TotalCount = fso.GetFile(InFile).Size / RecordSize RecNum =...
  4. SmokinWrek

    XP Pro laptop with network access issues.

    I have a laptop running XP Pro on my network that the user takes home so she can work from home(via VPN). Lately, when she brings the laptop to work and plugs in at her desk, she has some problems. She logs in to the domain just fine, and can access shares on our NT4 servers, but not the...
  5. SmokinWrek

    Report/Data Report

    I need help! I have a program that reads in a flat datafile (fixed field/record length) and rewrites that file, but with extra records inserted every so often. The interval of insertion is dependant upon user input at the start of the program. I need to create a report that is based on the...
  6. SmokinWrek

    Formatting Text

    OK, I've got a program in which I am writing out fixed-length records to a file opened for Output. Some of the fields in the record are numbers calculated within the program. I need to output these numbers into a fixed length field and have leading zeroes. Example: calculated value is 4000...
  7. SmokinWrek

    Compiled prog won't run on another PC

    I've got a fairly simple program that runs just fine in the IDE. It also runs fine as a compiled prog on my dev machine(WinME, but not by choice). However when I take it to the target machine(Win2K), it doesn't work properly. The program is supposed to read in a block of CRLF terminated...
  8. SmokinWrek

    Run-time error '458'

    Help! I'm getting this error on a Get statement, and I don't understand why. Here's the section of code that's giving me problems: Dim Banner() As BannerRec Dim NumRecs, Counter As Double Dim BoxSize, NumBoxes, NumPerPage As Integer Dim InputRec, BannerOut As String Open...

Part and Inventory Search

Back
Top