| Thread | Last Post | Replies |
|
| Object References in Nonclass Code | 01 Nov 2004 00:54 GMT | 2 |
My existing app has grown over the years. I learned OOP starting with this app, and some of my code positively creaks. It is starting to bite. I have a number of validation routines in nonclass code. These
|
| Textbox alignment problem | 31 Oct 2004 23:45 GMT | 5 |
I have two textboxes in a grid, one with names and the other with addresses. The name textbox is to be right-aligned, and the address textbox left-aligned, so that the information blocks will look neat. If a textbox is placed outside a grid, it can be set to be right-aligned and ...
|
| Help about to trap the error of Primary key violation on SQL Tabl | 31 Oct 2004 23:44 GMT | 1 |
I have created a Form based on remote view of a table in MS SQL Database, that have a primary key. If the record is new, after I have enter the primary key, I need to control if the code exist already.
|
| HP printers and FPW26 | 31 Oct 2004 17:50 GMT | 3 |
I am sorry to raise this because I know it has been discussed in the past. The problem is that currently with my OE, XP SP2 I can't retain any messages for longer than 3 days, even with Tools, Options, Maintenance, Delete box UNchecked. I have tried Reset but to no avail.
|
| Indexing on a partial field | 31 Oct 2004 17:34 GMT | 2 |
It's years since I used this facility and try as I might I am unable to recall - or trace - how to create a simple index on a numeric field using only the last three digits of four. Any help would be much appreciated.
|
| How to gradually retrieve data from MSSQL? | 30 Oct 2004 19:51 GMT | 2 |
Is there anyway to retrieve data gradually from MSSQL? What I mean is like the feature in the Enterprise Manager; when I open a table from the EM with Right Click on the table name -> Open Table -> Return All Rows, then the grid will show up almost immediately and fill with some ...
|
| Menu Manager - Internal consistency error (Error 1000) | 30 Oct 2004 17:41 GMT | 4 |
Recently, some clients have been getting a "Menu Manager - Internal Consistency Error" message when closing out of my application. At first I thought it was just happening when they used the "X" button to close out, but then a few told me it occasionally happened when they used ...
|
| locking confusion | 30 Oct 2004 07:53 GMT | 1 |
I'm confuse with locking point of view when trying to use these 2 commands, CURSORSETPROP and RLOCK() Because CURSORSETPROP is doing automatically locking, How can I put the RLOCK command in place in conjunction with CURSORSETPROP ?
|
| dbman ASSIGN APPROX(.T.) command | 30 Oct 2004 05:46 GMT | 1 |
This ASSIGN APPROX(.T.) command is spose to give you the previous or next record should the number you are searching for is not found, is there a new was in foxpro considering this is not a valid command. Also
|
| XLTOCURSOR is dead slow | 30 Oct 2004 03:09 GMT | 5 |
When I try issuing the following commands on a table with , say, 10000 records, the machine hangs [or takes too much time]... USE TEMP =CURSORTOXML("TEMP", "cXml")
|
| FSIZE() | 30 Oct 2004 00:08 GMT | 1 |
FSIZE() function return an error in foxpro 6 ("file doesn't exist") but works in foxpro 8 (on same table, same field checked). Weird... Any imput?
|
| visual foxpro microsoft roadmap | 29 Oct 2004 22:47 GMT | 3 |
what is the official roadmap for visual foxpro and where i can find it to print it (i need that official and as soon as possible for an important offer) is it true that 2010 foxpro stops?
|
| Eventhandler( ) - bind COM events to VFP object | 29 Oct 2004 22:04 GMT | 3 |
Trying to use SQL Server sqldmo.dll object for some SQL Server management functions. However, cannot figure how to bind the sqldmo.dll events (specifically the BackupSink interface). I've created the VFP class that implements this
|
| Datetime format, decimal seconds | 29 Oct 2004 19:06 GMT | 2 |
I already loathe the datetime format but it's thrown yet ANOTHER confusion at me! I have built a table which is being incorported in a web site to give Date/Time to an accuracy of seconds. I need to have two values being a 'start
|
| Child data grid crashes VFP6 | 29 Oct 2004 17:01 GMT | 5 |
WinXP SP1, VFP6 SP5 I have been tracking down the most elusive bug I've ever seen. When a particular form was about to be displayed, VFP would crash with an error in Kernel32.
|