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 strongm 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. TooMuchCoffee

    CASE statement within a VFP6 program

    Ok, thx, Mike! I appreciate your help very much.
  2. TooMuchCoffee

    CASE statement within a VFP6 program

    This is the full IIF function, yes, it's nasty, that I need to make work. It's in "pretty"/"readable" format. Normally it would be crammed all on one line. When I run this in a PRG from within the VFP application, I get "Fatal error: Exception code=C0000005". So I'll be hunting down that...
  3. TooMuchCoffee

    CASE statement within a VFP6 program

    Thank you all for your knowledge! It will be most helpful today as I try to tackle the issue. I'll play around with the suggestions above and see if I can get it working. [morning]
  4. TooMuchCoffee

    CASE statement within a VFP6 program

    Hello all, I'm working with Visual FoxPro 6. I've learned that I have have to do my SQL statements inside a program because if I use the view or query generator, the various joins get messed up or the field length of my IIF statements are too long. Anyway. Here is a sample SQL (program?) that...
  5. TooMuchCoffee

    Parameter for WHERE in Stored Procedure

    SQLSister: You bring up a valid point. Thank you for your information. AWS
  6. TooMuchCoffee

    Parameter for WHERE in Stored Procedure

    pwise: That code change worked like a charm! Thank you. That worked beautifully. AWS
  7. TooMuchCoffee

    Parameter for WHERE in Stored Procedure

    Thank you for the info. I didn't think about adding the filter data to a linked table; good idea. AWS
  8. TooMuchCoffee

    Parameter for WHERE in Stored Procedure

    I need to make a stored procedure with the WHERE SQL set to a parameter. I've written the SQL to show the point I'm trying to make but of course I can't do what I need. The part I need help on is where I have the "AND (@INFilter)" what the @INFilter will hold is the following SQL statements...
  9. TooMuchCoffee

    Automation Error -2147417848

    Thanks for your help. I've never heard of Erl before. I'll give it a shot and see what I can find. You've been most helpful!
  10. TooMuchCoffee

    Automation Error -2147417848

    Do you know how I would go about finding what files are "missing, corrupted, or not registered dll, ocx, or even exe (ActiveX) files, and there associated dependencies"? Thanks for your help/suggestions/ideas.
  11. TooMuchCoffee

    Automation Error -2147417848

    Ok, I just changed: Me.cmbShipMethod.Text = "None" to Me.cmbShipMethod = "" recompiled and executed the *.exe file. That particular error is gone. I really don't understand it, though. I also get this "Automation Error" when I export a CR report to MS word -...
  12. TooMuchCoffee

    Automation Error -2147417848

    rorubin: code of program when it bombs - unfortantly when it bombs out (only when it's in *.EXE format) I can't go into BREAK mode and see the exact highlighted error-generating code. I've marked the position with an "===>" where the code begins to execute (strFilterMode =...
  13. TooMuchCoffee

    Automation Error -2147417848

    Looked on the web for MANY days for any help on this but everyone suggests something else and so far none of it has helped. Ugh. Maybe this site will be better since there is a large "brain trust" :-) here. Ok, I've taken over a VB6 SP5 application that connects to an Access 2000 DB...

Part and Inventory Search

Back
Top