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 dencom 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: bfwriter
  • Content: Threads
  • Order by date
  1. 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...
  2. 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)...
  3. 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...]...
  4. 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.
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. bfwriter

    Colored check in checkbox?

    Hello friends, Is there a method to control the color of the check in a checkbox control? I need to alter the color depending upon other "mode" settings of the form (in this case, between green and red check marks). Thanks.
  10. bfwriter

    Vertical alignment in TextBox ?

    Hi Guys, Is there any way to vertically center the text in an increased-height textbox (as is routinely done in grid header captions)? Under unusual circumstances, for special effects, I like to increase the height of a textbox; but when that is done, the text line stays attached to the top...
  11. bfwriter

    Formatting decimal places <> field value

    Hi guys, I am stumped by how to input and display numeric values in a grid's textboxes, where the number of decimal places for the user differs from that of the underlying table. E.g-- All the fields in the underlying table are (always) N (10,4). But we need the user to be able to select and...
  12. bfwriter

    Form inactivated by _SCREEN.visible = .F.

    Hello friends, I have put together a simple calculator Form (with custom functions) for my own use, to be run as an EXE program, on screen, whenever needed. In order to get rid of the FoxPro screen surrounding the form, I issue _SCREEN.visible = .F. in the Init event of the Form. It gets rid...
  13. bfwriter

    Controlling FoxPro blank screen at run time

    Hello friends, A chronic confusion for me is how to control Screens and ShowWindows. Here is a recent example that illustrates the problem. I have a simple one-form app which I want to be callable at any time (even when not using FXP). I want the form to appear on my desktop (without the...
  14. bfwriter

    How to stop IE replacing desktop icons?

    Hello friends, Is there any way to disable IE from auto-replacing custom desktop icons (of web sites only) with the proprietary icons from the sites? Example: I put a custom icon on a website shortcut icon. Then the next time that site is visited, the custom icon is replaced with the...
  15. bfwriter

    New HP 2420d freezes if job sent before power-up

    Hello friends, I just installed a new LaserJet 2420d to replace a LaserJet-5P. Everything's good except one glitch. If a print job is sent to the print queue before the printer is powered on, the entire print queue thereafter is frozen. Even if the requested job is re-sent, it just piles up in...
  16. bfwriter

    Error message

    Hello friends, Using OE6. For the past few days I have started to get the following error message when loading OE: Dialog box caption: OE Script error Message: "An error has occurred in the script on this page." Error: Undetermined string constant Options: Do you want to continue? Yes/No If I...
  17. bfwriter

    IIF forecolor problem

    Hello friends, Why won't this code be accepted in the Properties window of a text box? IIF(table.logical_field, RGB(200,0,0), RGB(0,0,0)) When I try to enter this code it simply reverts to the default of 0,0,0. Using VFP 9.0 with WinXP-Pro Thanks much. Ben

Part and Inventory Search

Back
Top