User Profile

Collapse

Profile Sidebar

Collapse
pruljnij
pruljnij
Last Activity: Jun 3 '07, 04:33 PM
Joined: Apr 5 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • See my thread
    Crystal Reports what's an animal is it ?
    Its now one of the firsts if you search thescripts.com for crystal reports
    and there is described how to bind a single string to crystal rerports ,now i search how to bind array to crystal report...
    Have a good luck , and if you dont find anything dont be shine write me in private !
    See more | Go to post

    Leave a comment:


  • I solve it !


    Imports CrystalDecision s.CrystalReport s.Engine
    Imports CrystalDecision s.Shared
    Public Class Form1
    Private letter As String
    Private crystalreport As CrystalReport1



    Private Sub Button1_Click(B yVal sender As System.Object, ByVal e As System.EventArg s) Handles Button1.Click

    letter = TextBox1.Text
    ConfigureCrysta lReports()...
    See more | Go to post

    Leave a comment:


  • pruljnij
    started a topic Crystal Reports what's an animal is it ?

    Crystal Reports what's an animal is it ?

    Hi all, i v'e trying to solve one problem with crystal reports, i want to be able get variables from visual studio form to crystal report, but can't find any answer how to do it, i only found many programmers who have such problem too, could you give me the answer to my question ?
    See more | Go to post

  • pruljnij
    replied to Little Bugsy
    Ive solved that by strongly binded my database on to directory :)
    like
    objConnection = New OleDbConnection (My.Settings.kl ientiConnection String)
    settings :
    Provider=Micros oft.Jet.OLEDB.4 .0;Data Source="C:\Prog ram Files\Steklopak et\klienti.mdb" ;Persist Security Info=True;Jet OLEDB:Database Password=****** *
    i have been done this thru my settings because you samples of the tip of the week dont working properly...
    See more | Go to post

    Leave a comment:


  • pruljnij
    replied to DVD is not reading burned DVD
    I have that problem too almost year ago, its maybe one of those too :P
    You guis can have not been properly writed start and end positons of the disks ,
    they store all data about you data have been writen on disk there ,
    you need to find an utilite who can emulate those blocks to get you data from cd back i dont remember how its called ,but you can find that on google like typing in search sometshing like : program to read from...
    See more | Go to post

    Leave a comment:


  • pruljnij
    replied to Little Bugsy
    how to reset to its default state ?
    or how to bind a directory where to be ?
    See more | Go to post

    Leave a comment:


  • pruljnij
    started a topic Little Bugsy

    Little Bugsy

    Hi i have been getting and getting this interesting bug every time ,and i dony find any solution to solve it :P

    i have database bind like this :

    objConnection = New OleDbConnection ( _
    "Provider=Micro soft.Jet.OLEDB. 4.0;" & _
    "Data Source=..\..\kl ienti.mdb;")

    after that i have function print file dialog or save file dialog ,
    where i can choose the...
    See more | Go to post
No activity results to display
Show More
Working...