Dear Experts ,
I am facing a problem with the subscreens. My senario is as follows :
Main screen is 0100. On this screen i have defind one subscreen area and in this subscreen area i have called another screen 0110. On this 0110 , there are 3 another subscreen areas where I have called screens 0200 ,0300 and 0400 respectively . Now I am facing problem as follows :
1. When I enter any value on screen 0200 and Hit Enter , that value goes off. Same with the case of 0300 and 0400
2 . I want to pass the data on screen 0200 , to the corresponding fields on screen 0300. How to do that ?
Please suggest.
regards
Request for tunning the below query
Hi,
Got A Free Server :(
So I was given a free server http://shopping.yahoo.com/p:Compaq%20ProLiant%201500%20Server:1990708735It is a Compaq Proliant 1500 :|And I cannot seem to get it to install any OS from the CD drive
Collecting AOL Search Terms
I am attempting to collect AOL search terms. I know the code is correct (it works for google, bing, yahoo, etc) but not AOL. Here's the code that doesn't' work. Can anyone help?else if
Bandwidth monitoring?
Hi guys,I need a little information I have written a php app and I occurred to that I need to track the bandwidth that the user is using. I have done a google search and looked through my php books
Strip Slashes Help
I've got a script that i've downloaded of the net to edit multiple fields from my sql database, and works fine EXCEPT I want to add the strip slashes bit to it so it will save what I type in. However,
Merger of 6 sister companies under one flagship company after go live
Dear Experts,
Odd or Even
Inside of a while loop I need to echo several rows of info...easy enough.In the loop (for the sake off css) I need to distinguish between odd and even row numbers.Code:
what business processes?
Hi,
returning data from an ssh2_exec()
here's what i got.$conn = ssh2_connect($this->_host); ssh2_auth_password($conn,$this->_user,$this->_pass)or die("Cannot Connect"); //build command line to include
Problems with adding a link to one position in a 'foreach' loop, please help
Hello!Iam pretty new to programming and I wanna create a table with users from an array. It works just fine but in one table row I wanna add a link to it so I can click on the username to edit it