Nothing is wrong with vb6
I just already upgraded it to .net and there is lots of new code in it that would have to be rewritten in vb6 again
it looks like that is what I will have to do just been putting it off as long as possible...
:(
I cant install the .net framework....
it is a menu for a tech disk installing framework wont work
it worked fine in vb6 but I dont want to have to go back to vb6
I need to run a menu that I created in .NET from a CD is it possible to put the client files on the CD without requiring them to be installed as could be done in Visual Basic 6
If so what files do I need to put on the CD I know mscoree.dll is required but others are as well
Any help would be...
the problem was in the module
I just put it in the form load
remove all other form info besides status and works great
thanx for the suggestions
the firewall at the 1 location is a problem
I am trying to write a program that will send an e-mail at a certain time of the day every day to the same person
(I am going to use windows scheduler to call the program at a certain time of the day so the program is not resident at all times just counting)
I will be installing this on several...
thanx I got it
I had the two recordsets but couldnt get them to add to eachother
figured it out and had to add
parseFloat(QtyI.value) + parseFloat(QTYS.value)
because it was adding itself to the end such as 3 + 3 = 33
thanx all
I did use date I just had to use it different than I was trying at first got frustrated and posted
thanx
it was having a problem because it was a hidden field
so I was getting type mismatch and thought I was doing something wrong
I just had to define that the code was running at...
I need to be able to add the current date to a record in an SQL database
I have a textbox that currently allows user input of the date but I need it automated so no one types in the wrong date (accidental or intentional)
So I have a Text Box that I want to update with the current date in...
I need to add the Current date in Short Date format to a hidden field
therefore Date() New Date() and such will not work
I get thiis
Sun Aug 26 15:37:04 2001
08-26-2001
0r 8-26-001
or 8/26/01
or whatever
THANX
I need to show when the record was updated or added...
so I need to use date() or something similiar and everything I have tried gives me an error..
I have tried using form manager and like
DateBox Value Date()
and tons of others
If any one has ANY ideas please help
anything I can try...
How can you add two textboxes together
I am trying to add QtyI to the Current Value of QTYS
I am Currently have set in the Form Manager under
Actions Preformed Before Transition
Object Memeber Value
QTYS Value Request("QTYS") + Request("QtyI")
the...
I think I need to be a little more clear,
I am using an SQL database
I have two Tables Inventory and STOCK
Inventory is a large Table with all the inventory ever ordered and the individual order number
when received I need to update STOCK that has 3 Fields
PartNumber RegionId Qty
all 3...
I have 2000 server running VI and I cannot debug either
all you got to do is open a browser and type in
http://localhost/asppage.asp
it has to be done that way anyway to display asp pages
the server has to serve it to you
Hope you have it answered by now but if you dont, I ran into that same problem with that, you have to click sql statement set it to what you want like
SELECT * from Custlist where custnum = ?
then under parametes define the value of ? Request.QueryString("cust_num")
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.