Hi,
We have a script that automatically provisions new web sites in IIS. We have both ASP.NET 1.1 and ASP.NET 2.0 installed. Currently when a new site is created in inherits ASP.NET 1.1 by default and our CMS package for our clients requires ASP.NET 2.0.
In IIS I have Right-clicked on the...
Thank you for responding.
I am very new to programming. Could you give that example in the context of my original example. Such as.
What I have happening is when a row in the grid is clicked it populates textboxes and I need to do the same for chkboxes. so a check box that I have is coming...
Response to CoCo86
In the database I believe I have it as True/False not 1/0. I can change that easy enough.
Could you show an example?
Response to johnwm
Could you show a couple of examples by changing the code that I originally posted?
Thank you both for your help
Sincerely,
Steve...
Hello,
On the MSHFlexGrid Click I am trying to populate text boxes and checkboxes.
I figured out how to put text into a text box but not how to set the value of a checkbox.
Here is the code:
Private Sub MSHFlexGrid1_Click()
With MSHFlexGrid1
.Col = 0
txtJobID.Text =...
Hello,
I have a contact manager program that I am writing. I am using the adodc linked to text boxes to show the current record. Right now to scroll through the records is a matter of clicking on the directional arrows of the adodc.
I would like to put a list like MSHFLexGrid (or something)...
This value is null during this operation. Later it is add through an UPDATE.
Thanks.
Steve
(sorry about the duplicate posting, my keyboard seems to be possessed this morning) Sincerely,
Steve Funk
Hello,
I am getting an error when I am trying to add a record through adodb .addnew. The error is:
Run-time error '-2147217887(80040e21) Multiple-step operation generated errors. Check each status value.
When I hit debug it highlights the line:
.Fields!OpenDate = txtOpenDate(you will see it...
Hello,
I am having trouble Inserting a Running total or a summary on a field that should be a numerical value.
When I right click on the formula field the "Insert Summary" is not enabled. I have verified that the data in the formula is numerical, I have also used ToNumber() on the...
Hello,
I am trying to get CDONTs to work and I am having trouble.
I have tried with installing MS IIS SMTP Service and without. With the SMTP Service installed the messages just go to the Inetpub\mailroot\queue directory and sit.
Does anyone have any suggestions?
Sincerely,
Steve Funk
Have you created a working piece of code that creates a zip file in VB?
This is way over my head!!!!
Has anyone been able to create zips in VB without 3rd party dlls?
Sincerely,
Steve
Hello,
I am developing a dll that will be used by other people.
One of the features I would like is to provide a backup of an Access .mdb file. When I copy the file to another directory I would like to zip the file as well. I know of some 3rd party dlls that will zip and unzip files. If I use...
Hi John,
Thank you for responding.
I have two items. I built a ActiveX dll. And I have my application that is using the dll. When I instantiate the object in the application and Use the Control statement below in the application, it works great.
If strPath = "" Then...
Hello,
I have written a dll it has a Property called Status. I used the Class Builder addin. When I Let the Property from a form in my application it works fine - I can Get it from my Form just fine. When I try to Let the Property from within a Public Function in the dll I cannot Get it from my...
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.