Hi Guru's,
I've created a Module pool program, which contains the Table Control.
In my table control we are keeping the F4 Functionality for 1 particular column. (Based on the location i need to show the Bin Values).
Suppose the first row contains the Location Value as "YARD", i need to show the YARD's BIN values in the first row.
In the 2nd row, Location is 'PORT', i need to show the PORT's BIN Values.
For that we are using FM - VRM_SET_VALUES and an internal table to hold the values.
Here my question is when i click on the First row, the cell is getting the values based on the other cell's value (Location) of the Row.
If i click on the cell of 2nd row , the First row values and the 2nd row values are getting same.
in the table control, if i click on the 2nd row directly, with out clicking on the first row, in both rows it is showing the same values irrespective of Location Value,
How to resolve this??
Hope the explanation is clear.
Thanks in advance.
Thanks
line breaks in between fetched file names
Hi,I have this code:Code: <?php if($dir = opendir('files')){ while (($file = readdir($dir) )!== false){ if ($file !='.' && $file !='..'){ echo
Page not Loading After Test
Hey AllIt seemed that an inlcude statement wasn't working for some reason, so I tried a more absolute file path:include("home/username/public_html/coding/scripts/carspecs.php")However this
Access website from only 1 computer...?
One of my customers wants his website to only be accessed by people in which they bought the website membership from on their computer. He's afraid that the users might share their login's with their
how can i display php source code snippets ?
I am outputting some pho code .. and I want to display the source code so people can copy and paste it .... not really wanting to use a TEXTAREA box .... any ideas ?
Progress bar tracking file downloads
Hey guys, was wondering if there was a way to track how far a file has been downloaded. I know there is a way to track uploading with APC and php 5.2 + ?? any suggestions thanks
Pass sql into pl/sql and create RMAN duplicate script.
Hi,
Ignore html and bbcode?
I've created a function to limit the amount of text according to the amount of words.However it ruins html and bbcode tags.. . I only want it to have affect on everything else within $text but not
Help If user voted, block them
On my Prayer request site, i let users Click a button to Pray for somone that has posted a pray, i got that all set up but.Code: // connect to db... if ($_GET['id']) { $id = (int) $_GET['id'];
System copy error in RUN ABAP REPORT PHASE
Hi,
Creation of Raw Exposure manually
SAP Gurus