Did you mean
MetricStream Inc. (11 results)
Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- Displaying file properties from within VB6
- over my headI liked the concept, but the description was far too deep into geekspeak for it to be usable for me. I don't do heavy programming in VB6, just complex macro work in XL. Would've needed to hold my hand, explaining each piece of the coding, for this to...
- Discussion threads 2005-08-19
- Scripting
- Looking for a script that will rename and change password on all of the local administrators user accounts. I can do this through GPO I know, but I want to run this particular script on a list of servers without having to reboot. I have found a couple...
- Q&A 2005-05-19
- Access Copying field informaton
- Hi Everyone,I am trying to figure out how to give one form the ability to copy text information in certain fields to another form. I have a form where a quote gets entered for a customer and then I want to set up a way for certain information to be...
- Discussion threads 2005-05-04
- Access reports through VB6
- I am wanting to create dynamic reports by passing a SQL string from VB6 to an access query and then calling a MS Access report from VB6 that is linked to the query I have just passed through. Is this possible and if so can someone please provide me...
- Q&A 2004-10-18
Additional Resources
- Programatically copy worksheet via VBA in Excel
- Hi, I need to programatically copy a worksheet to a new workbook via VBA in Excel97 without any of the links back to the original workbook yet retain all data and formuli. I can already create the new workbook & copy the worksheets. I just need a...
- Discussion threads 2007-03-21
- Determine if a credit card number is valid using VB6
- If you support a Web site that accepts online payments, the first step in any process that accepts credit card numbers should be verifying the number. This tip shows how to do this using VB6. Credit card numbers are not assigned at random. Each number, usually 16 digits...
- Technical articles 2005-08-11
- Kintecus (zip)
- The Kintecus simulation software package has been cited in several hundred peer review, high impact factor journals. It is modeling software to simulate the chemical kinetics and equilibrium of combustion (isobaric/isochoric), nuclear, catalyst reactor CSTR and enzyme reactions. Kintecus can also run NASA Chemkin models without programming or linking. Software...
- Software downloads 2006-10-03
- Passing parameters from VB6 to SQL
- Dim intVal as Integerintval = 2020qconn.Execute("Select * from Table1 where userid=intval")The question is how can I make sql recognize or accept intval as a predefined variable in VB6 and run the query with resultset based on the value of intval?You need to ensure that the substitution takes place before the...
- Q&A 2005-11-10
- Store key information using the Application object
- Data that applies to the entire Web site can be represented with the Application object. Learn how this aspect of Active Server Pages works, and you will be ready to use this object for broader enterprise applications.In my previous column, ”Track your users with Session objects,” I explained how to...
- Technical articles 2001-05-14
- Easily sort values with the .NET Array class's Sort method
- In a previous column,I discussed the basic functionality of .NET arrays. This week, I expand on thistopic and focus on sorting the contents of an array. The Array class provides theSort method, and there are various ways to use this method. I begin with thesimple approach and end with custom...
- Technical articles 2006-11-14
- Implement conditional workflow in a Data Transformation Services (DTS) package
- As a SQL Server consultant, Data Transformation Services DTS is most likely your tool of choice for Extracting, Transforming, and Loading ETL data. While you may have found the data manipulation tasks in a DTS fast, easy-to-use, and flexible, you may be disappointed in the limited workflow capabilities of DTS....
- Technical articles 2004-04-26
- DTS package error Plz Help
- Hi Iam facing a problem with DTS package. and i was trying to execute the code which u gave in this sitetype casting error is coming at this lineoCustomTask = oTask.CustomTaskfull code is belowDim oPackage As New DTS.Package2Dim oConnection As DTS.ConnectionDim oStep As DTS.Step2Dim oTask As DTS.TaskDim oCustomTask As DTS.BulkInsertTaskTryoConnection...
- Discussion threads 2007-06-18
- DTS package error Plz Help
- Hi Iam facing a problem with DTS package. and i was trying to execute the code which u gave in this sitetype casting error is coming at this line oCustomTask = oTask.CustomTaskfull code is belowDim oPackage As New DTS.Package2 Dim oConnection As...
- Discussion threads 2007-06-18
- Somebody pls help!!!!!! MS Access/VB6.0 query problem
- Can someone help me pls. I'm developing an application for my small travels and tours agency that will handle the personal information and reservation requests of customers. I want a situation where when I click the view reservations button from within the customer page, the "Reservation form" will load and...
- Discussion threads 2007-09-16
- Subscript out of range: '[number: 83]'
- I am getting the following error on one of my asp pages..Error Type:Microsoft VBScript runtime (0x800A0009)Subscript out of range: '[number: 83]'/agreement_print22.asp, line 96Note: I have bolded line 96.Thanks in advance for the advice!' *** Insert Record: construct a sql insert statement and execute itDim MM_tableValuesDim MM_dbValuesIf (CStr(Request("MM_insert")) "") Then...
- Q&A 2004-10-01
- Performing date comparisons in VB6
- Performing date comparisons in VB6article rootBut, what about international settings?Does this tip work with D/M/Y formats? I mean, #6/7/2005# is June 7, but in Mexico is July 6.There in lies the rubwith this frankly mickey mouse idea.There's only two ways a compiler can tell what you mean by #6/7/2005#. It...
- Discussion threads 2005-08-23
- Easily sort values with the .NET Array class's Sort method
- Tony Patton recently examined the basic functionality of .NET arrays; this week, he focuses on the Array class's Sort method, which simplifies sorting the contents of an array. He also explains how you can use other .NET features to institute custom sorting. In a previous column, I discussed...
- Technical articles 2006-11-14
- Determine if a credit card number is valid using VB6
- Determine if a credit card number is valid using VB6article rootToo much workRegarding the code...Total = Total + (CInt(Mid$(CStrResult, 1, 1)) _ + CInt(Mid$(CStrResult, 2, 1)))On a Mod 10 Double-Add (the common name for this...
- Discussion threads 2005-08-12
- VB6 Tip: Adding controls to a form at runtime to increase flexibility
- More than one way to skin that catWhile the Author presents a perfectly viable and workable demonstration of dynamically creating VB6 controls at runtime, controls may be added dynamically at runtime without a pre-existing instance of the control in question on the form as is required for the control array....
- Discussion threads 2004-12-24
- Work with multiple data values with arrays
- Arrays are a basic feature of most development languages. Arraysare mechanisms that allow you to treat several items as a single collection andto easily work with multiple data values. The .NET Framework provides arraysupport in a variety of ways. In this article, I examine the basics of usingarrays to work...
- Technical articles 2006-10-17
- << Previous
- page 1 of 1
- Next >>
