I don't know if this is an ASP or Windows problem but I'll give it a shot here.
I'm writing a Web Service program. It works fine on my local PC running Windows XP and IIS 5. When I run the same exact program on a Windows 2003 Server using IIS 6. I get this Error.
The specified network password...
I don't know if this is an ASP or Windows problem but I'll give it a shot here.
I'm writing a Web Service program. It works fine on my local PC running Windows XP and IIS 5. When I run the same exact program on a Windows 2003 Server using IIS 6. I get this Error.
The specified network password...
I'm sorry if this has been asked but i couldnt find a solution anywhere. I need my number to round based on the ten-thousandths but only display to the hundredths. I am just using round({@OtherCountyMortgageCounty} * .05,4)
My number is 11.7245 that i end up with. It trys to round this to 11.72...
Hi All,
I need my program to run as a service because I need it to run when the Server is booted. Right now my program works but it only works when the Server has been logged in. The program is fairly simple it just watches a directory and updates the database when it changes. I have a form...
No that allows them to edit labels but it doesn't actually set the control into edit mode. You still have to click one more time to start editing. I need them to click on it once and it start editing.
Thanks though,
Adam
Hi,
I want to the user to be able to click once on a listitem and it be ready to edit. I am using this API call:
MsgBox SendMessage(lvGroups.hWnd, LVM_EDITLABEL, lvgroups.selecteditem.index, 0)
it returns 0 everytime and won't do anything. Any Ideas what I'm doing wrong?
Thanks,
Adam
I have tried BKFRecovery but it said it couldn't open the file.
SYAR2003 this would work if I still had my information but I have everything I need in a BKF file that cannot be read so I don't think it would be able to read it either.
Thanks,
Adam
I backed up using XP so that article wouldn't apply to my situation but thanks for trying.
It hits this error when I try to load the catalog, maybe that will help to locate the problem.
I usually do just copy the files over but I thought I would try it this way. It is 40 Gigs of data so...
I had to do a clean install so I backed up all my data with the Windows backup utility. I reformated and installed XP. when I try to restore from my backup file I get this message
"The backup file contains unrecognized data and cannot be used"
When I did the backup I did the verify...
I have 2 tables. The parent table has an ID field that is automatically generated when a record is added. The child table ties its records to the main table using that ID field.
I am trying to convert some data into these tables. my problem is that when I import the data into the main table it...
you should be able to create a lookup from the Transform Data Task Properties. you can create a seperate lookup for each table that needs to be updated. the syntax is the same as SQL so you can say
UPDATE TableB
SET TableBFieldName = TableACol1
do this for each table that you need to connect...
Goto Project > Components and click on the Insertable Objects tab. In there should be a Word Document, check it and ok. Now you should be able to put the document into your form.
Adam
I am using crystal reports 8 and I need to take some of the values crystal reports is generating and put them into my vb program. They are all formula fields and I have named them in the designer and can see them for example
crystalreport.fieldname.value
my problem is that the value is empty...
Hi,
Does anyone know where I can find some good examples of how to implement my own collection class which simply wraps around the Visual Basic Collection object?
Thanks,
Adam
Hi,
I need to create a collection object to store some com object's I created. I know I can write a wrapper class to act as a collection but I would rather be able to use the VBA.Collection in Visual Basic. I have looked everywhere for the application name and class name to use in the...
Yeah I'm sorry I didn't put where I declare the m_objDBTag object as type DBTag, but I do. I think you are right about having 2 tiers in the COM object. I will put it into 1 and see what that does. It's strange huh, you are taught Object oriented programming and its importance but yet you...
I recently wrote an Imaging system that deals with over 1,000,000 images in the database. I found it much eaiser to store them in a file because they bog the database down when stored in the database. That is my experience but you may want to do something else.
Adam
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.