Enter Keywords:
1 - 10 of 196(0.016 seconds)
Sort By:
 
Hello experts!! I am having a problem; I have a string, supposed to be a path, but it comes like; c:\somedir\user/anotherdir/file.txt I have to get the "/" corrected to a "\", and there mi...
Zones: Visual BasicDate Answered: 07/15/2000 Rating: 8.4 Views: 0
I have finished below program for my school assignment.  But, I have one section of code (marked with *; InvoiceSystem.java) which I don't know how to debug it.  The attached program is complete, a...
Zones: JavaDate Answered: 10/28/2000 Rating: 7.4 Views: 0
Hi there--using A97 in a Win2k environment. I'm trying to build a module that takes a query SQL statement, and breaks it into manageable pieces that can then be used in VB code. I want to break ...
Zones: MS AccessDate Answered: 05/24/2001 Rating: 7.8 Views: 0
Hi I am using the instr function to get the firstname out of a string which has last name and firstname seperated by a space. Now if i enter a name with leading spaces i am not able to see the l...
Zones: Visual BasicDate Answered: 04/08/2002 Rating: 7.8 Views: 0
I want to find a function in SQL which is likely to be the function Instr in asp. I want the function can find the Char(s) in varchar.... Anyone can help me?
Zones: MS SQL ServerDate Answered: 01/28/2003 Rating: 8.2 Views: 0
I have a field in a table called Internal, it stores internal phone numbers. The users of my application need to see this data in a different format so.....i need to replace part of the number with...
Zones: MS AccessDate Answered: 04/03/2003 Rating: 7.2 Views: 0
I am using DataShapeProvider and Use Following QUery SHAPE {SELECT K.*, 'CENTRAL' AS LocalUnitName,   K.ContentId AS LocalContentId FROM Kaizen K, PublishData P   WHERE K.ContentId = P.Content...
Zones: Visual BasicDate Answered: 08/08/2003 Rating: 7.0 Views: 0
Hi, I have the following code to find ('OR', 'or', 'AND', 'and', 'NOT', 'not') in my search expression: Search_Criteria = "APPLES PEACHES" (This term would go inside of the If loop) Search_C...
Zones: ASPDate Answered: 04/27/2004 Rating: 7.6 Views: 0
If        retval = intst(a, "smith")   works how do I write it in one statment if I want to find out if "smith", "jones", and "taylor" are in a ? In other words, if   a    does not contain "smit...
Zones: Visual BasicDate Answered: 01/20/2005 Rating: 9.0 Views: 0
I am using Text1 = WebBrowser1.Document.frames(2).Document.body.innerhtml I need to extract from Text1 all instances of "my name is " & "xxxxx"   where "my name is " is a fixed phrase and ...
Zones: Visual BasicDate Answered: 02/16/2005 Rating: 8.4 Views: 0