| Thread | Last Post | Replies |
|
| decimal places in a CURSOR | 06 Jan 2008 22:58 GMT | 4 |
Hi, all -- I'm stumped again. I have created a cursor (resulting from an SQL statement) which will be used for printing a report.
|
| Textbox/label sizing | 06 Jan 2008 05:27 GMT | 11 |
I have a form that I want to use in a number of places to allow the entry of a variable length set of text. The form receives as parameters the caption for a label and also an input mask for the textbox. I resize the label, the textbox and the form and reposition controls to
|
| VFP9 - Installation program starts up when opening form | 05 Jan 2008 12:40 GMT | 2 |
I have a problem with VFP9; In the development enviroment, opening a form containing any activex- control the instalion program for VFP9 fires up. Nothing is installed and if I just cancel the installion everything starts ok.
|
| Windows XP HOME (OEM) 2 part question- licensing- CD | 05 Jan 2008 09:48 GMT | 3 |
sorry , this ones kinda long winded. I received a computer that was Going to be chucked, the computer was given to me with NO HD and NO CD's. motherboard and all other components are original to my belief, can't remember where i got it though (does that make a difference) I.E ...
|
| select statement - I'm confused! | 05 Jan 2008 03:33 GMT | 4 |
I have a select statement, and for some reason, it does not work the way I want it to. I've simplified it, and now I have SELECT *,IDNUMBER from zsmaster where (iDNUMBER NOT IN (SELECT IDNUMBER FROM ALLSPONS)) and (.F.) and idnumber=15309
|
| Supress ReportOutput Messages | 04 Jan 2008 17:13 GMT | 14 |
How do you invoke the NOCONSOLE option within the REPORT FORM command when setting REPORTBEHAVIOR to 90? It apparently ignores the NOCONSOLE command when behavior is set to 90. SET REPORTBEHAVIOR 90
|
| End-User Reporting/Graphing tool that works with VFP data | 04 Jan 2008 16:46 GMT | 3 |
I am in search of a good end-user reporting/graphing tool that works with Fox 2.x dbf and VFP tables. The user wants to be able to select data from the DB and then manipulate it on the fly (generate summaries etc...) and generate reports and/or graphs.
|
| removing a page from a pageframe at runtime | 04 Jan 2008 10:25 GMT | 4 |
I'm sure this is quite simple but I've never had reason to do it before and am now stuggling. How can I remove (not just disable) a page from a pageframe at runtime
|
| Altering the Where clause of a view | 04 Jan 2008 09:06 GMT | 7 |
I have a view VCUSTOMERFIND stored in the views only dbc CST_VIEWS. Is there a way I can programmatically alter just the WHERE clause of this view and store the change back into the dbc? If it is possible, could somebody give a few lines of code to demonstrate this?
|
| Coverage Logging | 04 Jan 2008 07:45 GMT | 5 |
I understand that we can run Coverage logging function from debugger to view code coverage. but can we actually activate this function in real production executable where we can see what
|
| Multiple instances using run or shellexecute api | 02 Jan 2008 20:30 GMT | 2 |
I need to run multiple instances of a vfp exe I've written, but both the run command and api calls to shellexecute seem only to succeed in starting a single instance after which, additional calls are ignored. The api call keeps returning the same number result.
|
| Kill an running .exe from VFP | 02 Jan 2008 19:59 GMT | 7 |
Is there a way for a vfp program to kill another running .exe ... along the lines of the task manager?
 Signature -Lew
|
| How is VFP comparing to C#/VB in terms of performance to SQL Serve | 02 Jan 2008 17:24 GMT | 10 |
Assuming an application is written in VFP and the same application is re-written in C# or VB, do the 2 applications have any major performance difference in terms of using SQL Server Database Engine (32bit or 64bit)?
|
| Grid_Best_Method_of_Buffering | 02 Jan 2008 09:45 GMT | 4 |
What is the Best Practices Method of setting the buffering for a Grid.? Table or Row buffering?
|
| Please help on this Query | 02 Jan 2008 09:45 GMT | 2 |
I have one Header Table Containing (TransactionID As a Primary Key) and i have two Detail Tables (Both the Table having TransactionID Column). Table1 (Header)
|