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 SkipVought 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. bfwriter

    CANCEL command unresponsive

    Many thanks to all for the help here.. especially to Chriss whose simplified advice clarified for me a misconception that I've carried since forever, namely that, as used in FoxPro, a Form is NOT synonymous with a Program. It's that that lead me astray. I think that error stems from my earliest...
  2. bfwriter

    CANCEL command unresponsive

    Thanks for your comments, Mike and Chris. I'm sorry not to have clearer on my CANCEL problem. I expect a CANCEL command to cease processing of a Form and return to the IDE and Command Window for visual editing. I usually add a CANCEL command button to forms when they are new, during the months...
  3. bfwriter

    CANCEL command unresponsive

    Hi Guys, I'm an experienced non-professional FoxPro user for over 25 years. And here's a real head scratcher. I just now started a quickie construction of a simple form to display a list of values... of the kind I've done zillions of time in the past. And I've run into this weird problem... The...
  4. bfwriter

    Blocked by mystery error message

    Problem solved! Realizing that the PJX had acquired (carelessly) a small attic-full of obsolete forms that hadn't been removed from the project, I decided to reverse the process, and to rebuild the project starting from the main form only, then to add each component one-by-one, recompiling as I...
  5. bfwriter

    Blocked by mystery error message

    Many many thanks to you fellas who've looked at this problem for me. There are several good suggestions, and it will take me some time to go through them all. Some quick feedback for now: ATLOPES: At your suggestion I checked out he Tools>Code References. No joy there. Offender not found. But...
  6. bfwriter

    Blocked by mystery error message

    Hello friends, I've got a dilemma with an "outlaw" error message that's preventing me from building an APP file for a form application that also runs several sub-forms. The miscreant error message (attached) blames a supposedly invalid file that doesn't exist (and never could have existed)...
  7. bfwriter

    Local link in text field

    Many thanks for your response, and especially for your patience, Olaf. And my apologies for the confusion. My statement that... ...the "file:///" prefix (for local calls) is OK in a RichText Editor, which is indeed what I'm using here... is worded misleadingly. I meant that I regularly use...
  8. bfwriter

    Local link in text field

    Many thanks to all--MikeG, MikeL, and Olaf. MGagnon's suggestion won't work for me, for the reason that MLewis identified. (A click anywhere in the edit field will trigger the external call; which must remain unique to the "link" word/phrase, since the edit box, by its nature, expects clicks...
  9. bfwriter

    Local link in text field

    Hello friends and pros, Is there a means in my VFP 9 to embed a link in a text field (in this case a VFP Edit Box or an RTF Edit Box)--to open a file that's resident in the path of the LAN (i.e., not a hyperlink to the web)? For example, the text in the field might show "[Blah, blah, blah...]...
  10. bfwriter

    _Screen width/height error

    I just upgraded my monitor to a widescreen with 1920 x 1080 resolution; but despite numerous code and property adjustments the _SCREEN.width and .height properties continue to return 1383 x 939. And consequently I can't size images to full screen size. Any thoughts? Thanks.
  11. bfwriter

    How to detect Click + [Shift, Ctrl, Alt]

    Actually not "overkill" at all, Dan. (At least for me.) I didn't bother to elaborate before, but my confusion (above) that I couldn't put my Click code into the MouseDown event was due to my unfamiliarity with drag-and-drop apps; and I until now carried the vague notion that Mouse-Down and -Up...
  12. bfwriter

    How to detect Click + [Shift, Ctrl, Alt]

    Actually not "overkill" at all, Dan. (At least for me.) I didn't bother to elaborate before, but my confusion (above) about thinking I couldn't put my Click code into the MouseDown event was due to my unfamiliarity with drag-and-drop apps; and I carried the vague notion that Mouse-Down and -Up...
  13. bfwriter

    How to detect Click + [Shift, Ctrl, Alt]

    Many thanks, Olaf. That's great. Works like a charm. I much appreciate your help. Will
  14. bfwriter

    How to detect Click + [Shift, Ctrl, Alt]

    Sorry for the newbie question... Is there a function to detect whether a Click event is Shift+Click, Ctrl+Click, Alt+Click, or (plain) Click? I am aware that the MouseDown event provides that status natively, but don't see how to pass that status to the Click event to be used in a DO CASE...
  15. bfwriter

    Coding puzzle of WITH... ENDWITH

    Hello friends, Can anyone fill me in on the general principle involved in the following code failure (so I don't lose a lot of hair-pulling time trying to figure it out, as I did on this one)? The following code fails to compile, giving an error message: "Command contains unrecognized...
  16. bfwriter

    Concatenate memo fields in SQL SELECT?

    Thanks Mike. That works excellently. It's precisely the kind of thing I was hoping to find. (And, in addition, I came out learning a new VFP function I wasn't aware of.) You guys are great! Bill
  17. bfwriter

    Concatenate memo fields in SQL SELECT?

    Many thanks, Tamar. That's the kind of clue I was hoping for. (Yes, I'm in VFP9.) I'm not familiar with CAST, but it works fine in this application, and I'm getting into it. One limitation is that apparently it doesn't permit the programmer to name the resulting field. The resulting field...
  18. bfwriter

    Concatenate memo fields in SQL SELECT?

    Thanks for your input, Mike. Are you saying that VFP joins the 2 memo fields and places the result into a Character field of definite length (rather than simply making a third memo field, which I supposed would be variable in length)? I was hoping there might be something like an SQL SELECT...
  19. bfwriter

    Concatenate memo fields in SQL SELECT?

    Hello Friends, The following attempt to concatenate two memo fields in a SQL SELECT query fails, giving the error "String too long to fit. (Both memo fields are ordinary text.) SELECT memofield1 + memofield2 AS bigmemo FROM temptbl_2 INTO dbf temptbl Yet this work-around is successful...
  20. bfwriter

    Looking for a special purpose internet monitor

    I am looking for a software program to monitor and control realtime internet traffic (not as a spy system, but for control of an ultra-slow internet connection). The situation -- For 4 months a year I live and work in a rural area without high speed internet service. I use a dial-up connection...

Part and Inventory Search

Back
Top