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

    Need a Compiler

    I recently purchased rights to an old (1972 vintage) FORTRAN program. I can run it on a Citrix server, but my license there expires next month and since the rights included source code I'm trying to compile the source locally and not have to renew the expensive Citrix license. I downloaded a...
  2. zdas04

    Report runs out of Memory with .jpg images

    I've got a database with 1400 records in it. Each record is associated with a .jpg file whose file name is the same as the primary key of the database. These .jpg files are really small (about 30k/picture) vector drawings from Macromedia Freehand. Using some code (see below) I got from...
  3. zdas04

    Display an Array on a Form

    I've got a two-dimensional array of physical properties (i.e. AnalysisConstant(0,0) is Methane Molecular Weight, (0,1) is Methane Specific Gravity, (1,0) is Ethane Molecular Weight, etc.) that I'm trying to display on a form. My first thought was to define 105 text boxes and use something like...
  4. zdas04

    Displaying Decimal Numbers

    Why are simple things so hard and difficult things so easy? I'm simply trying to display a number like 16.043 on a msgbox. What I get is 16 When I try to format it with Format(numField,"#0.000", yes, I am an old COBOL programmer) I get 16.000 . What dumb little thing am I doing wrong...
  5. zdas04

    Dongle in XP Pro

    [I've also entered this thread in PC Hardware General, I apologise if you see it in both places] I've got a (essentially) obsolete program that still works better than anything else on the market. The company that produced it has been out of business since 1998. None of the...
  6. zdas04

    Dongle in XP Pro

    I've got a (essentially) obsolete program that still works better than anything else on the market. The company that produced it has been out of business since 1998. None of the "replacement" programs on the market today actually duplicate the entire functionality of this program and...
  7. zdas04

    Access 2000 Database Growing

    I've got a small database that accepts customer data on a form, the salesman hits "calculate" and a VBA process updates a 1-record database with the key info, then the VBA runs two queries that do the calculations and update the table, finally the calculations are displayed on the...
  8. zdas04

    Passing Data from a Form to a Query

    I have an Access 2002 form that selects records (that is working fine) then it has this nasty "Print Report" button. At that point I pass all the database keys that have been selected on form to a VBA module to run the report. I've tried the DoCmd.RunSQL command, but it is a...

Part and Inventory Search

Back
Top