Thanks Sark. I did try this and it works but then I no longer have the index value. Without this I don't know which line I'm on so I can't pass the part detail. Isn't there a way to accomplish both??!!
I have a list displaying part information. On each line there's a checkbox. When the user clicks on the check box, which I named the index value for that line, I'm calling a function that will display a page with more detail about the part. It works great but whether you check or uncheck the box...
Can I cast one object to another if the methods contained in both match? I have one object called orderparts and another object which has the same properties as orderparts but it's called orderpartshold. I'm trying to save orderpartshold from orderparts without having to set each field...
I know most people want to get rid of this BUT... how do I force a carriage return in unix. I'm creating a report that I'll send to the printer using lp. I tried putting ^M on the line but it just prints the actual characters. Also tried ^L & \n to no avail. Does it have to go at the end of a...
In the apache config I set it to show a special "app not available" page when the (app) server is down. If apache's completely down obviously you'd just get the site not found, which is fine because in that instance I would have already been beeped. All I wanted is if apache is serving...
Sorry for the confusion. Apache is our webserver, we have an appserver using apache. If the app server gets to many requests it disables requests and the site no longer functions. The app server is up but it won't allow any apache requests through. Does that make more sense.
We don't have...
Siberian,
The app server is unavailable, not apache. If apache or our app server is down we already get notice for that. If the app server is unavailable (blocking requests) we don't know anything. The networking people here will not install anything new for this so I have to find a different...
Hi!
Is there anyway in apache to automatically send an email if a certain page is loaded? When our app server is unavailable I'd like to email our group so we know to look into it. At the moment if our app server is down we get a message but if it's just not accepting requests we don't know...
Hi!
I'd like to automatically email a list of people when a certain page is loaded. I tried doing an onLoad mailTo and an onLoad call to a function to mail to. What happens is when the page loads I get an email window with all the info and I have to hit submit. I want the onload to send an...
I have a select that has id - name. If the user sets one of the options, I'd like to set a different form field to the name value. What I'm getting is the id. The options are built from a table and they change all the time so I can't hardcode the values to search through. I need the id to be set...
I have a jhtml page that I'm currently doing a db call to fill a select list. I'd like to use xml to do this instead. I created an xml with the output for the select list but I can't figure out how to get the jhtml to read the xml. I can get it to generate the "name" element in a...
Thanks for all your help!!
Olded that did work actually. You can wordwrap but it ignores the next line unless you define the form as comment line -1. When I did that it started showing the 2 lines.
The window size it's at has to stay at that size so I really needed to split the lines up. :)
This is really irking me. I have a form that says:
a = formonly.gv_status TYPE CHAR, UPSHIFT, REVERSE,
COMMENTS = "(A)ctive,(H)ome Office,(N)on Registered,(P)ending,(T)ermed,(AH)Acti
ve/HO"...
I compiled this in our production environment and ran with no issues. Our dba has said he thinks it's an environment issue.
Thank you olded.
Nothing like testing in prod! :)
Hey there!
I'm trying to do a c4gl and I keep getting this error:
"m_pp_priv.ec", line 457.7: 1506-277 (S) Syntax error: possible missing ';' or '
,'?
My command is c4gl -o pp_priv.4ge m_pp_priv.4gl
I...
I have a table with 4000 rows. I need to get each 25th row and insert it into a new temp table. How do I get each 25th row using an informix sql statement??
I have 2 properties. One is the numeric value for a type and the other is the character value. The char has a reference to the numeric value. I'd like the numeric value to be set based on what the char value is. Isn't there a way to copy one property to another? It has to be done from the xml...
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.