Hi. I am creating a VB function which uses DTS to transform a DBF file into a SQL Server 2000 table. This works fine, except the problem is, that I cannot assume that the destination table exists.
When you create the package manually in design view, there is a button which allows you to create...
Hi. I have created a web project in Interdev, copied the contents of the root of an existing site into the new project and rebranded it slightly. When I set a start page, and run the project in interdev and view the site from any machine on our network, it all runs fine.
However, when I stop...
Have a look at this very basic function:
Public Function PutFolderContentsInCollection(ByVal strFolder As String, ByRef ColFiles As Collection) As Boolean
On Error GoTo errorhandler
Dim strFileName As String
Dim ColCopyOfOriginal As New Collection
Set...
I'm trying to write a vb function in which the developer may or may not pass an ImageList object as the final optional parameter. The question is, how do you check to see if the object was passed or not? I've tried isnull(ObjectParameterName), isempty(ObjectParameterName), and...
hi!
Our network guy wants to change the field 'phyname' in the system table sysdevices.
How can we do this? It doesn't want to let us change it. It says "Ad Hoc updates to system catalogs are not enabled. The system administrator must reconfigure SQL Server to allow this'.
Apparently he...
Hi.
All of a sudden, one day when I tried to load up Visual Interdev, I almost immediately get the error "Unexpected Error: Quitting", and the application immediately quits.
Please help as I really need to use this software!
I have created a Visual Basic EXE program that takes various parameters in order to create a word and csv file using the crystal reports report viewer object, and the crystal reports design and runtime library.It uses craxdrt.dll, craxddrt.dll, and CRVIEWER.DLL, among others.
I am now at the...
Hi. I'm new to crystal reports, and we are using it (perhaps rather foolishly) to create CSV and word documents based on SQL Statements.
We are using the Report Designer Component in Visual Basic to do this. Can anyone tell me how to tell the component to include field headings when it creates...
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.