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!

Recent content by nicktagz

  1. nicktagz

    Don't create empty xls files

    Thanks, that's what I was looking for.
  2. nicktagz

    Don't create empty xls files

    I'm currently using the copy to command to export dbf tables to xls for certain criteria. My question is if there is no data to export is there a way to not create the xls file?
  3. nicktagz

    VFP9 Fill Command?

    Thank you very much, this is exactly what I was looking for.
  4. nicktagz

    VFP9 Fill Command?

    Apologizes, it's a DBF table. The first column is a name and the second column is an account number. Col.1 | Col.2 a | a | 1 a | 1 b | b | 2 b | 2 c | c | 3 c | 3 I'm just looking to fill in that first blank row with the data below it.
  5. nicktagz

    VFP9 Fill Command?

    I'm looking for a way to fill in data from one row to another, much like the fill up or fill down function in excel. Basically what I want to do is if the row is blank fill it in with the data below it. Please see the example below. Beginning Result: 1 | 2 | 1 3 | 2 4 | 5 | 3 End...

Part and Inventory Search

Back
Top