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!

Recent content by uksub

  1. uksub

    using "blobs" with stored procedures as opposed to ODBC

    i downloaded and installed the sp's for 8.0 and it seemed to corrected my problem with the bitmaps in the stored procedure. thanx for the assist. :-D
  2. uksub

    accessing "blob" objects with crystal reports 8

    i have signatures stored as "bmp" in sql 2000. i can retrieve the signatures (stored in an image field) when i use an odbc as the datasource. the problem is when i try to access the bitmap signatures using a store procedure. i get an error saying that the data type is not "supported". whats...
  3. uksub

    using "blobs" with stored procedures as opposed to ODBC

    we are using cyrstal reports 8. and no i have'nt applied any patches. where do i find the service patches?
  4. uksub

    using "blobs" with stored procedures as opposed to ODBC

    i can't get my blob bitmaps to show when i connect to my datasource via a sql 2000 "stored procedure", but it will work if i connect to it via a "ODBC". Has anyone come across this before. is there a work-around besides using an ODBC. they seem to frown on that here.
  5. uksub

    how do you import "digitized" signatures into reports

    i have the signatures stored in ntext fields on sql 2000. now i want to place the signature on the report. when i just place the "signature" field on my report.. all i get is a box filled with rows of numbers.
  6. uksub

    coding multiple events on an event handler..

    Hi BillyRay, The functions (i.e the events work). No parms are passed to the functions. I just never knew you could have mulitiple events attached to an object (seperated by a colon). And I was just wondering if anyone has seen this done before and/or if there was any supporting...
  7. uksub

    coding multiple events on an event handler..

    It's here at my new job. I was looking through some code. It works... I've just never seen this done before, and i could'nt find any supporting documentation on it.
  8. uksub

    coding multiple events on an event handler..

    has anyone seen this code before... i'm just curious. i've never seen the coln used like this to attach mutiple events to an object. Example: <INPUT type="radio" id=System2 name=HQ$radio1 value=Q datasrc=#DcDirectory datafld=sch_sys_cd onclick="EnableDateFields: somehingImportantChanged...
  9. uksub

    has anyone ever use the keyword &quot;me&quot; in a subrountine..

    or function? Is it the equvilant of &quot;this&quot;? Does it pass a reference of an element to a fucntion or subroutine. I can't seem to find any information on this. Thanx Mike
  10. uksub

    can't access an ASP page in the browser...

    I can access the asp page until i and a DTC command object. Then I get an generic HTTP access violation type error. Where do I set the access level so I can view the page in the browser?
  11. uksub

    using the &quot;count&quot; property on radio buttons.

    I'm gettin an error saying that the count property as used below is not valid. Can anyone tell me what's wrong with this syntax? For x = 0 to Document.frmMyForm.Elements.Count-1
  12. uksub

    Client vs. server side scripts

    Whats the rule for deciding to when to use a &quot;server script&quot; versus a &quot;client side&quot; script, and the reason to do so?
  13. uksub

    Launching Crystal reports from other Applications

    I have a Access Application as my GUI. I want to click on a button in Access and then have it launch my specific crystal report.
  14. uksub

    Launching other applications from Access

    How do you launch other applications from inside of Access? I want to create an interface to my Crystal Report reports. I'd like to click on an object in Access then launch a specific report.
  15. uksub

    launching crystal reports through Access

    How do I launch a Crystal Report report through Access. I want to give the user an Access GUI from which they can click a button and execute a Crystal Report report.

Part and Inventory Search

Back
Top