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

  1. VictorFRodriguez

    Cursor does not return to search box after selecting with barcode reader

    Blessings to all. I have a search box that manually reads and insert items into a grid. After doing this, the setfocus is return to the search box. But the cursor stays in the grid if thd item is found with a barcode reader. What should I do in order to obtain the same result when searching...
  2. VictorFRodriguez

    On VFP6, how to display label number when clicked when more than one

    I have a form that launches more than 40 labels when initiating. Each label has the name of the label number. I need to display the name of the label in a text box when one of those labels is clicked. It has to be on VP6. Any solution?
  3. VictorFRodriguez

    Is it possible to build an VFP9 APP with errors?

    I am new to VFP9. I used to run vfp6 application with error. How can I do that with vfp9?
  4. VictorFRodriguez

    When trying to modify form, the form is not visible

    I was working with VFP9, and aparently, I click over somthing, and since that moment, the form is not visible. I cannot mdodify form, or text. The only thing visible is the properties window, command window and the VFP Menu. How can I resolve this...
  5. VictorFRodriguez

    How to convert DATE() to INTERGER as in PHP

    In php, you can convert today's date into interger by using the function var_today = date() which gives you the result of seconds from 1970 to today. What would be the function in VFP in order to obtain the same result?
  6. VictorFRodriguez

    PRINTING COLOR IMAGES AND GET BLACK AND WHITE WITH VISUAL FOXPRO

    thread184-877591 I have discovered a partial solution to this problem. Open the report wiriter as you open a dbf file. Let's say USE myreport.frx browse fields expr You will see somthing like this: DRIVER=winspool DEVICE=Bullzip PDF Printer OUTPUT=BULLZIP ORIENTATION=0 PAPERSIZE=1 SCALE=100...
  7. VictorFRodriguez

    How to make programmatically a desktop link

    I would like to install an application and want to include in it the link to where it is installed. I used VFP6. Victor F. Rodriguez
  8. VictorFRodriguez

    How to install the fax app of Win2000 indepentdently

    I want to prove if there is a way that the fax application that comes with Win2000 can be install independently in Windows XP. When I invoke this program in Win2000 from VFP6 works perfect, but in WinXP makes an error. Victor F. Rodriguez/Santo Domingo, Dominican Republic
  9. VictorFRodriguez

    How to show data in edit box when scrolling a grid

    I have a form with a grid that opens a table that includes a memo field. The memo field data must be in a Edit box. When I scrolled or click a cell, the edit box does not change. What should I do?
  10. VictorFRodriguez

    How to send to a table every file in a directory

    I would like to insert into a table every file in a directory. With GETFILE() I can see them. But, What code should I use to append them to a table? Victor F. Rodriguez
  11. VictorFRodriguez

    Back space key goes to another Text box

    I have a form with several text boxes. When I type something wrong and push the back space to the beggining, sometimes goes to a previous box. Is there any trick that allows the cursor to STOP when is at the first position? Victor F. Rodrigueez
  12. VictorFRodriguez

    How to use the Fax of Win2000 in Window XP

    Since the code I use to send fax programatically with Windows 2000 does not work in Windows XP, I would like to prove if extracting the fax program from the installer CD in Windows 2000 to copy it in WINDOWS XP will work. Does anyone knows how to do that? Victor F. Rodriguez
  13. VictorFRodriguez

    STUFF in SELTEXT with error results

    I have a list box with some HTML codes in one side of a form and in the other an Edit box in which I select a text and when clicking over the desired HTML tag in the list box should include the pre tag and post tag in the selected text. But the result truncate some letters or text. This is the...
  14. VictorFRodriguez

    How to activate option copy and paste in a form

    I have a form with an Edit Box and I need to use the right click button to make copy and paste. How can I enabled this option? Does anyone can show me a code? Thanks Victor F. Rodriguez
  15. VictorFRodriguez

    Faxing witgh WINDOWS XP

    I have the following code that works perfectly with Windows 2000 but shows an OLE error code with Windows XP. Do you have something good for WIN XP? *************************************** CODE FOR WINDOWS 2000 TO FAX A WORD DOC lcFaxNum="565-0008&quot...
  16. VictorFRodriguez

    Calculating columns in a grid

    I have one form with one grid in it. The grid has four columns. My interest is that the value of column4 be the result of column1 (Quantity field) x column3(Unit price). My second question is: how to close a table that is open in another work area. Victor F. Rodriguez
  17. VictorFRodriguez

    How to show a small message when over an object

    I want to know how is to indicate to the user the purpose of every object when over in it. Victor F. Rodriguez
  18. VictorFRodriguez

    My .exe file is being changed with no reason

    I have been experimenting recently a problem with an .EXE file. My application is called INFOSOFT and the executable file is INFOSOFT.EXE Every time a open the file an error occurs that says "it is not a valid foxpro file". I check the file and it is 766KB but the original is only...
  19. VictorFRodriguez

    How to go to a specific record in a Grid

    When I open a form with a grid in it, I want the position of the cursor to be in a specific record based on today's date, but always goes on top. What should I do ///? Victor F. Rodriguez
  20. VictorFRodriguez

    How to convert a VFP report to Fax format

    I need to know is there any way to convert a .FRX into fax format, as it is done to ASCII format.

Part and Inventory Search

Back
Top