This question applies to Local SQL using the Borland Database Engine.
Having used Oracle's SQL*Plus for so long, I feel spoiled when I find that I can't do things such as calculations other than s...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10025497.html
I'm trying to display a value in form field that is using a calculation from a query. The Calculation is =CLng([Quantity]*[Price]*(1-[Discount])*100)100
If I set the decimal places to zero, I get ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10044100.html
Zones:
MS AccessDate Answered: 03/22/1998 Grade: A Views: 0
As part of validation in the before_update property on a form, I need to check the value in frame15, and if it equals say 2, then another field called txtCompletionDate must have a value.
somethin...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10059972.html
Zones:
MS AccessDate Answered: 06/25/1998 Grade: A Views: 0
I am validating the value entered in a text box, however, I need to convert the string to upper case. Must use javascript
Code sniplet:
function checkpctext(strText){
attempt 1 : var strUText =...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10065757.html
Zones:
JavaScriptDate Answered: 07/21/1998 Grade: D Views: 0
I need a public function than takes a refernce to a form as parameter and returns the controls value
Something like
Function WhatIsTheValue(strControl as string)
end function
I will use it like...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10087139.html
Zones:
MS AccessDate Answered: 10/08/1998 Grade: A Views: 0
How to compare fields from different databases with the same datatype?I want to compare the values existing in one column of database with that of other column existing in other database.
http://www.experts-exchange.com/Database/Oracle/Q_10124354.html
Zones:
OracleDate Answered: 02/04/1999 Grade: B Views: 0
the sql below need to dislay the studentid and surname according to the user input in the DataReport. So, everytime, the "mm" (month) and "yyyy" (year) value will change according to the user inp...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10179438.html
Zones:
Visual BasicDate Answered: 09/01/1999 Grade: C Views: 0
I am getting an error that says "not all control paths
return a value."
char *Getinfo(char *name, int length, int number, char *string)
{
char* temp = new char[100];
name = temp;
int f...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10182271.html
Zones:
C++Date Answered: 07/13/1999 Grade: A Views: 0
I need VB 5/6 code to print a string. I know how to format a string value to fit any page, and I can use the Common Dialog .OCX or the Printer object in VB to manipulate the printer... but I don't...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10188796.html
Zones:
Visual BasicDate Answered: 08/05/1999 Grade: A Views: 0
I created a field with data type "TIME" and it is Editable for user to key in date value(MM/DD/YY).
If user key in wrong date data ie: 12/32/1999 or 13/01/1999 or a2/b1/1999 or "abc" anything that...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/Lotus_SmartSuit...
Zones:
Lotus NotesDate Answered: 10/26/1999 Grade: A Views: 0