Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: markronz
  • Content: Threads
  • Order by date
  1. markronz

    Javascript to edit all script tags

    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>...
  2. markronz

    VB.NET Program - problems deserializing JSON into List of objects

    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...
  3. markronz

    SCOM 2012 - Use Powershell to put specific server and contained objects into Maintenance Mode

    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...
  4. markronz

    Help with SQL Query

    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...
  5. markronz

    Problems passing variables to javascript

    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...
  6. markronz

    ASP generated link, perform sub with arguments

    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...
  7. markronz

    Hide one div and show another div via javascript.

    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...
  8. markronz

    Newbie Question HTML, Maybe Javascript -- opening pop up

    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...
  9. markronz

    Launch Name Manager function via VBA - Excel 2010

    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...
  10. markronz

    DB2 for Z/OS - SQL - Create Function Help

    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...
  11. markronz

    HTML Frame of another Website

    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...
  12. markronz

    Microsoft Jet Database error on form close

    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...
  13. markronz

    Conditional Formatting on a Continuous Form

    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...
  14. markronz

    run batch DOS command

    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...
  15. markronz

    Update record via combo box on Access Form

    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...
  16. markronz

    Disable old VB6 in Visual Studio for VB.NET

    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...
  17. markronz

    Subform Datasheet Data Validation

    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...
  18. markronz

    Textbox Row Source / Mask

    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...
  19. markronz

    Catching Access Textbox error

    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...
  20. markronz

    Textbox with quotes inteferring with SQL

    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...

Part and Inventory Search

Back
Top