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...
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.
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.
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...
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.
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...
or function? Is it the equvilant of "this"? 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
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?
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
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.
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.
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...
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?
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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.