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...
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)...
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...]...
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.
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...
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...
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...
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...
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.
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...
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...
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...
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...
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...
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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.