Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sometimes deletes and sometimes does not
Message
From
07/10/2004 04:22:43
 
 
To
06/10/2004 16:58:16
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00949061
Message ID:
00949449
Views:
20
hi ,

i try as under, i get error message(end of file encountered).
>CLOSE all
>SET TALK OFF
>SET ECHO OFF
>SET SAFETY OFF
>    thisform.text3.SetFocus
>     USE homecomm1 excl
>     zap
>  SELECT 0
>    USE newcomm66 EXCL
>    SET DELETED on
>    INDEX ON VAL(char2) TO hh
>
>     set order to "hh"
>     lnTotalCopied = 0
>     FOR i = 1 TO (thisform.text3.Value)  && assume 20 values for flag
>     lnTotalNeedingCopy = (thisform.text3.Value * i) - lnTotalCopied
>   SEEK i
>   COPY TO temp2 NEXT (lnTotalNeedingCopy) WHILE VAL(char2) = i
>   lnTotalCopied = lnTotalCopied + _Tally
>   SEEK i
>   DELETE NEXT (lnTotalNeedingCopy) WHILE VAL(char2) = i
>   SELECT homecomm1
>   APPEND FROM temp2
>   SELECT newcomm66
> NEXT
>   delete&&the proplem
   delete
    skip
  if eof()
    go bottom
    endif
ThisForm.Refresh()

> thisform.text3.SetFocus
>
>CLOSE ALL
>use homecomm1 excl
>BROWSE
>
>
thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform