On TV.com: THE GIRLS NEXT DOOR photos
1 Resources for

boolean dim result

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

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

Additional Resources

Learn Oracle: Datatypes for SQL and PL/SQL, Boolean and Large Objects (LOB)
Use the article index for more articles on this subject.BOOLEANABOOLEAN datatype is a native PL/SQL type that lets you signify a TRUEor FALSE condition. A BOOLEAN is NULL until explicitly assigned avalue. A BOOLEAN is assigned like other variables:DECLARE v_bool BOOLEAN; v_bool2 BOOLEAN := TRUE; ...
Tags: subject.BOOLEANA BOOLEAN, Oracle Corp., PL/SQL, SQL
Blog posts 2006-08-29
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
Code runs but doesn't save the file
I have a file which opens in one directory and when closed the user is presented with a different directory to save in.The code attached lets me present the user with the proper name, allows you to click all of the right buttons but doesn't save the file.if I click...
Tags: rroylance@..., Dim sQ, sFileName
Discussion threads 2007-07-25
Find Similiar MS Access Records
When I try to execute the following VB I get a complie error:Invalid use of key word meCan any help?ThanksPrivate Sub cmdProcess_Click On Error GoTo err_end Dim conn As ADODB.Connection Set conn = CurrentProject.Connection Dim ssq1 As String Dim ssq2 As String Dim ssq3 As String Dim rs As New...
Tags: access, find duplicates, Firstname, InStr, LastName, me, programming, rs.Fields, rs2.Fields, shieldsco@..., similiar records, software, vb
Discussion threads 2007-01-11
VB Code
1. I want VB source code to disable/enable popup blocker from the registry that allows all the popups.2. I also need VB code to configure LAN [i.e to given the ip, subnetmask, gateway and DNS] automatically in win98/win2000/winxp and all other OS in registryIs this what...
Tags: Boolean, ByVal Hkey, Microsoft Visual Basic, programming, tech_fyi@...
Q&A 2006-01-22
How to check if a File Exists
Hello, I am just starting to get into VBA and have come across the need to write some VB code that checks for a file and then needs to delete that file. I have been reading up on FSO but I must be missing something as I can not...
Tags: POSTER, End Function, String, Try This
Q&A 2005-06-01
Error 1026 Using SHFileOperation
I am using SHFileOperation to copy some files from an Install CD to the Target folder. The program works fine on W2K and XP, but under W98, I get a File System Error (1026).I know that this Function needs to have the Null characters added properly, & I have done...
Tags: Error 1026 Using SHFileOperation, Long Dim, icscomputersaz@..., programming, SHFileOperation, String, String Dim
Discussion threads 2005-01-26
Simple Solver (exe)
Simple Solver provides four separate functions: Synthesis, Boolean, Permutation, and Random Number. The Synthesis function performs automatic design and simulation of digital logic circuits from truth table or waveform inputs for all circuit types: Combinational, Sequential, Synchronous and Asynchronous. The Boolean function provides minimization and truth tables for one or...
Tags: Function, Random Number, David Baldwin, Synthesis Function, Boolean Function, Boolean Operator Format, Random Number Function
Software downloads 2008-07-01
VBA Expert..urgent help
****** Following code giving run time error 438 *** how to fix that error..pls help..its urgent'Dim Cell As RangeDim myWord As ObjectDim PathDocu As String Set myWord = CreateObject("word.application") 'Set myWord = GetObject(,
Tags: fanku@..., myWord.ActiveDocument.Bookmarks, programming, software, VBA
Discussion threads 2006-11-03
VBA Expert..urgent help
****** Following code giving run time error 438 *** how to fix that error..pls help..its urgent'Dim Cell As RangeDim myWord As ObjectDim PathDocu As String Set myWord = CreateObject("word.application") 'Set myWord = GetObject(,
Tags: fanku@..., myWord.ActiveDocument.Bookmarks, programming, software, VBA
Discussion threads 2006-11-03
My autologon script won't when scheduled to run at startup.
I am using the following script to auto logon about 20 stand alone xp workstations not attached to a server which all have deep freeze installed on them. I need to be able to auto logon to the workstations so I can run applications. Does anyone know a way I...
Tags: bigdog4579@..., RegLocAutoLogon, REG_SZ
Discussion threads 2007-06-28
Dim the variables
In VBA under Access (A2K) when IDim myStr AsString------------^- no space as you did in your code listing - it throws a error. Same for your second variable
Tags: Scripting languages, ray.learmond@...
Discussion threads 2007-05-18
Mesh Booleans for AutoCAD (exe)
Mesh Booleans for AutoCAD is a mesh boolean modeling plug-in for AutoCAD. Mesh Booleans for AutoCAD gives AutoCAD the ability to perform boolean operations between PolyFace Meshes, Polygon Meshes and 3D Solids or a combination of all. You can union, subtract or intersect two meshes, two solids or a mesh...
Tags: AutoCAD, Research & Development, Business Operations
Software downloads 2006-09-22
Define NULL
since it came up in a discussion about sql.I figured I would ask here.what is the definition of NULL in sql,c, c++,java,perl,python.and from where do you get this definition?the discussion I'm pulling this querstion from:In SQL, NULL means "unknown value". How could you assert that two NULLs are equal?which doesn't...
Tags: Define NULL, Jaqui, NULL value, programming, SQL, Value at Risk
Q&A 2005-01-24
monitor is dim
I have a HP ZV5000 pavilion laptop. When the a/c adapter was plugged in, the screen was bright and if I worked directly off the battery the screen would be dim. Now from out of nowhere, when the a/c adapter is plugged in, the screen is very dim...
Tags: dlwojo@..., monitor, A/C adapter, A/C, adapter
Discussion threads 2007-08-29
Choosing an efficient design for Boolean column values in Oracle
When designing a database table structure, it's important to choose an efficient strategy for storing a logical Boolean that you can use in many programming environments. This downloadable Oracle tip shows you how to design a database table structure in Oracle that will accept Boolean datatypes in Java Database Connectivity...
Tags: TechRepublic Inc., Oracle Corp., JDBC, Databases, Storage, Java, Enterprise Software, Software, Data Management, Hardware, Programming Languages, Software Development, Software/Web Development
Download resources 2005-06-08
urgent help from VBA Expert
'Dim Cell As RangeDim myWord As ObjectDim PathDocu As String Set myWord = CreateObject("word.application") 'Set myWord = GetObject(, "Word.Application") Set myWord = GetObject("g:globalmaheshoffer letter.doc") myW
Tags: fanku@..., myWord.ActiveDocument.Bookmarks, programming, software, VBA
Discussion threads 2006-11-03
Split String
Dear all,I want to split a string into twoparts.How to do it?For example, If I assigned variable called usrnm having string "QWUSM0392".But I want to split into two parts or I need only "M0392" from the string.How can I get it?Will Mid or Replace function help for this?Please help...
Tags: bsmgopal1984@..., programming, String
Q&A 2006-07-30
Implement a MouseExit event for VB6 controls
The MouseMove event lets you detect when a mouse enters a VB6 control; however, Visual Basic doesn't have a built-in event that allows you to determine when a mouse exits a control. This tip explains how easy it is to create your own MouseExit event. If you want to...
Tags: Microsoft Visual Basic 6.0, Mice, Peter Aitken, Boolean, mouse, MouseMove, Visual Basic Tips Newsletter, Control, Microsoft Visual Basic, Hardware, Peripherals
Technical articles 2005-07-14
  • << Previous
  • page 1 of 1
  • Next >>


IT Hardware and Software Purchasing Policy
Your IT Budget is tight. You want to get the most bang for your IT buck. That's where the IT Hardware and Software Purchasing Policy can help.

Thi ...

Buy Now
Disaster Recovery Plan Power Checklist
Development of a disaster recovery plan is a must. Although there may never come a time when the plan must be implemented, it is always best to prepar ...
Buy Now

IP Networking