User Profile

Collapse

Profile Sidebar

Collapse
rtwPhoenix
rtwPhoenix
Last Activity: Jun 2 '07, 11:53 PM
Joined: May 23 '07
Location: Arizona
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Found out how to do this and it works.

    http://www.crystalrepo rtsbook.com/Crystal_Reports _XI.asp?Page=4_ 1

    The link above was the source to correcting my problem. Now I select a value get only one set of data back and print only that data set. Used the Gorup Name FIelds Select -Select Expert and followed the directions.

    It pays to play and thank you to all of you who right excellent articles so us new guys...
    See more | Go to post

    Leave a comment:


  • I found this one out finally.

    http://www.instantcrys tal.net/instantguide.as px

    Download the above file follow the directions carefully it worked for me. Hope this helps.

    RTW...
    See more | Go to post

    Leave a comment:


  • rtwPhoenix
    started a topic Crystal Reports - Select only records I want
    in .NET

    Crystal Reports - Select only records I want

    Does anyone know a way in CR to select only the records they want via a parameter? I thought this was like a WHERE but it doen't work that way it staill gets all the records just the starting point is the parameter value.

    For example.

    I have user name with address etc.

    I use a parameter to select the user by LAST NAME

    Find and dandy however I still get all the records in the record set so...
    See more | Go to post

  • rtwPhoenix
    replied to Trying to use an array with DirectCast
    in .NET
    I don't think this is the correct way can I not just create some sort of loop incrementing the contorl each time? This way I don't have to write all these lines of code. Some exams are 100's of questions.

    RTW...
    See more | Go to post

    Leave a comment:


  • rtwPhoenix
    started a topic Crystal Reports vb.net Visual Studio 2005
    in .NET

    Crystal Reports vb.net Visual Studio 2005

    If anyone has had problems with Crystal Reports using VS 2005 and vb.net I found this guide that worked!

    Following the directions carefully I cut and pasted from the examples after hours and days of flustrations this fixed everything.

    http://www.instantcrys tal.net/instantguide.as px


    The author would like a $10.00 donation I went back and gave him the !0.00 bucks it was worth it.

    ...
    See more | Go to post

  • Add a .vcs calendar event button that automattically installs event.

    To install a button on-click event that automatically installs a .vcs event for a personal calendar.

    This is written in .net vb. From this you should be able to get a good idea of how this works and you can modify it to fit your needs.

    The original code was written by Florent Boulanger dated 9 Nov 2004 I modified for .net 2 only. I take no credit to for the orgination of this code only the few basic modfications needed...
    See more | Go to post

  • rtwPhoenix
    replied to Trying to use an array with DirectCast
    in .NET
    I have made the test using a wizard control with steps. VS 2005 .net 2.0 VB

    I did not want to go back and forth to the server so I wrote the update statement at the end of the questions.

    Some question sets are as long as 100 questions and we have over 35 question sets.

    Looking at the code below that works it seems to me there must be an easier way of accompolishing this. I have tried everything that I have...
    See more | Go to post

    Leave a comment:


  • rtwPhoenix
    replied to Trying to use an array with DirectCast
    in .NET
    I have declared it several ways all with various results. Nothing seems to work.

    RTW...
    See more | Go to post

    Leave a comment:


  • rtwPhoenix
    replied to Trying to use an array with DirectCast
    in .NET
    Unable to cast object of type 'System.String' to type 'System.Web.UI. WebControls.Lab el'....
    See more | Go to post

    Leave a comment:


  • rtwPhoenix
    replied to Send email in asp.net
    in .NET
    Helllo, I am using an outside mail service with my version. Two section in .net 2 you need to take care of the code and web.config section.

    First the code (snipet)

    Imports System.Net.Mail

    Dim ETime
    ETime = Now()
    Dim OEmail
    OEmail = Membership.GetU ser.Email
    Dim objEmail As New MailMessage
    objEmail.To.Add (OEmail)
    objEmail.CC.Add ("MyName@YourMa il.com")...
    See more | Go to post

    Leave a comment:


  • rtwPhoenix
    started a topic Trying to use an array with DirectCast
    in .NET

    Trying to use an array with DirectCast

    The problem.

    I have created an exam using the control wizard. Most answers are text answers I created the SQL db. Now when I try to read the data it always gives me cast error. I decided to put in if elseif statements to make sure that worked and everything is fine but I am sure there must be another and BETTER way.

    I am new at this but need to figure a way to get it done. The only solution I had was the one attached...
    See more | Go to post

  • Creating test using Wizard Control .net 2 Problem: SQL DirectCast

    The problem.

    I have created an exam using the control wizard. Most answers are text answers I created the SQL db. Now when I try to read the data it always gives me cast error.

    I am new at this but need to figure a way to get it done. The only solution I had was the one attached but there has to be a way to use an array or create a new web ui control from a string.

    When I try to do this: QLabel = {"QLabel"...
    See more | Go to post
    Last edited by bartonc; May 23 '07, 05:40 PM. Reason: added [code][/code] tags
No activity results to display
Show More
Working...