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!

Recent content by BillRossDenver

  1. BillRossDenver

    Export RTF formatted file to MS Word

    Hi all, Thanks for the many sugestions but I'm still at square one. I don't have any reports or other parts of the original FoxPro project - just the DBF file which I can read as a linked file to MS Access. The records seem to contain the RTF codes and I do know that the data printed in what...
  2. BillRossDenver

    Export RTF formatted file to MS Word

    Thanks Rick, This is a one shot deal. There are about 1000 records that in need to get into MSWord - one time. Each record has two columns - filename and text with RTF codes. I need something like a "merge" option that will create 1000 .doc files with the correct file name and an...
  3. BillRossDenver

    Export RTF formatted file to MS Word

    I am not familiar with VFP - I'm a vb/SQL programmer - but I've been asked to export some data to MSWord in rtf format that is currently in a in DBF format. I can get the data out in text but the formatting is lost. Can anyone point me in the right direction?
  4. BillRossDenver

    Removing DUPLICATE data from a SubREPORT

    Set the Recordsource of the subreport to a select query with "group by" on all fields show on the subreport
  5. BillRossDenver

    "Cant apply filter in a subform"

    Have you tried setting the as the first option in doubleclick parent.TimerInterval=0. This will stop the parent form's timer from firing during the rest of the processes. Set the parent.TimerInterval=15000 after the processing.
  6. BillRossDenver

    Microsoft Access Query Help

    1. Bind the form to Master_Service. 2. Set to new record on open. 3. Give user a combo box of values from Master_Service.COMMENTS1 so they can always select a valid value.

Part and Inventory Search

Back
Top