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 SkipVought 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. sasa888

    VB.NET - Crystal Report Verify Database Problem

    Hi, I embedded a crystal report in my vb.net application. Every time when I verify database in Crystal Report, seems like .NET cannot recognize the crystal report file anymore. Anyone experienced this problem? Please assist. Thank You!
  2. sasa888

    Can not suppress Crystal Report prompt.

    Hi all, I have the following code written to launch crystal and display on crystal viewer. There is a stored procedure behind the crystal report. Can someone please help. Thank You! With crConnectionInfo .ServerName = sServerName .DatabaseName = sDbname...
  3. sasa888

    Append From File Question

    A Big Thank You to everyone!!!!
  4. sasa888

    Append From File Question

    Hi all, I am new to Visual FoxPro and I am reviewing someone's code right now. My issue is, I saw the following code and not quite sure if this is the piece to import data into a VFP table. Given the &gcDirFileName is the directory path where the text file located, does it mean the following...
  5. sasa888

    CR11 and MS SQL SP

    Hi all, I would like to know if it is possible to display rows from a stored procedure cursor? I tried and tried and didn't have any luck. Please assist. Thank You!
  6. sasa888

    Format with Mulitple Column problem

    Well, one question came up. Will the format with multiple column work if it is a subreport? I tested it using the sub-report and it work, but when it is being display in the main report, it is showing data from top to bottom again. Please help.
  7. sasa888

    Format with Mulitple Column problem

    Thanks for your quick response. I think I figured it out, the problem was the horizontal setting. Thanks again!
  8. sasa888

    Format with Mulitple Column problem

    Hi all, I need to write a report to display information from left to right then down. I tried the Format with Multiple Column feature and set the layout tab information, but it is still displaying from top the bottom. I am currently using v8.5, can someone please help? Thanks a bunch!
  9. sasa888

    Conditional Page Footer

    Hi all, is it possible to format the text box within page footer based on the detail section? (I have 20 detail sections). Please help!
  10. sasa888

    Conditional Page Footer

    20 different detail sections.
  11. sasa888

    Conditional Page Footer

    Hi all, is it possible to have a different text display on the page footer based on the detail (I have 20 different sections of detail). Please help!
  12. sasa888

    Sync' Test and Live Database

    Hi all, currently we have two instances of our database. One is test and one is live. What is the best tool to use to sync' them? Please help. Thanks!
  13. sasa888

    Update SQL Server with MS-Excel

    Hi Skip, do you have any example that I can follow? Thank You!
  14. sasa888

    Update SQL Server with MS-Excel

    Hi all, I have never done this before. Is there a way to use Ms-Excel connect to SQL server and the add rows into a table within SQL Server? Thanks for your helps in advance.
  15. sasa888

    Export to excel in landscape??

    Hi all, I created a report with 4 subreports in it. The requestor wanted to see it in ms-excel. I set it up within crystal as 'Landscape', but when crystal enterprise send the report to users, it became 'Portrate'. Does anyone have any ideas? By the way, we are using CE10 here. Thank You!
  16. sasa888

    Dis-associate field and field label

    Hi, is there a way to dis-associate a database field and the field label on an existing report. Everytime when the field label is deleted, the database field will deleted with the label. Help! Thank You!
  17. sasa888

    Suppress top column label in grid

    Hi all, I would like to suppress the top column label in grid. I need to export it into excel, therefore I hope that after suppressing the column label the white space where the columns used to be are also removed. Please help.
  18. sasa888

    Cross-Tab question

    Hi all, is it possible to show the % of a field at 'Row Level' using 'Row' and Grand Total of a field using 'Column' to calculate the percentage? Please see my example below. Thank You! Column1 Column1% Column2 Column2% Grand Total % Row1 1 6% 2 9% 3...
  19. sasa888

    Function to parse out numeric value

    Hi, I am definitely not testing your skill. It is a pain to ask the developer to put that code in place, if I am create it within the sql statement, it will save me some hassel. BTW, my job role is not to create pl-sql function :(

Part and Inventory Search

Back
Top