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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: uksub
  • Order by date
  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.
  16. uksub

    How does a DAO connection work?

    hi synapsevamp... i'm developing some custom crystal reports for a system done in Access. And I noticed that the standard reports did'nt have any parameter fields. So, I was wondering how the data was being created for the reports when I read that a DAO connection would create a query set in...
  17. uksub

    How does a DAO connection work?

    I'm using MS Access as the frontend. And I've read where it say's Crystal can use the query generated from the GUI to populate the Crystal report. Is that how it works?
  18. uksub

    formating cross-tabs

    How do you make the columns of a cross-tab fixed? Say for example... Company column field consist of 5 company's. If company for does'nt have any data... how do i make it show up with just 0's for blanks. I have two cross tabs on the report and i'd like have the columns remained on the report...
  19. uksub

    algorithm question

    hi guys... using truncate (x) /1000 or similar algorithms still rounds the number up i.e. 491,514,688.43 becomes 491514.69 or 491,486.00 what i need is the account format of 491514.668 so what i did was 1. (491,514, 688.43 * .001) this moves the decimal 5 places to the left 2. format...
  20. uksub

    algorithm question

    I have a number: 491,514,688.43 which i want to convert to 491,514.688 when I use my algorithm in Crystal Reports... it rounds the number to 491,514.69 anyone have any suggestions? thanx

Part and Inventory Search

Back
Top