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 Wanet Telecoms Ltd 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: *

  1. inncoggnitto

    using formulas where tables are left outer joined - oracle

    i have a formula that uses a table and two left outer joined views. if there is no data in either of the two outer joined views i get nothing. this is the formula {RC_BUDGET_ENTRY.AMT} - {RC_BUDGETENTRY_ISSUED_AMT_V.AMT} - {RC_BUDGETENTRY_DRAFT_AMT_V.AMT} both of the views must have data for...
  2. inncoggnitto

    inserting record into table w/index sequence

    i want to insert a record into a table that has a primary key that is autogenerated. i have used TOAD to generate the insert statement for the record and it includes the key but i want to create a completely new record to replace one that was lost during data migration. i get this from toad for...
  3. inncoggnitto

    ora-01406 fetched column value was truncated

    using cr10, oracle 9i client to hit a 9i db. trying to use a timestamp field (don't know why the programmers use it instead of a date but they did). i use other fields that are timestamp w/o a problem. any suggestions?
  4. inncoggnitto

    need a count of items of same type in a group footer - cr10

    db is paradox (yea, i know) and using cr10 - i have a column that contains codes 1, 2, 6A, 6X, etc. in the details section which is within two groups, but a team and individual. no problem getting a total count of the items in the section but i also want to count of each of the occurances of...
  5. inncoggnitto

    pdox odbc problems

    trying to hit pdox dbs w/crystal reports i can get it to work on one of my machines but when i try on others i cannot see any tables let alone the data or fields. i am using the intersolv 3.11.0000 driver on all of the machines but not having luck. the machine is works on is getting replaced.
  6. inncoggnitto

    need report with all the field headers in left column

    i have a request for a report to list all the data contained in a table w/150 fields. the data is information about a location. it needs to look something like this name bobs dry cleaners addr 123 main st city here state there etc. for all 150 columns. i have tried cross tabs...
  7. inncoggnitto

    abnormal termination when exporting to excel

    Getting a runtime error message when trying to export a Crystal 10 report to Excel 2003. Error reads: Runtime Error! Program Files\Crystal Decisions\Crystal Reports 10\crw32.exe abnormal program termination This does not happen with all reports. I could run the report without trouble a week...
  8. inncoggnitto

    excel eported data not all on one line

    i have a report in cyrstal 10 that i need to export to excel for other users. when i get the export i get some data on line 1 some on 2, and some on 3, repeated for every line. no subreports in the report but there are formula fields. i find not rhyme or reason to the mangalation of the...
  9. inncoggnitto

    cannot adjust printed font size using IE

    i have at least one user that is unable to change the font size of the printout from IE. we have forms to print and using the view\text size on the tool bar does not work. the font looks good when previewed but when printing it always goes to the largest size. the printers are hp networked...
  10. inncoggnitto

    does foxpro allow scripts like the begin..end in oracle

    I want to wrap up a bunch of append from and update statements into a script so that they run all at once. the help for fp does not list begin as a function.
  11. inncoggnitto

    append memo and for each --help

    i need to change every record's memo field in a table that i have extracted from a main table. i have figured out the append memo part - APPEND memo bi_text FROM oct_dec.txt OVERWRITE and it does the first record. i cannot figure out how to make it change every record using sql. for loops...
  12. inncoggnitto

    excel - acess - cannot redirect to different data location

    i have excel spreadsheets pulling data from an access db. i need to move the db to another server. i have tried everything to get the queries (about 40 of them) redirected to the new server w/o luck. i have deleted the system odbc driver and the queries will still pull the data. it seems that...
  13. inncoggnitto

    can't get field color to change correctly w/formula

    i am trying to get a field to stand out in a report when the data is null. i am using if isnull({TASK.TASK_END_DATE}) then crGreen else crPurple as a test. the field bg does turn purple when there is data but does not turn green when it is null just no color. i have checked the data and it is...
  14. inncoggnitto

    data from subreports not exporting

    is this a built in function of crystal? i can get the data in an RTF file or in a PDF, but if i want something useful like a csv, chr, or other type of format (word, excel, etc) i get nada for the subreport data?
  15. inncoggnitto

    retrieving blob fields w/text

    is there a workaround for crystal rpts 8.5 inability to retieve data from large varchar2 fields in a formula. we have a text description field 2000 characters long and i need to get it into a report. the problem is that i need to use a formula because i only need the data if another field...
  16. inncoggnitto

    passing running totals from subreport to main report

    i have a report with a subreport that includes totals for each group. i need to get a grand total of all of the totals for each subreport. the summary field cannot be selected in the main report. how do i pass the grand total to the main report?
  17. inncoggnitto

    loading data into 2d array

    i am pulling data from a db and need to push into a 2d array a column at a time. will loop through the following up to three time (so $k will be from 0 to 2). the sql statement will pull one set of data at a time out and there can be up to three recordsets in the results. i need to get the data...
  18. inncoggnitto

    data position in report

    i need to print two name/address data sets in one subreport and have them side by side. is there a way to specify where the second set of data starts (i.e., say 50 columns from the left of the field). what happens is that the data does not line up in the second set. it moves according to the...
  19. inncoggnitto

    oracle, vb 8.5 set_role command

    our oracle db is set so that in order to execute a stored procedure the users password, id and role must be passed (oracle will only allow a vb application to connect if it is running from an exe (executable) file). to do so first must connect then pass the following varSetRole = "BEGIN...
  20. inncoggnitto

    how do i detect which operating system is running

    i have an app that can't do some functions when installed on win95 because the third party active x/dlls wont't install on the machine (i know, but i work at a state agency and only just getting around to rolling out win2k on some of the 3k plus machines). i need to disable/make invisible some...

Part and Inventory Search

Back
Top