In my area, they won't even look at you without at least a 4 year degree.
I suppose it all depends on what you want from your career and where you want to go.
I have looked through archives but haven't found my exact answer.
I have a button that when the onclick event is fired it runs a subroutine to validate data. Once that is finished I have code in the routine document.shipForm.submit
Interdev is aware of my controls because when i type the '.'...
In case anyone refers to this in the future, I found the problem. The ASP page was treating my stored proc output param like a resultset so I had to close the recordset before I could use the parameters.
Here is the code I had to insert right after my cmd.execute:
While Not rst Is Nothing...
Sorry! I guess I haven't had enough coffee.
Here is the stored procedure:
--This Procedure creates a basket for the Outgoing Shipment Form
CREATE Procedure sp_CreateShipment
@Employee varchar(50),
@idShipment int output
As
-- Select @Employee, @idShipment
Begin Tran
Insert into...
I am having trouble returning a value to an asp page. The set up I have is a user enters data in a form. This info is inserted into a table and assigned an auto-generated key. I want the stored procedure I have written to return the key back to the page for another stored procedure to use as an...
I have javascript for a cascading menu that works well. However, I really want the menu to go up and down along the left hand page. This particular menu goes across the screen from left to right at the top.
Is there a property I can change to get the menu on its side?
I need to ensure that when a user resizes my form all the controls are still visible and in proportion.
Is there an easy way to do this?
If you can post examples, I would appreciate it.
Thanks
I am creating a program that allows a user to open a jpg file (picture will be of products carried). They can then rename the file to match a product number in the database. The program will check to see if the name they want to give it is valid and then will let them see a description of the...
I have searched the archives and didn't see this particular problem, although I might have overlooked it.
I copied a web page that I created with Visual Studio Interdev and Dreamweaver. I created a navbar in Fireworks 4 with a popup menu. I have tried to open this file in IE on another...
I have searched the archives and didn't see this particular problem, although I might have overlooked it.
I copied a web page that I created with Visual Studio Interdev and Dreamweaver. I created a navbar in Fireworks 4 with a popup menu. I have tried to open this file in IE on another...
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.