Search

You searched for the word(s): userid:615159

Matching Posts

  • pdf Barcode font goes small on server

    Hi I've a known issue with my bar code font, it's smaller Hi i've looked at the issue with the barcode font being small on the BO website, set the registry to ForceLargerFont = 1 for crystal decisions 10.2 but have the same issue. If it helps the only font that seems to work is the XXS one, which is too small for my needs. The rest are even smaller, when i code to set the barcode to be e.g. 30 it disappears entirely. Not sure if this helps but the server also has BO XI on it. Can anyone
    Posted to Crystal Reports (Forum) by itsdanny on 6/5/2007
  • web site loading issue

    i have two .net apps on the same server, one loads fine on the client machines, the other takes a good minute. i placed some tracing in it to write a time stamp to a text file and for the events (where there is some DB workings) the time stamps are excellent and don't show any delay in the coding. The page is vb.net/ajax with a sql 200 srvr on a w2003k web server. The page loads fine locally, works in a similar fashion to my other app (which as i say runs a treat) so it's fair to say it's a complete
    Posted to Getting Started (Forum) by itsdanny on 5/10/2007
  • Re: going in to debug gives Object reference not set to an instance of an object.on page load

    hi, I have a couple of connection strings in my web.config, nothing unusual really. There are no events in the glabal.asax application_start event (some sessions in session_start though). The website is in VB. How would i override the application_start event? thanks dan
    Posted to Visual Studio 2005 (Forum) by itsdanny on 4/26/2007
  • going in to debug gives Object reference not set to an instance of an object.on page load

    Hi 99 times out of 100 when i go into debug i get the error below. to clear it i can use F5 once to several times, the page eventually loads. i suspect it's something to do with AJAX (as i never had this problem before i started creating ajax asp websites. The error normal means an error in my code so have i misssed something? has anyone else experienced this? thanks dan Server Error in '/crTester' Application. Object reference not set to an instance of an object. Description: An unhandled exception
    Posted to Visual Studio 2005 (Forum) by itsdanny on 4/26/2007
  • debugging in 2003

    i have all but moved away from 2003 to 2005, however i don't seem to be able to debug in 2003 as when i run it (F5) i get a message telling me that 'unable to start debugging on the webserver). I've tried to manually attach it (start with out debugging) but that doesn't seem to do anything. all files are local on my xp, IIS5 machine and IIS is running. the project does actually build but obvioulsy i need to debug. any ideas? thanks Dan
  • Re: GridView RowDeleting event fires twice !

    For what it's worth my solution/dirty hack ' Declare a global boolean Public exitSub As Boolean = False Sub DothisOnce(blah, blah) If exitSub = True Then Exit Sub End If ' Do some coding/DB work or something ' code has ran so set boolean to true ExitSub = True End Sub NB the sub still 'fires' twice still but exits as soon as the if statement is entered on the 2nd iteration. What a strange bug. HTH itsdanny
    Posted to Data Presentation Controls (Forum) by itsdanny on 4/12/2007
  • Re: Barcode not showing in pdf

    Thanks Pete I've managed to get it working.I'd forgot to reboot the server... Dan
    Posted to Crystal Reports (Forum) by itsdanny on 3/26/2007
  • Re: how to use Crystal Reports in asp.net

    do you use VS 2005 pro? If so it's (in theory really easy) a struggle at first but once you've done one, it's easy. there is a good post here http://forums.asp.net/thread/1618990.aspx to help get you started. in a basic set up though would be an aspx page a crystalReportsViewer a CrystalReportsSource a crystal report. in fact that is the basic heirarchy order. Use the link for more advanced set ups and watch my posts as i'm going through the rigmoral of in my day job. Good Luck
    Posted to Crystal Reports (Forum) by itsdanny on 3/22/2007
  • Barcode not showing in pdf

    hi, i've a couple of barcode fonts from (idAutomation amongst others) which display wonderfully in my pdf when in debug mode but display as a string when ran from the server. The fonts are on the server and i can use them there, the problem seems to be when i try to run the page from the server, something seems to be missing from the page that gets sent to the client. my IDAutomation is just the free demo at the moment. has anyone else had a similar issue? thanks dan
    Posted to Crystal Reports (Forum) by itsdanny on 3/22/2007
  • Re: SP1 causing "Adding reference to System.Web.dll ..."

    Oh Lord, i've been installing sp1 for hours now, (i've aged, my kids have left home and my dog has passed away). Is this an issue for everyone, are there any other issues that people have noticed? In my experience ajax and vs2005 seem have have a large amount of difficulties with integration. I like the way VS is going but it's a long an painful process...! Dan
    Posted to Visual Studio 2005 (Forum) by itsdanny on 3/15/2007
Page 1 of 2 (17 items) 1 2 Next >