home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a070 / 3.ddi / FOXPRO / SAMPLE / INVSTOCK.FRX < prev    next >
Encoding:
Text File  |  1989-11-06  |  1.6 KB  |  33 lines

  1. 1    1100            3    3    66    76        0                                                1                
  2. 18    1                    4                                                                            
  3. 18    4                    1                                                                            
  4. 18    7                    4                                                                            
  5. 5    4    "INVENTORY REPORT"        0    32    1    16        0                                        0                        
  6. 17    4    items->item    C    4    0    1    6        0                                    0    0    0    0                    
  7. 17    4    items->descript    C    4    8    1    19        0                                    0    0    0    0                    
  8. 17    4    items->cost    N    4    39    1    10        0                                "@$ 999,999.99"    0    0    0    0                    
  9. 17    4    items->quantity    N    4    50    1    9        0                                "9,999,999"    0    0    0    0                    
  10. 5    4    "Qty"        2    56    1    3        0                                        0                        
  11. 5    4    " Cost"        2    44    1    5        0                                        0                        
  12. 5    4    "Description"        2    8    1    11        0                                        0                        
  13. 5    4    "Item "        2    0    1    5        0                                        0                        
  14. 17    4    DATE()    D    0    0    1    8        0                                    0    0    0    0                    
  15. 5    4    "Price"        2    34    1    5        0                                        0                        
  16. 17    4    items->price    N    4    28    1    10        0                                "@$ 999,999.99"    0    0    0    0                    
  17. 5    4    "Value @ Cost"        2    64    1    12        0                                        0                        
  18. 5    4    "Page:"        0    67    1    5        0                                        0                        
  19. 17    4    _pageno    N    0    73    1    3        0                                "999"    0    0    0    0                    
  20. 7    0            3    0    1    68        0                                        3                        
  21. 5    4    "Item count:"        6    8    1    11        0                                        0                        
  22. 5    4    "Out of stock count:"        7    0    1    19        0                                        0                        
  23. 5    4    "On hand count:"        8    5    1    14        0                                        0                        
  24. 17    4    item    N    6    20    1    6        0                                "99,999"    0    0    1    0                    
  25. 17    4    iif(items->quantity = 0,1,0)    N    7    20    1    6        0                                "99,999"    0    0    2    0                    
  26. 17    4    iif(items->quantity>0,1,0)    N    8    20    1    6        0                                "99,999"    0    0    2    0                    
  27. 5    4    "Total Value @ Cost:"        7    32    1    19        0                                        0                        
  28. 17    4    items->cost  * items->quantity    N    4    60    1    16        0                                "@$ 9,999,999,999.99"    0    0    0    0                    
  29. 17    4    items->cost  * items->quantity    N    7    52    1    24        0                                "@$ 9,999,999,999,999,999.99"    0    0    2    0                    
  30. 7    0            5    0    1    68        0                                        3                        
  31. 7    0            5    68    1    8        0                                        3                        
  32. 7    0            3    68    1    8        0                                        3                        
  33.