?Can anyone provide me with some examples of how to use AZMAN with VB.NET in the 1.1 Framework? LINKS to literature and code samples would be great. Thank you.
I have a DTS package which runs an .exe file. When I run the DTS package, the .exe errs and execution fails, however, when I run the .exe by simply double clicking, the execution is successful. Can anyone help me to understand why the exe would fail from DTS, but not when running directly...
Hello all,
I am having some difficulty with css on my site. I have a simple style.css file on an .asp page as an include. When I run the page the css does not appear to fire. Now, when I push the file to another development server, the css now fires without having modified any code. My css...
Hello all, I need some expertise creating a parameterized query for my data command in my data environment. I followed the instructions from this site ....... http://www.windowsitpro.com/Articles/Print.cfm?ArticleID=5114 ......... BUT, when I get to the section to click on the parameters tab...
Can anyone tell me how to create a MS FoxPro table using VB6. Basically I have an application that has a FoxPro backend and I need some data to be pulled from an oracle database, then create a table and insert that data into the newly created FoxPro table. Can this be done?
Oldwen
Hello fellow professionals. I have a problem with form validations and my web development method. I am using VS.NET 2003 and 1.1 Framework. My website is filtered entirely through my default.aspx page and content is rendered based upon the querystring provided. Example... <HTML>
<Body>
<%...
Hello fellow developers. I have a question about some basic development. I have been developing ASP apps in Dreamweaver for years now, and I am beginning to transition to VS.NET. I am somewhat confused on how this is done. Let me ask some basic questions here.
1) In Dreamweaver I can set up...
Hello all,
I am trying to connect to a mySQL db using vb.net. I have been unsuccesful. In addition to this, I am growing increasing frustrated at the fact that there is little documentation on this. SOMEONE please help. HOW do you get ASP.NET(VB) and mySQL to work? I have download the odbc...
Hello all,
I need some expertise here. I am trying to learn this .NET stuff and I am confused about recordsets. Traditionally I would use a recordset like this....
Dim objComm, objComm2
Set objComm = Server.CreateObject("ADODB.Command")
Set objComm2 =...
Hello all. I am experiencing trouble with the send object method in MS Access. I get and error message that I was unable to send the message. My code compiles without error. Maybe there is a reference that I am missing or something. Any advice would be appreciated.
Code:
Private Sub...
Hello all,
I have a PPT that has notes on every slide in the notes pane. Is there a way to remove these notes from every slide in the entrie PPT, either VBA or a macro. Thank you.
Oldwen
Does anyone know how to tell the MS Access Report Detail Section to move to the next record for the On Print command. I am looping through a recordset, but the section detail never moves next so to speak so I only end up with one detail record with the last recordset item from the loop. Here...
I am recieving an error that I can not set the value of a field in my report to the value of a recordset. Any suggetions?
Private Sub Report_Open(Cancel As Integer)
Dim db As Database
Dim rs As Recordset
Set db = CurrentDb
Set rs = db.OpenRecordset("Orlando")
rs.MoveFirst
Me.Fname =...
Hello all. I need some help with the Session on End. The code I have in place will not execute on an outside server (the external company that host my site). It does however execute fine on my local machine webserver. I am setting the time out property on my ASP app to one minute and it does...
Hello all,
I have a webform that when submitted updates an Access database. I had a customer today that has and apostrophy in their email address (ie strong'man@yahoo.com). I was recieving a syntax error because of this. My code works like this. Submit form, assign a request.form value to a...
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.