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 gmmastros 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: *

  1. martinr

    FAXING OR EMAILING A REPORT FROM VFP

    I need to fax or email a report output from within a foxpro program. Can anybody help me with this? Thank You
  2. martinr

    NOT A DATABASE FILE

    Thanks again everyone!, It was good old Norton that fixed it.
  3. martinr

    NOT A DATABASE FILE

    Thank you very much!, I was just wondering if someone has ani ideas like appending the file somehow etc. etc. (a solution from within Foxpro).<br><br>Thank You
  4. martinr

    NOT A DATABASE FILE

    I am trying to access a dbf & am getting the 'not a database' file. Does anybody have any suggestions of how to get the data from this file.<br><br>Thank You
  5. martinr

    TIP:REPORT WRITER 'MISMATCH ERROR' IN VFP 6.0

    FYI; I came accross the following situation; I called my report file PRODCARD2 within the report I ALSO displayed a field called PRODCARD2. VFP gave me back a 'mismatch' error. In-other-words; you can't use a field that has the same name as the report file. I checked it out in version 2.6 & it...
  6. martinr

    printing graphic characters in foxpro 2.6 for windows, fixed font scr

    Q1) In DOS I was able to create graphic reports by using the CHR() function, but I am wondering if anybody knows of a way to print graphic chars in Windows (I do use the report writer, but sometimes I need to generate graphics in a .PRG). Q2) Does anybody know if one can use a fixed font when...
  7. martinr

    REINDEXING YOUR TABLES TIP.

    Maybe everybody does this, but when I am developing and maintaining a system, I have an indexing program that creates every index I use in the entire system. This serves as 1)allows the user to recreate the indexes even if they are missing entirely 2) serves as a refference of all the tables &...
  8. martinr

    Printing reports / Number field questions

    If I understand the question (#2), I whould do the following; create an index on the patient database, the key being the patient #. At the point that you are ready to write the record activate this index, goto bottom & add 1 to that patient id & write out the new record. Am I oversimplfying this...
  9. martinr

    How I Pack Table in multiuser (buffermode override 5 mode)

    I am not sure what 'buffermode override 5' is, & what your problem is, but before you pack the table you have to use it exclusively (use xyz excl) and it shouldnt be open by any other user.
  10. martinr

    Problem printing on a network

    I believe, by just saying in your program 'set print to' without any additional parameters that will do it.
  11. martinr

    Foxpro 6.0 .exe screen gets inverted when 'screen saver' activate

    A strange thing is happening on some of the screens, whereby when they are using visual foxpro 6.o .exe version, when the screen saver is activated, then screen gets inverted. This is only happening in Foxpro & not in any other applications & only in some nodes using this same exe, but not all...

Part and Inventory Search

Back
Top