| Thread | Last Post | Replies |
|
| <alias> is not related to the current workarea | 27 Dec 2007 02:57 GMT | 2 |
I'm doing my first VFP9 multi-detail-band report. I've got the master cursor related to detail cursors, but when I call the report, I get error 1165, crsDetail is not related to the current workarea. I quick check of the Set dialog shows that it clearly is related to the
|
| gswin32.inf | 26 Dec 2007 23:14 GMT | 3 |
I use the postscriptwriter gswin32 in my VFP-app. Where can I find the file gswin32.inf for downloading? Best regards Christina
|
| Calls between windows | 26 Dec 2007 18:22 GMT | 6 |
I have the need to trigger some events in windows which don't have focus and am not seeing any good way to accomplish this. The scenario is that if specific window is opened and a process started in that window, I need another window to know that the process is
|
| QuickTime symbol displays instead of video | 26 Dec 2007 09:44 GMT | 3 |
I recently downloaded Google Earth and whent on the website to learn more about how to use it. It advised me to watch the video but displayed the QuickTime "Q" with a question mark over the top - and no video. I have come across this before but it hasn't been a problem - more ...
|
| messagebox with timeout weirdness | 24 Dec 2007 21:52 GMT | 6 |
Do this: MESSAGEBOX('message',16,'title',100000) Which causes a messagebox to be displayed with a 100 second timeout. Look at your taskbar, notice the extra icon on it. It has a fox icon,
|
| Quit wont quit | 23 Dec 2007 03:49 GMT | 10 |
How come sometimes the following sequence of commands in the command box does not quit my VFP? On Error On Shutdown
|
| set relation to iif(lCondition, fieldA, fieldB) into ........ | 22 Dec 2007 20:54 GMT | 5 |
Has anyone else seen code like this? I'm revving an old app written by someone who loved stuff like this. The app is full of it and it's twisting my mind.
|
| vista pia | 22 Dec 2007 20:46 GMT | 40 |
Like many other developers of multi-user applications, I often use an application upgrade model in which an updated version of the app is downloaded from the file server. Makes it very easy to upgrade several users. Mostly, they don't even know it happened.
|
| VFP Bug | 22 Dec 2007 20:02 GMT | 7 |
The following code should not display 'hello', but it does on my VFP9SP2. strCode = 'MyFunction(nonExistingVariable)' Try Evaluate(strCode)
|
| Where to get rich text control richtx32.ocx for Vista? | 22 Dec 2007 18:05 GMT | 1 |
I thought richtx32.ocx was automatically installed with Windows, but apparently not since my app can't find it when installed on Vista. Where can I get an official copy of this thing to include in my installs? I am reluctant to just grab the one out of my system32 directory.
|
| Scanning 2D barcode in an EditBox control | 21 Dec 2007 12:28 GMT | 2 |
I have an application which scans 2D barcode like the one on US Vehicle Registration Cards. I am using a keyboard scanner which works just fine when scanning into a regular Text document, but when scanning in a VFP form's EditBox control, some LineFeed characters are missing, ...
|
| Problem printing reports in color | 21 Dec 2007 09:20 GMT | 15 |
I should be most grateful to have help from the experts. VFP8 SP1, Windows XP Pro SP2 I have a series of reports which have various items in color. Preview on screen is perfect with colors appearing correctly.
|
| Another (hopefully simple) VFP 7 report writer question | 21 Dec 2007 01:28 GMT | 6 |
Hello and thank for the help. Also, happy holidays and happy new year to all. In the form designer, for most objects, you have top, left, height, and width.
|
| My pc restarts automatically !!! | 20 Dec 2007 21:22 GMT | 1 |
Hi everybody ... I'm using Windows XP Professional Version 2002 Service Pack 2 .My pc is Celeron(R) D CPU 3.06 GHz. While using any applications, browsing the web, shutting down or even after
|
| print screen | 20 Dec 2007 13:01 GMT | 3 |
how can I use my print screen button to be on a page and hit print screen and it prints the entire screen. I don't want to use the paste and copy method to word or paint. Can anyone help or direct me
|