Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: papadopo
  • Content: Threads
  • Order by date
  1. papadopo

    CALCULATE STD(MyField) gives wrong result

    Hello everybody, I use VFP 7 I have a table MyTable.DBF with a field MyField N(15,4) with values 23334.9000 23334.9000 23334.9000 I go: SET DECIMALS TO 4 SELECT MyTable CALCULATE STD(MyField) TO X VFP gives as result x = ******************* instead of 0 the really...
  2. papadopo

    VFP bug? this is very strange

    Hello everybody, I use VFP 7 I have a table MyTable.DBF with a field MyField N(15,4) with values 23334.9000 23334.9000 23334.9000 I go: SELECT MyTable CALCULATE STD(MyField) TO X VFP gives as result x = ******************* instead of 0 the really weird thing is that when i...
  3. papadopo

    Program Error

    in version 8.5 i get "Program Error, cr will be closed by windows... an error log is being created" This happens when i try to "Remove" a column from a crosstab. Any idea where the generated error log is located? (which will hopefully explain what i am doing wrong)...
  4. papadopo

    Program Error

    in version 8.5 i get "Program Error, cr will be closed by windows... an error log is being created" This happens when i try to "Remove" a column from a crosstab. Any idea where the generated error log is located? (which will hopefully explain what i am doing wrong)...
  5. papadopo

    the data shown is different from the data on the source table!

    Hi all I have a application that shows a CR Report (Through the ODBC) The CR files are distributed with the app's installation (which was created using IstallShield) When I view the report, the data shown is different from the data on the source table! in the following way: numbers that dont...
  6. papadopo

    CrossTab: text 'wrapping' in a row

    Hi iam using Crystal Reports 8.5 In a crosstab i need the row to be 'wrapped'. That is, if the contents of the row field dont fit, it should change line and show it (i know that it does change line but it doesnt show). making the field larger either in width(so that it doesnt need to change...

Part and Inventory Search

Back
Top