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 bkrike 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: see123
  • Content: Threads
  • Order by date
  1. see123

    char conversion Issue

    I am importing a txt file into MS SQL table. One of the column in txt file has special char as í. This char is loading into SQL as f. I am using format file to load the data. Any Ideas why this í char is converting as f. thanks in Advance
  2. see123

    Identify Dups

    I have a data that looks like this ID Name Addr 1 John 2 John 1234 data way 3 John 1234 Data Way 4 Peter 5 Peter 3456 P street 6 Peter 3456 P Street How can I display the above data 1...
  3. see123

    Need to split date for each quarter

    Here is my Initial data Name Date Bonus ABC 1/1/2004 200 ABC 1/4/2004 200 ABC 1/7/2004 200 ABC 1/10/2004 200 ABC 1/2/2004 200 ABC 1/5/2004 200 ABC 1/8/2004 200 ABC 1/11/2004 200 I want to make this data to display like this Name...
  4. see123

    Leading Zero Issue

    I have field in DB as number X = .6250. I need to display this filed as 0000000.6250 Used a formula to convert this filed to fixed length ToText(X,"0000000.0000",2,"",".") But this number is rounded to 000000.6300 any ideas please
  5. see123

    Export Crystal 10 Data to CSV

    Hi, Iam trying to export my report output to CSV Sepearator Character as | and Delimeter as " everything works fine. But I have date field in the report which is Displaying as "1/1/2005". For dates I don't want to export in quotes. Is there any solution to pass the DATE without Quotes...
  6. see123

    Crystal Formula help

    Hi Iam using crystal reports 8.5 This is how my data looks like AA 125.22 BB 114.00 CC 135.30 From above results I rounded the field CC to 135.00 by using formula-1 and stored the difference amount of .30 into another formula-2. Now I want to add the difference amount...
  7. see123

    shortcut Key

    I want to insert a UP ARROW symbol in my report. does anybody know what is the shortcut key for this.
  8. see123

    Page setup

    Iam using crystal reports 8.5 version. I created report with 11x17 paper size. Which is runnig fine in my local machine. When i call this report from my webserver report display format is gone and paper size is Legal. How can set paper size to my current report paper size?
  9. see123

    conditional count

    Hi, My report looks like this Group : abc # users = 3 Count of active users ? Name date Status --------------------------------------------- aaa 01/01/01 Active bbb 01/01/01 Active ccc 01/01/01 Inactive Group : XYZ # users =3 Count of active...
  10. see123

    how to display page no's in on-demand subreports

    Hi, How can i display the page nos(on each page) in on-demand subreports. thanks
  11. see123

    Displaying Page Number in On-Demand Subreports

    Hi, How can i display the page nos(on each page) in on-demand subreports. thanks
  12. see123

    Finding average time

    Hi, How to find out the Average login time. My Result set NAME ID STATUS LOGINDATE abc 1234 LOGN 2002-12-02 11:19:29.207 abc 1234 LOGOUT 2002-12-02 11:21:29.207 abc 1234 LOGIN 2002-12-02 11:22:32.200 abc 1234 LOGIN 2002-12-02 11:30:32.192...
  13. see123

    Crystal Report ActiveX Designer.Error Number 2147189547

    Iam getting the above error when iam refreshing rpeorts more than 5 times. Any Idea. Thanks much
  14. see123

    How to Refresh Report with default parameters at runtime

    Hi All, Iam having a problem when iam trying to refresh my report at run time.If a pass a one parameter to the report and execute it works fine. and I tried to refresh the report with same parameters then my report is refreshed with all the values not based on the current parameter. Iam using...
  15. see123

    How to Refresh Report with default parameters at runtime

    Hi All, Iam having a problem when iam trying to refresh my report at run time.If a pass a one parameter to the report and execute it works fine. and I tried to refresh the report then my report is refreshed with all the values not based on the current parameter. Iam using RDC for dispplaying...
  16. see123

    How to unload form controls

    Hi to all, can any one tell me how to unload the formcontrols. This is where iam loading controls using control arrays.If i click on the listbox form controls shoulb be unload help me out pleaseeeee Private Sub lstReportList_click() Dim cboIndexParamList As Integer Dim dtPickIndexParamList...
  17. see123

    Displaying Crystal repports at runtime

    Hi, Iam having some problem while displaying crystal report at vb runtime here is my code in the form level i declared Dim ADOcnn As New ADODB.Connection Private Const MAPSMACHINELIST = "rpMachineTest.rpt" Private Sub cmdPreview_Click() Me.MousePointer = vbHourglass...
  18. see123

    Selecting Distinct Value

    Hi, My result set is looks like this col1 col2 col3 col4 col5 ============================= AA1001 1 01/01/01 John 1 AA1001 1 01/01/01 Jack 1 AA1001 1 01/01/01 Jill 1 AA1001 1 01/01/01 Ann 2 AA1001 1 01/01/01 Rob 2 AA1001 1 01/01/01 Chris 2 I want to...
  19. see123

    Not Supported

    Hi, when iam trying to place a datafield called actiontext varchar(1000) in crystal and try to view that report it says NOT SUPPORTED.Iam using OLE DB. can any one help me thanks much seethu

Part and Inventory Search

Back
Top