| Thread | Last Post | Replies |
|
| Problems with taskbar at right side | 31 Dec 2006 23:11 GMT | 1 |
May I insist in my question, as It does take time: I am used to have the taskbar at right hand side organized with 3 columns large. However, when I logoff or reboot, the taskbar appears with only 2 columns,
|
| Runtime Printing Issues with VFP 9.0 | 31 Dec 2006 15:55 GMT | 3 |
I have completed my application and created an EXE. Everything works great except when I attempt to print any of the forms. I get an error "Invalid Path or File Name" I have confirmed that the file is there and sometimes the header of the report prints with the rest of the page
|
| Select uestion | 31 Dec 2006 14:58 GMT | 5 |
Hi to all I keep in a field the sex of my patients. Male and Female. 1. Can I count the instances of each with a select statement? 2. Can I store the results in memory varables?
|
| Help Files for VFP Application | 29 Dec 2006 19:27 GMT | 6 |
I'm about ready to put a VFP app up for market. I have another person writing the help files for me. The dbf style help seems the easiest route to go, but it isn't very sophisticated. At the same time, asking this person to write html files might be a bit over his head.
|
| Fox Pro complex SELECT | 29 Dec 2006 18:24 GMT | 8 |
Hi all, I have this query: SELECT po, Itemmaster.style AS style, itemmaster.styledesc as styledesc, itemmaster.color as mycolor, ; Itemmaster.size AS size, SUM(Po_d.qoa) AS qty, po_d.upa as price,
|
| Report Writer Dynamic Font Adjustment | 29 Dec 2006 17:24 GMT | 2 |
VFP9 Is there away way to dynamically change the font bold property depending on a certain condition. Kind of like print when. I would like certain lines of the report to be bolded and others not.
|
| Progress bar during sqlexec() | 29 Dec 2006 17:20 GMT | 2 |
I want to update a progress bar during a sql select using sqlexec(), but haven't found a way to get the progress information. A work-around I have tried is to put a timer control on the form and let this update the progress bar. But this only "works", since it is lacking real ...
|
| [crystal report] How could I do this when defining a formula field? | 28 Dec 2006 16:15 GMT | 12 |
yy=1 xx=2 if {file.field}=1 then xx else yy
|
| how do i set date time of local machine from vfp6 | 27 Dec 2006 17:36 GMT | 18 |
how do i set date time of local machine from vfp6 Rajesh
|
| Intellisense locals | 27 Dec 2006 17:00 GMT | 4 |
Does anyone know of an add-on for VFP that can enhance intellisense with local variables. E.g. within a procedure, 3 locals are declared. local x
|
| VFP9: Runnig code just before form release? | 27 Dec 2006 16:56 GMT | 3 |
Which form method do I use to run code just before form release? I'm confused between Destroy and Deactivate... Thanks for the help.
|
| Getting started | 27 Dec 2006 13:08 GMT | 5 |
I'm trying to get started to convert my old Clipper programs to VFP 9.0 The first app I want to try out is simple: a startup prg, one form with just a few buttons... Some sample code for the setup prg would be very usefull.
|
| how to set environment variable from vfp | 27 Dec 2006 00:42 GMT | 10 |
how to set environment variable from vfp Rajesh
|
| Grid columns Change Color | 26 Dec 2006 01:19 GMT | 2 |
How Can I Change The backColor The For The Cell IF Data = 0 Thanks
|
| ip address | 24 Dec 2006 17:05 GMT | 16 |
How can I get the IP address of the local machine using fox. TIA Dave
|