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 TouchToneTommy 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. baileybelle

    BROWSE between two dates??

    How would you use the BROWSE command to search a table between two dates and meeting another criteria? For example using an SQL statement I might use something light this.. SELECT * FROM tablename WHERE date between date1 and date2 AND companyname = 'ABC' How could this be accomplished with...
  2. baileybelle

    Can controls on a form be indexed?

    I was wondering if it was posible to have a control array in VFP similar to the way it can be done in VB. For example, I would like to loop through certain text boxes and populate table field values doing something like this: With ThisForm For i = 1 to Recount() .textbox(i).value =...
  3. baileybelle

    How can an object be released???

    What is the proper way to release an object from memory in foxpro? For example, if I created an instance of an Excel application using the following: objExcel = CREATEOBJECT("Excel.Application")
  4. baileybelle

    For Each Control....

    I would like to clear the contents of each text box on a form using the 'For Each' command. what would the proper syntax be to accomplish this? Thanks in advance.
  5. baileybelle

    Force Caps

    In the KeyPress event of a text box I would like to force capitalization. I am using the following w/out success: nKeyCode=asc(upper(chr(nKeyCode))) What would the proper syntax be to accomplish this? Also. does anyone know how to highlight the contents of a text box when it recieves focus...
  6. baileybelle

    print from vfp

    I am new to VFP and would like to be able to send a file to a local printer from an application. Could someone please point me in the right direction to accomplish this? Thanks in advance for any response. bailey
  7. baileybelle

    FoxPro Tutorials

    I am new to foxpro and was wondering of people could recommend good teaching websites and/or books that explain the syntacs and functions. Thanks alot

Part and Inventory Search

Back
Top