Advertisement

1 - 10 of 10200 containing alltags:("values") (0.005 seconds)
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...
Zones: Delphi ProgrammingDate Answered: 10/13/1997 Grade: A Views: 0
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 ...
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...
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 =...
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...
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.
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...
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...
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...
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...
Zones: Lotus NotesDate Answered: 10/26/1999 Grade: A Views: 0