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 Mike Lewis 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. jjdavis

    SendObject command

    I am trying to do a SendObject command and in the To argument, I am trying to put a list of names. However, it is giving me a "Compile error: Expected: End of statement" error. I tried the semi-colon, a comma, semicolon with single quotes around the list, but I'm still not sure what I'm doing...
  2. jjdavis

    Can't open link to file

    Yes, links to internwt web sites work. Only links to files are affected.
  3. jjdavis

    Can't open link to file

    I have tried looking through some of the other posts, but I'm not sure if this is the same problem or not. My co-worker cannot open links in Outlook 2000 e-mails (html) that have links to a network file. It doesn't do anything. He is running XP, same as I, but he has recently updated his...
  4. jjdavis

    Personal macros in Excel

    There is a VB program that generates data and dumps it to an Excel spreadsheet. I have some macros that I would like to run after the data is generated. However, VB does not open Excel normally so the macros in my personal.xls workbook are not available. Is there a way to get around this...
  5. jjdavis

    USB Printer problem in MS-DOS

    Or does anyone know of text file viewing/printing program that supports ASCII format characters?
  6. jjdavis

    USB Printer problem in MS-DOS

    I have just encontered this issue. Is there not a work around?
  7. jjdavis

    Losing Set Procedure

    Tried it. Still go the same error. Cannot find the procedure in the library file. Thanks anyway. You deserve a star for effort.
  8. jjdavis

    Losing Set Procedure

    It is working so I'm not too worried about it, but it does bother me a little. The code is below, but I'm pretty sure that the code should not be causing the problem. It does not actually generate an error, but right after I perform that action it gets the error, trying to run something else...
  9. jjdavis

    Losing Set Procedure

    I did try SET PROC and still only returned the ones that I did. Okay, the place where it was hanging up was an option on a form where I did a RUN command whereas the other options I did calls to the library. I moved the RUN command to a call to the library and now it works. Why I don't know??!!
  10. jjdavis

    Losing Set Procedure

    Thanks, for the advice. Still does not help. If I recompile as an app, it works okay, but as soon as I complile as an exe, it still does it. I tried using the Code References tool, but no luck. Sorry Jim, I may have to do some research for your suggestion. Over my head. Have not had any...
  11. jjdavis

    Losing Set Procedure

    I am using the application framework in VFP8 and I put a set procedure command in the main program. I have several commonly used procedures combined into a "library" program that I want to access at any time. When I build the exe, it seems like it "loses" the library program, basically closing...
  12. jjdavis

    cancel program without terminating exe

    Thanks. Just wondering. I have several spots in my program where I give an error message and just cancel the program. I have just recently switched to using an exe and have run into this issue. Probably shouldn't be an issue for most of my users, just for me.
  13. jjdavis

    cancel program without terminating exe

    Does anyone know of a way to cancel a program running in an exe without terminating the whole application?
  14. jjdavis

    cannot access the selected table

    I tried putting a CLOSE TABLES in the forms's Destroy Method, but it still gave me errors. The same ones plus some.
  15. jjdavis

    cannot access the selected table

    I solved my problem by setting the rowsource for those combo boxes to a null string before releasing the form. But is there an easier way?
  16. jjdavis

    cannot access the selected table

    Thanks. I do think that my initial form is what is generating the error because I have some combo boxes that I am using cursors to supply the rowsource data. I have tried putting the CLOSE TABLES in the Unload, QueryUnload, and Release Methods, but it doesn't seem to make a difference or I get...
  17. jjdavis

    cannot access the selected table

    Can anyone shed some light on my "Cannot access selected table error"? I am trying to run a form, click a button to run some code, and after it finishes open another form. I can't seem to trap the error. I step through the code and it goes through opening the form and runs the code in the...

Part and Inventory Search

Back
Top