hi -
i have a reset button with an onclickto reset some radio buttons. the radio buttons will not reset, but the other lines in the reset function definition execute correctly. what the heck am i doing wrong?
here's the html for the reset button:
<input type="button" name="fromresetbutton"...
--begin create order record
define ord record
sono char(10)
end record
--end create order record
--begin selecting orders
display "Selecting Orders..."
insert into sonos
select distinct(sono)
from sodetl
where soladat > p_yest
and sono[5,5] not in ('E','M','N')
and sono[4,4] not in...
hi -
is there special syntax for handling a wildcard search if the value i'm matching on is a 4gl variable?
the basic statement is:
select something
from somewhere
where something like my.value
something could be a large field and my.value could be anywhere in it.
so i tried:
select...
hi -
trying to simply validate a text box entry (fieldname: qty) on form submit. if it's not numeric, throw an alert. but of course it isn't working and i can't see why. it's throwing the alert whether the entry is valid or not.
here's the code: (ignore pcount and scount...they're always...
in my form page I have:
<script type="text/javascript" src="frm_btx4k_slave.js"></script>
<form name="mainform">
...form elements, etc....
<input type="button" name="reset" value="reset" onclick="myreset();">
in my javascript page (frm_btx4k_slave.js) i have:
function myreset(){...
hi again..
if my form has divs like this:
<DIV ID="DS3Div" style="visibility:hidden;position:absolute;top:90;left:10">
<LABEL FOR="DS3">
Capacity (DS3):
1: <input type="radio" name="cap" value="1" onclick="DS31();">
2: <input type="radio" name="cap"...
hi -
i'm goin' mad i tell ya! mad!
i have some "master" radio buttons that control the display of other "slave" radio buttons dynamically.
if i want to reset the form using the standard reset button, all the radio buttons clear out normally, but the slave buttons (displayed using...
hi all -
sorry the description is a little weak. let me explain.
i have a page with 6 "master" radio buttons which dynamically control a form. if you check master radio button number 1, the page displays 6 additional choices (also radio buttons...let's call them slaves). if you check...
hi all-
what happens to the values contained by myvar in a "select value into myvar" statement executed inside a "foreach x_curs into r_s.*" loop?
here's my code:
foreach d_curs into dat.*
select fssitecd,sotadat into site,sdate
from fssps
where dat.indoc = fssps.sono
and dat.apart =...
hi -
we run sql7sp4 on win2k.
i have a sql agent job that performs a number of bulk inserts. today it failed because the database log file was full. the error suggested i do a log file backup to free some space. the log file backup failed for something like: "cannot allow BACKUP LOG...
hi all -
we have an in-house app developed by a guy who's not here any more. he used some version of delphi/paradox to create it and it looks like it connects to an MS Access db. i'm afraid i don't know what version it is.
we've installed it dozens of times on Win98-Win2k machines without...
hi all -
we have an in-house app developed by a guy who's not here any more. he used some version of delphi/paradox to create it and it looks like it connects to an MS Access db. i'm afraid i don't know what version it is.
we've installed it dozens of times on Win98-Win2k machines without...
hi -
i'm new to Informix 4GL (7.3) and i've built a 4GL program but need some help with it.
i have a cursor scanning through a temp table i loaded (temp_tab).
from within the cursor loop, i want to feed a query with one of the values grabbed by the cursor, and if there's a result > 0, set a...
hi-
i know this first one is an old problem, but i haven't found the cause or a solution.
we use crystal reports 7 and the activex viewer. our workstations run the gamut from win95 to xp. all are using the latest IE browser. all machines accept the activex viewer and display reports. but...
hi -
i'm looking to automatically change the value of a text box when the value in the adjacent text box changes.
i have a form with 3 dynamically named fields:
<input type="hidden" name="qty_1" value="someqty">
<input type="text"...
Hi, this portion of a javascript function is causing me fits!
I'm comparing a user entry to a "max" value that's carried in a hidden form field. It's possible for the user to enter a value that's less than the max and return a comparison that says the max was exceeded.
If the...
hi all-
i'm new to javascript. i have a form with "n" number of rows. each row has one text box and two hidden fields containing values that serve as a min max range for the text box value.
i need help with a simple function that will compare the text box entry (which is not...
howdy-
i have a form that displays a dynamic number of rows with dynamically named fields. in fact, it displays a dynamic number of groups of rows with dynamically named fields. at the end of each row are two text boxes. the first represents a start date and the second an end date. in most...
Hi All!
I'm in a situation where "the marketing people" prefer the look of a hyperlink (over a button) to submit a form. So I have to design a form that conforms to their preference. The page in question is a downloads page. It has several related files that can be downloaded...
hey all,
i have a need for a script that can read a text file containing info such as:
1esm
P
20030224
20030228
0
1
1
1
0
1
0
P
0
find the "date" fields in the file (rows 3 and 4), analyze them, do something with them (say, add 7 days to each), write the new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.