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

  • Users: MY3MCS
  • Content: Threads
  • Order by date
  1. MY3MCS

    How come my program is updating the table in a different folder?

    In the command button of my form is: SELECT Filename.DBF APPEND BLANK REPLACE ..... TABLEUPDATE() RELEASE Thisform But when I browsed my table, I can't find the record I just did and instead, it is in the other folder with the same filename. Can you help me solve this please?
  2. MY3MCS

    How to Edit my Report and Add a Summary Band?

    Dear anyone, I'm having a hard time editing my report and add a Summary band into it. Is this possible? Can anybody teach me how to do this please? Thanks...
  3. MY3MCS

    Any Book about VFP on the WEB?

    Dear Everyone, Can you recommend any book about Visual Fox Pro on the WEB? As much as possible I want it to have a step-by-step instruction because I'm new to this kind of system. Thank you.
  4. MY3MCS

    Problem With Adding New Data To ComboBox

    Dear Everyone, One of the choices from my combobox is "Add New". The moment this was chosen, another form pops up and get the information and save it to my dbf. My problem is after I release the said form (the one popped up). I want the new record to automatically appear on the...
  5. MY3MCS

    What does it mean? "The Specified Module could not be found"

    Hello There: I have a program that will send an automtic email to one of out clients. One of the commands there is: ooutlookobject = CreateObject("OUtlook.Application") When I ran the program I got an error message: "Ole error code 0x8007007e: The specified module could not be...
  6. MY3MCS

    How can I transfer all my files from VFP 5.0 to VFP 8.0?

    Dear Sir:Madam: Can you help me please how can I transfer all my files (dbf, scx, prg etc.) from VFP 5.0 to VFP 8.0.? Will there be a problem if I do it? Thanks a lot.
  7. MY3MCS

    How to put an Icon or image or Picture to a Menu

    Hello everyone: Is it possible to put an icon for every command from the menu? It will work like a toolbar so that instead of clicking the word 'Invoice Module' from my menu, i'll just click the icon and the form will appear on the screen. I hope I clearly stated my problem. Thanks a lot as...
  8. MY3MCS

    How To Add Records To my Combo Box within the Form?

    Hello There: Is it possible for me to add new records to my combobox when I want to add new one? I want to include the add item mode on the same form. Thanks a lot.
  9. MY3MCS

    Is it possible to export the DBF file to QUICKBOOK?

    Hello everyone: I have a .dbf file that I would like to export to quickbook specifically my invoice.dbf file. Is this possible? Can anybody please tell me how to do it? Thanks...
  10. MY3MCS

    how can i command to my report to print a certain no of copies?

    Hello everyone: I call my printing command from a button as this: REPORT form "reportname" noconsole to print. Suppose I want to print it in 3 copies, how would i do it? Do I have to type the above command 3 times? Or is there any other way to do it? Thanks...
  11. MY3MCS

    Problem w/ email attachment (xls) it's not the updated file

    Dear Everyone: Here's my situation: I have a program that could copy my dbf file to an excel file and attached it (xls) to email and send it to different addressees. My problem is the file being attached is the old file and not the latest file. How did it happen? Can anybody help me with...
  12. MY3MCS

    Can you recommend a School for Visual Basic.Net?

    Hello Everyone: Can anybody knows a school wherein I can enroll and take a special course on Visual Basic.NET? With focus on database programming? I am leaving here in L.A., California. Thanks a lot
  13. MY3MCS

    How can I rename my report using the copy command?

    Hello everyone: How can I rename my report form I created using the copy command and call the new report name to my program(.prg)? EX. I created a report name "InvJune.frx" I want it to be renamed "InvJuly.FRX" so that I can save this new report name to my PDF File. Thanks
  14. MY3MCS

    how can I save my file to a .pdf file?

    Hello Everyone: Is it possible to save my .dbf file to a .pdf file? Can anybody please tell me how and can I send an email and attach the .pdf using outlook? Thanks
  15. MY3MCS

    function requires tow or table buffering mode

    Hello Everyone: One of the commands on my update button is "TableUpdate", but the message (see the subject) appeared. What does it mean? What would I do? Please help.. Thanks
  16. MY3MCS

    Why my DBF is not Appending?

    I have a command from by commandbutton like this: SELE INVOICE APPEND BLANK REPLACE INVOICENO With Thisform.Text1.VALUE HOW come the record is not appending to my file(dbf) from this command? Can anybody please help? Thanks.
  17. MY3MCS

    How Can I remove (Pack) deleted records from my grid?

    I deleted some records from my grid, I want them to be totally remove (pack) from my database the moment I exited from the system. Can you please tell me what to do? Thanks.
  18. MY3MCS

    Alias 'Invoice' not found

    Hello there. On the click event on my textbox is this Mnumber = Invoice.Invnum Invoice is my filename and Invnum is the field. But Whenever I click that text box the above error message appears. What shall I do? CAn anybody help me again please?
  19. MY3MCS

    how Can I show my Image to to my form

    Good Day to all of you. Can anybody please help me with my problem? I have a pageframe on my form and on page 1, I put there an Image box. Inluded in my dbf is a field "picture" (gen). How can I show It on my form? Thanks in advance ang more power.
  20. MY3MCS

    My database (.dbf) is not updating

    Hi there: Here's my situation: I have a form and five textboxes And I have a grid at the bottom. Whenever I entered data into those textboxes, I clicked my update button so that I can append all those data into my database. Here's some of the command in my click event: SELE Masterfile APPEND...

Part and Inventory Search

Back
Top