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 TouchToneTommy 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: Gaffi1
  • Content: Threads
  • Order by date
  1. Gaffi1

    System::String^ to int conversion in VC 2005

    Hello. I'm still fairly new to C++, and I'm using the cookie-cutter style coding built into Visual Studio 2005 to help me out. From there, I'm adding additional code as needed. What this means for me is, when I have a text box on a form, the default type of the Text field seems to be...
  2. Gaffi1

    Help, I could use an extra set of eyes...

    I'm trying to run a script that checks various log files with filenames in them to see if they exist or not and then writes results to a log file. So, I've used the fso.opentextfile to first open up a report of each of the log files in the main directory, then fso.opentextfile again to open up...
  3. Gaffi1

    Problems with E-mail script in access

    Before I get the usual scolding reply of did you search the forums and did you read the FAQ's, the answer is yes. I've read everything I can find searching for e-mail, smtp, and object required. I have tried various script options and all of them have so far failed. The various forms of...
  4. Gaffi1

    Read directories for vbscript from text (config/param) file

    Hi, i know that you can read information in from a text file using the FSO methods/properties. I'm not sure however if I can read from a text file a directory and pass it into a script. For example, I have a script http://tek-tips.com/viewthread.cfm?qid=1208195&page=1 that works perfectly...
  5. Gaffi1

    Script to automate manual file conversion

    Hi, we are currently recording sound files in rhet32 format and need them in wav8. We have a utility that converts the files for us, but it requires we type a command into a cmd prompt for every single audio file and this is becoming a pain staking process. The command that we pass through the...
  6. Gaffi1

    Need some simple help with some VB code

    I have a db that has an automatic scheduling feature. Basically, we input what projects we want to schedule and for how many hours and run this script and it does the schedule for us. Private Sub Command131_Click() If [Forms]![SchedulingParametersForm].[ShifttoSchedule] <> "" Then...
  7. Gaffi1

    Formatting Exported Data

    We are trying to automate our employee file for our data collection software via our employee database. We can export the necessary data, but can't seem to get the export formatting down. The way the data is stored in the original file is: ID Name SpecialType Mode [] ID Name SpecialType Mode...
  8. Gaffi1

    Exporting Data to .xxx filetype

    In our database, we track employee names, id's, etc and are looking into exporting this information to a file called employee.xxx. The .xxx filetype is what's used by our CATI (Computer Assisted Telephone Interviewing) software. Basically, by exporting the data from our database to this file...
  9. Gaffi1

    What uses more filespace?

    Utilizing macros to open queries, reports, etc or coding those same commands in visual basic? I know it's off the wall, but I always wondered if I should convert all the macros to visual basic to save on filespace and smooth operations. Our current database is 15MB when compacted. Thanks for...
  10. Gaffi1

    Running a VB If/Then on List Box values in a Form

    I have a form where we enter our employees start, stop times, and then utilizing some VB code and some macro's their total hours is calculated and stored. Off to the side, I have 5 list boxs' that return 1) The hours worked on that shift, 2) The hours worked for that entire day, 3) The hours...
  11. Gaffi1

    PC will only boot in Safe Mode

    We have a Windows 2000 Professional machine that after a clean install will only boot if we push into safe mode. When it starts a normal boot, the screen shows the progress bar moving and basically finishes up all the boot process's and then hangs on that screen with it looking liking its ready...
  12. Gaffi1

    Grabbing total hours on a form after adding entry

    We have a payroll system where we have a mainform that has a drop down of employee names. We select an employee from the drop down and it pulls up data in the subform for all their records entered in so far, and we can add more or delete from the subform. In the subform we enter the start and...
  13. Gaffi1

    Between Date()-90 And Date() Query Help

    I have a query that pulls all employee attendance occurrences during the last 90 days. for the criteria in the query, I utilize Between Date()-90 And Date(). This worked all last year, and now that we have gone into the new year, it doesn't. For example, I have an individual who I gave an...
  14. Gaffi1

    DateAdd() and default values

    I'm using a form to input new employees into the database. On the form are fields for hire date and specific benefit eligibility dates. The eligibility dates feed directly off the hire date. (i.e. 30 days after hire date...) To prevent the need to add these dates to all these fields (there are...
  15. Gaffi1

    If/Then Problems

    We've got a form to enter employee hours worked on a specific project. The hours worked are calculated within a macro which (simply said) takes the stop time and subtracts the start time. The macro itself works. Our problem is this: When the macro runs and either the start or stop time field is...
  16. Gaffi1

    Problems using a sum forumula

    I didn't realize I put the post in the wrong spot, so I'm posting a new thread. Here is the thread to my original post to give you background of my problem. http://www.tek-tips.com/viewthread.cfm?qid=919698 In sumation, I created a text box formula in a group footer to sum a calculation in...
  17. Gaffi1

    Sum a Control

    I am creating an employee production tracking database. I've had no problems up until now while making the report. In the report, in the detail section I have the data with two text box' calculating weighted averages. In the group footer, I have a text box to sum the weighted averages. When...
  18. Gaffi1

    SpeedStream 2604 and outside connections

    I want to set up a web server on my PC, but my router won't let me! I'm using a 2 PC network with win 98, and XP on a SS2604 Router and Cisco 678 DSL modem, and you should probably be able to tell that I can access the rest of the internet and use various programs that work over the net. The...
  19. Gaffi1

    SpeedStream 2604 and outside connections

    I want to set up a web server on my PC, but my router won't let me! I'm using a 2 PC network with win 98, and XP on a SS2604 Router and Cisco 678 DSL modem, and you should probably be able to tell that I can access the rest of the internet and use various programs that work over the net. The...

Part and Inventory Search

Back
Top