What's the basic syntax of a function of a vb.net function?
I've got this from one of my ASP pages and I'm converting it to ASP.net. I could do this in seconds in C# but I want it in vb.net and ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21190901.html
Is there a slick way to use the StartsWith in combination with a Select/Case? Something like this (which doesn't compile):
Select Case TextBox1.Text.ToUpper
Case String.Star...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22040285.htm...
hi experts,
has anyone of you familiar with the command startswith of crystal? well, anyway.....i'm looking for an equivalent command in sql.
example:
in crystal
if variable starswith...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21342868.html
Access 2003
I would like to change this query to bring back
SELECT tblData.fldDId, tblData.fldWwg, tblData.fldMfgname, tblData.fldMfrnum, tblData.fldDescription, tblCoreSkuInformation.WWGDESC...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_22375567.html
Zones:
MS AccessDate Answered: 02/14/2007 Grade: A Views: 27
In Crystal Reports 11 is it possible to use startswith in a Select Case statement?
Please reference the following code:
//Purpose: Get semester 1 grade
IF TRIM(UPPERCASE({semester}))
start...
http://www.experts-exchange.com/Database/Clarion/Q_22427425.html
Gents
Can anyone tell me what may be the problem with this script
date({EMP_OFFICE\\.EMPLOYED}) < {?Date}
and uppercase({EMP_OFFICE\\.EMP_CAT_NAME}) startswith uppercase({?Emp_Catagory})
...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_21397700.html