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 SkipVought 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. martin250

    Right Align text fields in Reports

    Rick, it's FoxPro 2.6 for windows. The data is trimmed aswell. I'm puzzled why this should not work.
  2. martin250

    Right Align text fields in Reports

    tesar, Have you got the report built in the app aswell as in the working directory, sometimes this causes abit of confusion, maybe try to exclude the report in your project and work on the report in the working directory?
  3. martin250

    Right Align text fields in Reports

    Hi, I'm having trouble right aligning text fields in foxpro 2.6 reports. I double click on the text field then select format then put a tick in the box called Right Align. After the app is built the text box still left aligns the text? Any suggestions?
  4. martin250

    Reading a Word Document

    I've looked into DDE abit further, does anybody know if its possible to return all the text from a document. I've tried using ichannel = DDEINITIATE("WinWord", "System") lcDocument = DDERequest(ichannel, 'c:\\test.doc') with no luck. I've found that, lcDocument =...
  5. martin250

    Reading a Word Document

    Is using DDE the only way to go about doing this? I've also tried using an APPEND FROM, but I don't think you can do this either. If DDE is the only way to do this can anyone help or point me in the right direction for some information about it as I'm not to sure how to use DDE. Once again any...
  6. martin250

    Reading a Word Document

    Hi, I'm hoping somebody can help me. I would like to read and get data from a Word Document and store it in a variable. I've tried the code below but this only seems to work with a standard TXT file, when tried with a DOC file it returns weird characters. STORE FOPEN(m.location) TO file_handle...
  7. martin250

    ADIR command to return File Sizes

    Hi, I need some help returning the total size of three file types in a specific folder...I've been using ADIR but can't seem to get it to work, I hope this is the correct way...basically I'm after the total size of all *.dbf *.cdx *.fpt files in a folder called c:\data Thanks in Advance Martin
  8. martin250

    String Manipulation

    Thanks EMC, thats exactly what I was after. It works great :-) TY Thanks also mlv1055 for the info on that thread. Mart
  9. martin250

    String Manipulation

    Hi, I'm trying to take a surname string with a hyphen in it, and make both names before and after the hyphen PROPER case. m.surname = "SALLY-ANNE" I need it to print out... Sally-Anne I have tried for awhile without any success. Please can you help. Thanks in Advance. Mart
  10. martin250

    mySQL SELECT, LIMIT records statement with VB

    Hi, I need some help getting data back from a remote server hosting mySQL, I have a database on the server that has a table called members which has 10,000 records, Ive designed a little program with an ADODC object and a few textboxes which I have bound to this control & fields in the table...

Part and Inventory Search

Back
Top