We've created several pdf forms with the intention of saving the fdf server side. I have a script I found on planet pdf that works fine when using full version acrobat. However, when we open the pdf forms in a pc that only has reader, it won't let you sign or submit the form. It returns a...
i came across a great thumnail generator and want to use it, however everytime i run it i get this:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a...
OK, here's my deal. I have Crystal reports on various pc's on the network and they all must be the same version. so to check this, I want to grab the revision number of off the summary info of the file (right click> properties> file summary information> advanced> revision).
Well, I haven't...
Does anyone know how to retrieve a crystal report 8.5 file's revision number from vb6? the fso.getFileVersion method returns a null, but if you right click the file and view the properties>Summary its listed under Origin. i've seen a few 3rd party utilities that can provide this info. any...
Hi all,
i have a project with an access db on the backend and i'm using asp to bring in data i have several places where i the following kind of code:
loadVariables ("viewbook.asp",Book,"Get")
which naturally produces an asp page with something like
"entry=blah blah...
ok, you know how if you open up the network neighborhood and you look at a list of pc's in your workgroup, it has the pc name and then a description of it called "Comment"
does anyone know of a way to retrieve the comments of a given pc, maybe an api or something?
thanks!
-jacob
Hi! i need a quick way of checking if a file on a network pc is IN USE, as in running. I connect to several network pc's ihave listed in a listview, and i map a network drive of X to them. then i copy an updated file to the correct folder. however i am adding the ability to check the file's...
OK
i've developed a number of reports for in house use in CR 8.5. I have a VB app that handles the printing on demand. the last two reports i have made however have caused errors, and VB crashes, even in the IDE. after exploring the issue more i was able to uncover the error "method...
Ok, does anyone know of an asp database management tool like the one at Brinkster.com? i mean you can enter a sql statement in the text area, and have it return an rs, or just execute a statement. its really great, and i want one for me to use on my site, i just can't seem to find one.
i know...
OK here's my problem:
For the last two days I have been trying to implement asp pages on a win2000 adv svr w/iis (3.0 i think). no matter what i try all i ever get when i load a page is "http 500 internal server error" i'm pretty sure it should work, as i have asp.dll registered...
Hi, ok i have iis (5.0 i believe) running on a win2k adv svr. i am working n some asp pages for our corporate intranet. whenever i load the page i get "http 500 internal error" and nothing loads. it doesn't even work on the server. i have scripting and executing enabled, asp.dll is...
Hey guys-
I'm not sure if this is a stupid question-it isn't to me-
I can easily create a control with events, methods, properties, etc... but how do i go about making a truly object oriented control.
(ie property.subproperty(index).property)
like "ListView1.ColumnHeaders(1).Width"...
I have a custom control used for a datarepeater control. On the control i have some events and two command buttons that call the events. How can i use these with datarepeater, or more precisley, how do i get the datarepeater to recognize when someone has clicked a button and fire the appropriate...
OK heres the deal:
I have a form with a datarepeater with a custom control and an ADODC control with a SP as the rec src. My problem right now is i can't figure out how to send the parameters to the SP using the ADODC. i can do it with a coded ado connection or with a dataenvironment, but...
Can someone please give me an example of the correct way to log on to an access database so that I may print my report from VB6. its CR 8.5, I'm used OBDC to create the report based on an Access paramter query. But when i call it to print in VB, it says cannot open SQL server, meaning i need...
I have an app that prints out reports at a specific time. when i started it, i just had it print a generic .rpt file with a "Hello World!" text message, and everything went fine. then i created a real report, based on an access query that returns all the fields from a table matching an...
Hello!
Ok, i created a CR based on an Access query that has two parameters: One is the user name of the person logged into the front-end app (lets call it "UserX") and the other is the record number (lets say "rec#")
All i want to do is Print the report. I figure i need to...
Hi everyone.
I have an sql statment with MANY joins, but the one problem i'm having involves data type. i'm using this:
"tblInsCarrier Inner Join (("**other tables**")) On tblInsCarrier.InsAutoID = tblPatientIns.InsID"
the error i get is:
"Type mismatch in...
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.