Search:

Type: Posts; User: nUflAvOrS

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    799

    Display pictures in CR dynamically.

    Dear All,

    I need the solution or suggestion to create a crystal report in VS ASP.net 2008 to display the pictures dynamically in the report.

    Example, row 1 user upload 2 photos then 2 photos...
  2. Re: How to implement Single Sign on VB6 client base project

    Thanks jcis and dilettante.
    I had tried of both approaches,both were working.
    Only that the solution given by dilettante returned special character to me.
    I couldn't get rid of this character.
    ...
  3. Re: How to implement Single Sign on VB6 client base project

    Thanks dilettante for your prompt reply.

    I would like to implement the single sign-on to a client base system and
    the group of users are within same domain/workgroup.

    In vs.net 2003 the code...
  4. Re: How to implement Single Sign on VB6 client base project

    Hi All,

    Anyone have solution on it?
  5. Re: How to implement Single Sign on VB6 client base project

    Thanks LaVolpe,

    By using Windows NT Account as the authentication to log in to the system.
  6. [RESOLVED] How to implement Single Sign on VB6 client base project

    Hi All,

    Anyone here have idea how to implement single sign on to VB6 project?

    I used to implement in vb.net 2003 - 2008 but don't have idea about VB6.

    Thank you very much.
  7. Logon failed. Details: mscorlib (Crystal report error during printing and exporting)

    Hi,

    I'm encountering the problem that the crystal report is working fine in the staging server I developed.

    However, after I transported to live server the report having problems when printing...
  8. Replies
    0
    Views
    1,433

    Apply Single Sign on asp classic project

    Hi All,

    Is there the possibilities to apply Single Sign on to ASP Classic Project.
    I couldn't find any source from internet.

    Thanks in Advance
  9. Crystal report for visual studio 2008 - The type initializer for 'CrystalDecisions.Cr

    Hi All,

    I wanted to deploy crystal report 10.5 to microsoft server 2003 but my reportview page getting error message - The type initializer for...
  10. Re: Multidimension Array : Subscription out of range

    Thanks all,

    If I want to store the values in multi dimension array or some others method as global variable.

    Any others way could be used?
  11. Multidimension Array : Subscription out of range

    Hi All,

    I have defined an Array in global with 2 Dimension.

    However, I'm getting error message "Subscription out of range"

    I did a search from internet I found there is not allowed to...
  12. Replies
    2
    Views
    943

    Re: How to pass value to object data

    Thanks SambaNeKo,

    I had also tried the solution you given to me.
    It only worked for textbox or label control.
    How about Object to call out the pdf files?
  13. Replies
    2
    Views
    943

    How to pass value to object data

    Hi All,

    I want to pass the value to my object id = "Parameters"
    How can I do that?
    I had tried the code as posted below but it couldn't work.
    I'm using document.all.Parameters.data =...
  14. Re: SQL select with multiple values

    Thanks dee-U
    I have found the solution with the code as below

    SELECT ID

    FROM TableName

    WHERE ThirdField IN (2,3,4)

    GROUP BY ID
  15. [RESOLVED] SQL select with multiple values

    Hi All,

    My table having the fields as below.


    347 111 2 15 187 6/8/2010 1:19:44 PM
    348 111 2 21 187 6/8/2010 1:19:44 PM
    349 111 2 42 187 6/8/2010 1:19:44 PM
    350 111 3 42 187 6/8/2010...
  16. Re: Cannot decrypt the text after changing to new PC

    Thanks dilettante,

    The problem is from the locale settings. I have changed the language to English(US) then problem resolved.
    Very Thanks to you.

    Thanks baja_yu,

    The problem resolved, there...
  17. [RESOLVED] Cannot decrypt the text after changing to new PC

    Hi All,

    Recently I had changed my PC.
    One of my decrypt modules doesn't work. The output I retrieved from debugging was dummy text. I herewith post the decrypt source here can anyone tell me...
  18. SQL - Sorting with Alpha - numeric character

    Hi All Experts,

    How to sort the field which contains alphanumeric character.
    Suppose my the field data as below.

    1,10,1a,2a,200a,a20,3,5

    I want my output is 1,1a,10,2a,200a,3,5,a20

    Is...
  19. Replies
    6
    Views
    1,059

    Re: Content Search In ASP.Net

    Thanks Gep13,

    Then I need to select all file from database binary field, convert it back to
    original and use indexes search for my file content?

    Do you have any good reference?
  20. Replies
    6
    Views
    1,059

    Re: Content Search In ASP.Net

    Thanks Gep13.

    I was just wondering that if my file is stored in binary format.
    It still be able to?
  21. Replies
    6
    Views
    1,059

    Content Search In ASP.Net

    Hi All,

    I'm tasked to develop a Content Management System.

    Is there any possibility to achieve content search by using ASP.net ?

    Thanks
  22. Re: Reset the records of another form

    Thanks i00,

    I have resolved the problem by using your method.

    Thanks a million and also thanks to weirddemon
  23. Re: Reset the records of another form

    Thanks bro,

    I had tested this method and revert the output at thread #5.
    I would hit the error (reference to a non-shared requires an object references ) if I didn't declared object.

    FYI : I...
  24. Re: Reset the records of another form

    Thanks i00,

    I'm not really understand what you are saying. Hope to explain :)
  25. Re: Reset the records of another form

    Form A


    Private Sub frmSREDetails_Closing(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles MyBase.Closing
    Dim SREForm As New frmSRE
    ...
  26. Re: Reset the records of another form

    Your example works fine and perfect but why It could not apply for my application?
    My current project is using vs 2003 instead of vs 2008.
  27. Re: Reset the records of another form

    Thanks bro,

    By using your method I hit an error.

    reference to a non-shared requires an object references
  28. Re: Reset the records of another form

    Thanks bro,

    Private Sub frmSREDetails_Closing(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles MyBase.Closing
    Dim SREForm As New frmSRE
    ...
  29. [RESOLVED] Reset the records of another form

    Hi All,

    I have 2 forms, FormA and FormB
    How to reload the listview of FormA if I fire FormB form_closed event?

    Thanks a million.
  30. Replies
    13
    Views
    1,527

    VS 2008 Re: AjaxControlToolkit ModalPopup question

    I'm guessing your TargetControlID is the button you would like to fire in modal popup extender. So, the event could not be fired.
  31. Thread: gridview

    by nUflAvOrS
    Replies
    5
    Views
    787

    Re: gridview

    for my understanding you have a list of records which pulled from database and displaying in gridview. After you clicked the button from the selected row the selected row records will be sent to...
  32. Replies
    13
    Views
    1,527

    VS 2008 Re: AjaxControlToolkit ModalPopup question

    I try to understand your question. You want to display a text in your form which has been selected from list box in modal popup window? You can do either in client side (Javascript) or server side...
  33. Re: "Permission Denied" when copy folder

    Thanks Hack and danasegarane,

    The problem was rectified by checking folder exist. If folder exist then delete the folder and making the new copy of it.
  34. Re: "Permission Denied" when copy folder

    I think lock is not the issue in my situation because I still can overwrite the file once I was clicked on Yes button hehe....

    Any suggestion or solution to resolve my problem :(
  35. Re: "Permission Denied" when copy folder

    Yes, I had tried it.
    is it system ask permission to overwrite the file encountered permission issue?
  36. [RESOLVED] "Permission Denied" when copy folder

    Private Sub CopyFile()

    Dim fsObject As FileSystemObject
    Set fsObject = New FileSystemObject

    fsObject.CopyFolder "\\serverName\SPPS\pKCb\Reports", "c:\SPPS\pKCb\", True

    Set fsObject =...
  37. Re: Crystal report error at user side.

    Resolved :-)

    http://www.mujpvs.cz/mujpvs/soubory/CR/readme.pdf
  38. Re: Crystal report error at user side.

    The above problem has been resolved. Now come out another new problem

    The request could not be submitted for background processing.
  39. [RESOLVED] Crystal report error at user side.

    I developed a crystal report in vs 2003 It work tremendously in my local PC.
    After I deployed to production an error found. I could not open report in user side.

    The error message is quoted as...
  40. Re: Export to Excel cell's row height more than 409

    Thanks westconn1,

    The problem resolved. I set my cells will split into another row if the cells text was exceed 800 characters.
Results 1 to 40 of 377
Page 1 of 10 1 2 3 4



Click Here to Expand Forum to Full Width