Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UT reported bugs -a compendium (almost)
Message
From
12/04/2002 11:34:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
UT reported bugs -a compendium (almost)
Miscellaneous
Thread ID:
00644341
Message ID:
00644341
Views:
56
The following was gleaned using the UT Search with the simple keywords: bug vfp7.
Obviously this will result in missed reports.
It lists entries from August, 2001 through to today.

These are the headers only, in a few cases with an extract because the title was hardly descriptive.
I have tried to eliminate duplicates and, more importantly, those that concluded as not being bugs through the thread. I got better at this by the half-way mark of making this list.

I do have extracts of messages for virtually all of them, but elected this presentation at this point because that list is huge in size. However, it would offer better search capabilities were it in a thread, so I am considering making a message/thread with the whole thing.

MOST of these DO NOT appear in the MS KB. What a waste!

Re: Parameters in methods (BUG) Thread #536092 Message #537822

Re: New C0000005 error on VFP 7 Thread #544693 Message #544987

ListBox and slow releasing forms Thread #543960 Message #543960

Re: Large Fonts - popup menu - ugly mark Thread #547369 Message #547375

Re: Fatal exception with user defined method in form Thread #546010 Message #548140

Re: Edit window pet peeve that didn't get fixed in 7 Thread #548897 Message #549270

Type library error when Creating Executable Thread #549286 Message #549286

Problem with ATC()? Thread #550537 Message #550537
...The above ATC() returned a non-zero value in the first pass, for a string of 210 characters, but ALWAYS returned 0 for a string (that happened to be) of 672 characters

Re: Does PEMSTATUS Work?!? Thread #550540 Message #550572

VFP 7.0 Crashing Often Thread #550646 Message #550646

Now you see it, now its gone - poof! Thread #551287 Message #551287
Yesterday while working on a project my VFP7.0 help went away (poof!). I restarted VFP and still no help. I activated the chm file directly and it works fine.

Re: Uh Ohh.. Have I found another error? Thread #551426 Message #552563
You can fix this by editing GENMENU.PRG, in the AddSkipFor function. I changed line 1250 from this:
IF ATC(".F.",GETWORDNUM(m.skip,1)) # 0
to this:
IF ATC(".F.",GETWORDNUM(ALLTRIM(m.skip),1)) = 1
Bug in DISPLAY. . . commands Thread #551583 Message #551583

Ouch!! - VFP 6 and VFP7 return two different results Thread #551679 Message #551705

Bug in New Upsizing Wizard Thread #551785 Message #551989

CTRL+F --> CTRL+G bug/change? Thread #553202 Message #553267

Did Grid.SetFocus( ) Behavior Change in VFP7? Thread #553269 Message #553269

Descending/Ascending not respecting Datasession Thread #554138 Message #554138

SetFocus Problem (Bug) Thread #554191 Message #554191

It's this a bug? Thread #554420 Message #554420
I have an form in wich, when I press a key (in a grid), it calls other form, in wich I perform a query and the results must be retrieve to the main form... the query performs ok... but when I return to grid, and I try to type some information, the focus stays in the same cell, I mean, the focus don't goes forward to next cell. This procedure used to walks well in Visual FoxPro 6.0 but In Visual FoxPro 7.0 does not.

VFP 7 loses Report controls toolbars after print preview Thread #554820 Message #554820

Different behaviors VFP7-VFP6 Thread #554550 Message #554550
1. The DESTROY Event is not Fired in thisform.release(), when a Toolbar is linked to it.Its strange, but when we create a Form with VFP7 the release and destroy behaviors happen. We're trying to replicate this problem exactly. Also the Form is still not unloaded and visible.
2. Toolbar doesnt unload when _screen.activeform is released
3. Compiling doesnt make an EXE File when an error uccured and clicked on Ignore.

Macro expansion Thread #554002 Message #555607

VFP 7 Grid Header Click Change Thread #555520 Message #555520

VFP 7: Several Apparent Bugs in MSAA Implemention Thread #556419 Message #556419

Re: Print button from REPORT NOWAIT does not work (bug?) Thread #556667 Message #556744

Re: Intellisense Manager Causes Access Violation Thread #557582 Message #559495

Re: Help! VFP 7 broke my VFP 6 code Thread #562021
I think I know what is causing this. In VFP6, if you issue an ALTER TABLE on a cursor with one or more long fieldnames (>10 chars long), the long fieldnames are silently truncated to 10 characters.

VFP 7.0 Bug Thread #562698 Message #562698
I've found a problem with vfp7 and a modal form returning a
variable into a grid column's textbox. Mainform is set a top level form with a grid displaying data from a table. In the valid
event place some code that runs a modal form (within main) and pass a variable to be returned and assigned to the textbox's
value. The lookup (modal form) uses a list box and when a selection is made it is released and returns the variable to the
grid in the mainform. What I've found is that when the lookup returns the variable it displays in the grid but the grid loses focus
and locks up. The same exact code works in VFP 6.0 just fine.

Re: Minor VFP7 Message Error ? Thread #561387 Message #563429

Possible Bug in SQL Select WHERE clause in VFP7 Thread #563935 Message #563935

Example of form that won't release in VFP7 Thread #566754 Message #566754

Re: VFP 7 in MSDN Subscription pamphlets Thread #565973 Message #568346
...Just one aspect of what my application does (Outlook Automation) prevents me from using VFP7. When I try to move a message from the Outlook "In" Box to another Folder when I use the collection's Move method causes an OLE dispatch error. I would point out that this is longstanding, bug-free, trouble free code that has worked fine with VFP6 for some considerable time. That one thing alone means I can't use VFP7 "in the field", so to speak. There are other issues like this that have cropped up here that cause similar problems for other developers. What to MS is a VFP bug and has been agreed and "passed up the line" can be an absolute show-stopper for a VFP developer's application.

Re: Grid bug? Thread #565977 Message #566111

Re: VFP bugs on numeric field overflow Thread #567942 Message #569231

Seems a bug in VFP7 and SET STATUS BAR Thread #569852 Message #569852

Re: Regression Bug - Error # 111 - Cannot update the Cursor Thread #572905 Message #572936

Re: Escape while BROWS'ing = Odd Flicker? Thread #573226 Message #573649

Re: Subclassing headers in VFP7 Thread #574795 Message #575501

Re: VFP7 - Empty grids can't get focus? Thread #575466 Message #575604

Re: IntelliSense Causes _TALLY NonSense! Thread #577451 Message #577665

Re: Header corruption and KB Q293638 Thread #580276 Message #583143

Re: Header corruption and KB Q293638 Thread #580276 Message #583677
refers to a different bug

Re: Possible Bug Thread #582199 Message #582424
Yes, FULLPATH() returns strange result in VFP 7 in this case. Still, I don't understand why are you checking for file named "Test File.txt" (with quotes) when the actual file name doesn't have quotes in it?

GPF: User defined combo box class in grid Thread #582300 Message #582300

Re: XMLToCursor Error Thread #583455 Message #583934

Re: Lockscreen & scroll bars Thread #584023 Message #584194

Re: VFP7/Excel Bug Thread #586616 Message #588848

VFP new bug: UPDATE with SET RELATION fails Thread #588420 Message #588420

Re: VFP7: C5 error on USE command Thread #588423 Message #588790

Re: BUG: VFP7 + FormSet + ScrollBars Thread #589632 Message #589642

Re: Bug in DEFINE CLASS x AS y OF ClassLib.PRG Thread #589361 Message #589902

Re: VFP 5 Valid Clause in a Grid not Functioning Properly Thread #589813 Message #591739

Re: Report Form ASCII different in VFP7 Thread #592090 Message #592393

Re: Allways on top? Thread #597017 Message #597021

Re: Seems like a VFP7 bug Thread #601588 Message #601847
...It's very minor, but after going into the properties screen of a treeview control (right-click on the control and choose "TreeCtrl Properties") and then closing out I cannot use "CTRL+W" or "CTRL+E" to save or run the form. Anyone else seen this?

Re: Error 'Cannot create file c:\whatever\whatever.fxp' Thread #612867 Message #613238

Re: TRANFORM() Behavior ... changed from SP1 ??? Thread #616533 Message #616543

Re: Deleting a column in a grid Crash VFP7 Thread #616778 Message #619431

Re: Pageframe/grid redraw problem Thread #617832 Message #617921

Re: Trapping VFP XML Function Errors Thread #623529 Message #623573

Re: Bug Confirmation: VFP7 Menu read-only on Netware Thread #624720 Message #625739

Re: Variable not found in report Thread #625063 Message #625081

Re: Still getting C0005 GPF Thread #620557 Message #621137
...I've managed to get some consistancy in the crashs now. If I modify a report in any way, save the report, close it and then try to compile the application I get C0005. If I close the project and re-open it after having modified a report then everything is OK.

Re: Problems with editor options Thread #634832 Message #635354

Re: Top level form loses WIndows focus Thread #639485 Message #640213

GetWordNum() bug with chr(0) Thread #639016 Message #639016

Bug in VFP 7 (Incorrect Century) Thread #641455 Message #641455
Next
Reply
Map
View

Click here to load this message in the networking platform