Re: Cursor Problem
From: Cindy Winegarden (cindy_winegarden_at_msn.com)
Date: 01/24/05
- Next message: Dan Freeman: "Re: problem with grid and check box"
- Previous message: Jeroen van Kalken: "Re: datetime interval"
- In reply to: QaiserMehmood: "Cursor Problem"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 Jan 2005 18:20:26 -0500
Hi Qaiser Me,
By "cursor" I assume you're referring to a permanent table and not a
temporary cursor. In order to pack a table you need exclusive use of the
table.
When you say that your grid is out of order, what do you mean? If I pack a
table that has an index order set then the order is preserved in the packed
table. Are you perhaps using record numbers as primary keys and when
records are removed the numbers don't fill in the gaps?
Why do you feel you need to pack the tables? Unless you've got large numbers
of deleted records in large tables, why not just leave the deleted records
in the file?
-- Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP cindy_winegarden@msn.com www.cindywinegarden.com "QaiserMehmood" <qaiserme@fastmail.fm> wrote in message news:822BF8E7-EC83-4B3A-883D-FB6623FF9CE3@microsoft.com... > Hi > Qaiser here > Sir my first question is > How to Permanently delete record in cusor i apply pack command on cursor > but > its not work . > second question : - Sir when i used pack command on table the grid that > are > associated with that table become out of order sir how i solve this > problem > > Waiting for you goood reply > -- > Qaiser Me
- Next message: Dan Freeman: "Re: problem with grid and check box"
- Previous message: Jeroen van Kalken: "Re: datetime interval"
- In reply to: QaiserMehmood: "Cursor Problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|