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 bkrike 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: martin250
  • Content: Threads
  • Order by date
  1. 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?
  2. 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...
  3. 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
  4. 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
  5. 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