Hello all-
I need to replace all <tags> and make them look like <ws:tags> in a provided string. So for example, if this string was provided:
<recipientScheduleDetail>
<scheduleName>Mark Test</scheduleName>
<division>/IT//division>
<shifts>...
Hello All-
I am hoping someone may be able to help me figure this out. I am querying something via an API call, and it does return a list of items in its RawJSON. Right now my code does that much correctly, but I'm having difficulty turning that into a list of ServerRecord objects...
I am trying to develop what I thought was going to be an easy script, to put a specific server and all it's contained objects into maintenance mode in SCOM 2012. Not a group, but just one specific server and all it's stuff.
My script to START maintenance mode has two parameters:
1. The FQDN...
Hello everyone-
I am in need of some assistance in making an SQL query that is a bit outside of my current knowledge. It involves a table with two columns, named tblDestinations. Here's some example rows:
GroupName Destination
Team1 Team1@email.com
Team2...
Hello, me again. I'm making progress, but I'm having some issues passing some arguments to javascript. When I look at my code in my asp, it looks like this:
output.Append(" <td class='cell'><A id = 'displayText' HREF = '#' onclick='return hideDiv('" & strTargets & "');'>" & strTargets...
I am very new to HTML, ASP, and Javascript, so please be patient with me. I am wondering the best way to do something. Let me see if I can adequately explain.
I have a existing web page that using ASP is generating a table for me. It's querying a database and printing out the information in...
Hello all-
I have a page with two <div>'s on it. I have a link that appears within one of the div's. When the user clicks on the link, I want it to hide that div, and show the other. This seems like it should be simple, however I keep running into an Object Required issue, and I'm not...
Sorry, I am pretty new to this sort of thing. I am making a web page which basically queries a database, and displays the information in a table format, based on the search options the user specifies at the top of the screen. This part is actually all done and is working fine. However, one...
Hello all-
I am currently using Excel 2010. I have added a button to a form, and I've assigned it to a macro. Within that macro, I would just like to launch the built in Name Manager in Excel. Does anyone know how to code such a thing in VBA? I obviously know how to click on the button...
Hello everyone-
I am working with DB2 for z/OS and I need to create a User Defined Function. Basically, there's a bunch of SQL statements that I will be executing. Currently, in each of these locations, the SQL executes a case statement. This same case statement is in all the different...
Hello everyone-
I'm very new to HTML, but I have a few questions about something I'd like to set up. I am not sure if this can be done, so I thought I'd ask you nice people. :o)
I have this other website that has my webcam on it. This link:
http://zeldaronsman.no-ip.org/img/main_fs.htm...
Hello everyone-
I have a form that has multiple fields, each of which are bound to a column on a table. Four of the fields are required fields, and cannot be left blank. I am coming across an issue on the form when people fill in some required fields, but not all, then they try to...
Hello, I have looked all of the internet and read about conditional formatting on a continuous form, but I still have some questions, as I am not able to get it to work.
Basically I have a continuous form that lists data from two tables. These two tables are identical, it's just that one has...
Hello everyone. In short what I am trying to do is this:
Create a script that will prompt for a path. Then it will cycle through all the files and folders in that path searching for any files named "Folder.jpg" or "folder.jpg" (I'm not sure if it's case sensitive...). Then if it finds any...
Hello. I have a form and on the form it has several text boxes which list of the current records information such as First Name, Last Name, etc. The form's RecordSource is set to my client data table. So it brings up the current record's information in all of the different fields. You can...
Hello everyone-
I am relatively new to VB.NET and I find myself using various old VB6 methods. In order to force myself to convert over to the .NET world, I was wondering if there is a way to disable the old VB6 code. Such as MsgBox vs. MessageBox.Show. That way if I try to use an old...
Hello everyone-
I have a form in Access. On that form there is a subform. The view of this subform is set to 'Datasheet'. So it lists all of the contents as separate rows in this subform, not unlike an excel spreadsheet would look. Then you can type into the bottom line and it will add...
Hello everyone, first I have a Combo box that has a control source value for the data in my database. Then I have the Row Source filled in for the combo box so that it displays what I want in place of the real value.
The Control Source is set to the "Type" value in my database. The Row...
Hello everyone-
I have a textbox on my form that is set to have a format of "general number". So it will not allow the user to type in any text into that field. However, if they copy and paste text into the field, it still lets them. Once you tab into different field, and there is text in...
Hello everyone-
I have a form which users type information into. Once then click the submit button, my VBA code creates a string from whatever inforamtion they typed in and creates an INSERT sql query. The problem is that users sometimes type in quotation mark (") into the textboxes. 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.