Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange Situation.
Message
 
 
To
03/02/2000 04:18:04
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00326579
Message ID:
00326607
Views:
16
Sometimes this problem occurs when you are trying to scan..loop a table which is related to another table. The pointer seems nowhere to go. Just an assumption, it may have other reasons...

>Hei!
>
>I was wondering if anyone could explina this situation.
>I collegue who has since left the company made a server tool which loops through a table
>and does some processing..
>
>He uses a field called admstatus a character field. With a tag on it.
>
>SO the code looks like
>
>SELECT pdmlog
>SET ORDER TO TAG AdmStatus
>GO TOP
>
>IF EOF()
> EXIT
>ENDIF
>
>
>IF NOT EMPTY(pdmlog.admstatus)
> EXIT
>ENDIF
>
>
>-do some stuff
>
>Sometimes but not often the program loops endlessly on the same record
>which is not empty in the admstatus and is not at the end of the file..
>
>What happens in this loop is he is expecting all the empty records to be first in the table.
>Why would doing the SET ORDER TO TAG not have the empty records first?
>
>I added a
>SEEK ""
>To move to the first empty record but I can't seem to figure out why this situation would occur.
>
>Thanks a Mil..
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform