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

    code to check delete files if older that one week

    I got help w/code to do autobackup of files using the windows scheduler. To keep my drive from getting cluttered I want to check the folder for files older that a certain number of days (e.g., 7, 10, 30) and delete them. Some files I want to keep longer in some folders (I have a series of loops...
  2. bobalou

    automatic backup access db w/new file name

    I want to schedule an automatic backup of several access databases from a server to my pc because of problems we are having w/the network backup. I want to copy over to local drive w/a new name (original name w/date appended to end) and use the scheduler to run overnight. bat file, vb, vb...
  3. bobalou

    foxpro memo fields don't show in report

    using cr8.5 and rather than using a text field the db devs used a memo field. i cannot figure out a way to get the text to show in a report. none are longer than 150 chars so not limited by the 254 thing. any suggestions? tks
  4. bobalou

    can't reset variables between groups

    i am trying to pass sums from two different subreports up to the main report level and then add them to a value in the main report which is a sum within a group. i can get the value up to the main report using the following in the subreports (other uses different variable in same formula)...
  5. bobalou

    only want records where running total in subreport

    i have the following formula in a subreport that sets a variable to the running total of one column. whileprintingrecords; shared currencyvar payable_total :={#RTotal0} ; i want the main report to only show results where the running total exceeds a certain value (in this case 750000). i have...
  6. bobalou

    only want a maximum id

    from a database where the id is the key field. right now i am getting all of the records from the table where the selection criteria is being met (many tables being linked) but i only want one output line where the id is the maximum of all of the records assoicated to the rest of the data...

Part and Inventory Search

Back
Top