| Thread | Last Post | Replies |
|
| Calendar | 31 Aug 2005 22:51 GMT | 3 |
What is the best way to create a calendar that I can post events to? I only need to be able to view/print the calendar.
|
| protected by Windows | 30 Aug 2005 02:26 GMT | 2 |
Friends, While installing my VFP8.0 program using installshield, system generated an error as: ------
|
| Create a string from a field in a table | 29 Aug 2005 15:34 GMT | 3 |
Is this the most efficient way to create a string from a field in a table? Or would som one know a better way? SELECT DISTINCT Emp_eMail FROM tdbDoc INTO CURSOR cEmp SELECT cEmp
|
| passing a parameter to an exe file | 27 Aug 2005 03:41 GMT | 3 |
How do I go about passing a parameter to an exe file? I have an application and if the user sends in a parameter of -R the program would launch a different way. Such as:
|
| vfp 9 report thisform error | 26 Aug 2005 09:11 GMT | 2 |
I tried to write a simple form with a button to print a report, I wrote some code with "thisform....." command on the form_init procedure, and wrote a single line code to call the report to preview. The report is filter by one of the content of a label in the form, everything ...
|
| who called me? command button question | 22 Aug 2005 20:34 GMT | 3 |
I have a form method that is executed as part of the click event of several buttons, but it needs to execute slightly differently depending on which button was clicked. Thanks for any assistance.
|
| Replace leading and trailing character with another charater | 22 Aug 2005 19:20 GMT | 6 |
Would someone have a function that would replace leading a trailing "_" with " "? I have a string like: _and filed on_ and I want the returned string to be " and filed on " (leading and trailing
|
| Installation path | 21 Aug 2005 23:47 GMT | 3 |
Deear friends, How can I read the installed path of my program (dev by VFP8) on user machine? Usage: To distribute upgrade program on CD. When autorun starts my upgrade
|
| user control of user interface while app is running in background | 19 Aug 2005 04:32 GMT | 1 |
How can I create my application so that the user may still have control of the user interface while the program is processing data in the background?
|
| Forms Paint Method | 18 Aug 2005 17:07 GMT | 3 |
I have an VFP8, SP1 application running on Win XP, SP2 that crashes with Fatal error: Exception code=C0000005, during forms Paint method. I have _vfp.autoyield=.F., Themes=.F. and clipcontrols=.F. on each of the affected form.
|
| Help with old code | 16 Aug 2005 22:11 GMT | 4 |
Button Question Does anyone know why the code below does not work. When run, it diplays buttons, but when the mouse pointer is over the button, the button disappears. This only happens when the Windows style is in XP mode. When the
|
| READ/CLEAR EVENTS | 11 Aug 2005 23:26 GMT | 2 |
I am designing a forms application, which currently works fine as an .app. However, when I build an .exe, it starts but immediately disappears. I was told that this is because I need to include a 'READ EVENTS' command, but I have tried including that in various places to no ...
|
| Preview XLS WORKSHEET in form | 11 Aug 2005 10:40 GMT | 1 |
I need a preview for xls worksheet in a form I've added an ACTIVEX control WORKSHEET in the form but how to link it with existing XLS? I need advice for the best way to do this and links for apropriate samples
|
| endless loop dll hell? | 09 Aug 2005 09:26 GMT | 4 |
I'm working on a small, single-form app. It works fine on the 4 machines I've tested it on. On my client's machines, it loops endlessly in this part of the code (this is in a method of the form named "reportloop"):
|
| Scrolling forms | 04 Aug 2005 16:45 GMT | 4 |
I use VFP 7 and have a form that is so large that it has to be scrolled. My screen resolution is 1280x1024 and the form works fine. On a screen with resolution 1024x768 the bottom of the form is missing with the scrollbar as far down as it goes. I changed the screen resolution to ...
|