On UrbanBaby: Who decides whether to circumcise?
4 Resources for

cstr

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean MetricStream Inc. (11 results)

TechRepublic Resources

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...
Tags: annmarie.cross@..., CStr, file properties, fMask, Long strSQL, lpVerb & vbCr, Microsoft Visual Basic 6.0, nShow, programming, ShellExecuteEx shInfo strSQL, String, String strSQL, strSQL, vb6
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...
Tags: arrSubAut, BlitzSonik, bSID, CStr, err.description, Hex, oUser.objectSID, password, security
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...
Tags: access, chezacke@..., databases, Microsoft Access, software, SQL
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...
Tags: Dim objConn, matthewdeas@..., Microsoft Access, Microsoft Visual Basic 6.0, programming, Value at Risk
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...
Tags: Microsoft Excel, VBA, myronjams@..., Workbook Worksheets, New Work Book.xls, String Workbooks, cCell
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...
Tags: Microsoft Visual Basic 6.0, Peter Aitken, Sales channel, Financial services, credit card, credit card number, Visual Basic Tips Newsletter, Sales
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...
Tags: Software, Analysis, Modeling, Research & Development, Tools & Techniques, Business Operations, Management
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...
Tags: Table1, SELECT
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...
Tags: Web site development, Web technology, Scripting languages, Kevin Brown, Application Object, userCount, Session Object
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...
Tags: Array, Microsoft .NET, Software engineering/development, Tony Patton
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....
Tags: Data Transformation Services, Data Transformation Services Package, Crowe, Chizek and Company LLP, workflow
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...
Tags: hari_612@..., Nothing, oConnection oConnection.Catalog, DTS.Task Dim oCustomTask
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...
Tags: hari_612@..., Nothing, oConnection oConnection.Catalog, DTS.Task Dim oCustomTask
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...
Tags: Programming languages, Scripting languages, Databases, Microsoft Corp., deyshele@..., reservation, Dim strSQL, cusIdNum, customer id, CusIDval
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...
Tags: Dim MM_tableValues Dim MM_dbValues, jason@..., MM_delim, MM_fields, MM_i, MM_i+1, MM_tableValues, programming, Step 2 MM_formVal
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...
Tags: abarajas@..., ByVal vPdtmTime1, ByVal vPdtmTime2, CDate, dates, dtmTime1, dtmTime2, fGintCompareTimes, international, Microsoft Visual Basic 6.0, programming, vPdtmAccuracy, windows
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...
Tags: Microsoft .NET, Middleware, Tony Patton, .NET, Microsoft development tools, .NET Newsletter, Method, Array, Class, Interface, Person, Array Class, Sort, IComparable, IComparer, Listing C, Listing E, Listing F, .NET Array Class, Application Servers, Software Development, Software/Web Development, Enterprise Software, Software, Development Tools
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...
Tags: Boolean Dim Result, credit card, credit card number, KingPlayer, loop, Microsoft Visual Basic 6.0, Mid$, mod check, programming, Result, Visa International
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....
Tags: event handler, handler, helper, Microsoft Visual Basic 6.0, wwwebster
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...
Tags: C#, Microsoft Visual Basic.Net, Tony Patton, Value at Risk
Technical articles 2006-10-17
  • << Previous
  • page 1 of 1
  • Next >>


TechRepublic's Gaming Policy
Computer games--including those installed from floppy disks, USB "thumb" drives, CDs, DVDs, or accessed online or as part of any massive, multiplayer ...
Buy Now
Microsoft Outlook Basics
This ready-to-deliver presentation will help you introduce your team to Microsoft Outlook -- even if you don't consider yourself a public speaker. It ...
Buy Now