Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why does this not work?
Message
From
17/12/2004 18:06:35
 
 
To
17/12/2004 16:31:50
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00970191
Message ID:
00970227
Views:
32
I didn't see where You definne some variables, may be thay are PUBLIC but?
CNTTEMP=This.Value
* This says where the product is
If Left(CNTTEMP,1)="*"
    TEMPLOC=Substr(CNTTEMP,2)
Else
    * this it to change quantity by more than one at a time
    If Left(CNTTEMP,1)="#"
        TEMPCOUNT=Val(Substr(CNTTEMP,2))
**********************************************************************************************
        Seek TEMPUPC Order Tag CUPC In INVCOUNT  && WHAT IS THE VALUE OF TEMPUPC? FROM WHERE?
**********************************************************************************************
        If Found()
            Replace INVCOUNT.NCOUNT With INVCOUNT.NCOUNT+TEMPCOUNT In INVCOUNT
        Endif
    Else
        * this is the product UPC code
        TEMPUPC=CNTTEMP
**********************************************************************************************
        Locate For TEMPLOC=INVCOUNT.CLOCATION While TEMPUPC = INVCOUNT.CUPC && WHAT IS VALUE OF TEMPLOC, I see it is sttored ONLY IF Left(CNTTEMP,1)="*"
**********************************************************************************************
        If Found()
            Replace INVCOUNT.NCOUNT With INVCOUNT.NCOUNT+1 In INVCOUNT
        Else
            Append Blank In INVCOUNT
            Replace INVCOUNT.CLOCATION With TEMPLOC
            Replace INVCOUNT.CUPC With TEMPUPC
            Replace INVCOUNT.NCOUNT With 1
        Endif
    Endif
Endif
CNTTEMP=""
Thisform.Refresh
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform