Problems with recordset paging and dynamic menu displaying all the options

Hi hope someone can help on this - I've posted the code on the FoEd Backend Blight - with no takers/success yet -
I've created a jobs page using DWCS3 which has a dynamic drop down menu filtering the 'countries' that jobs are located in.  When I introduce a recordset page only those countries associated with the jobs on that particular page are shown in the dynamic menu above, not all of the countries listed in the database. When I get to the second page of results - again - only those jobs' countries are shown in the menu (and not the previous pages/next pages as well).
I'd clearly like a user to be able to select from the menu of countries available for all the jobs in the database, and not just those on the page.  Any ideas?
On a similar strain - my country menu/filter is wrapped up in a form above the list of jobs.  On loading the page, only the search and menus appear.  No jobs are shown until I hit submit.  Is there a way to have all the jobs display on first load, and then for the search/menu filter to work on the displayed jobs. I've tried altering the variables on the search to 1 from -1, and other options but I can't seem to get a page of content on first load.
I'd really appreciate any pointers on the above, as this would help solve the final stage of my project. The full post and code can be seen on the friendsofed website under backend blight.
Many thanks in advance.
Matt

I'm still stuck on getting the page to load with some actual content, however.  I'm just getting the search box and country filter displaying on first load.
Pages 584-6 explain why you get nothing when a page first loads. Dreamweaver sets the default value to -1. The problem with trying to change the default value even to an empty string or % is that Dreamweaver's security function, GetSQLValueString() changes an empty string to NULL and wraps % in quotes, so neither will work.
One way to display all records when the page first loads is to create another recordset that selects all records. Wrap the code in a conditional statement that checks whether the $_GET array contains any values:
if (!$_GET) {
  // recordset to retrieve all records here
This means that you need two repeat regions to display the results. Wrap both of them in conditional statements:
if (isset($fullRecordsetName)) {
  // display the full recordset
} elseif (isset($searchResultsRecordsetName)) {
  // display the search results
You also need to wrap the mysql_free_result() statements in conditional statements at the end of the page:
if (isset($fullRecordsetName)) mysql_free_result($fullRecordsetName);
if (isset($searchResultsRecordsetName)) mysql_free_result($searchResultsRecordsetName);
Another way to do it is to use just one recordset, but split the SQL query into two sections:
$query_RecordsetName = "SELECT * FROM myTable";
if (isset($_GET['searchTerm')) {
$query_RecordsetName .= sprintf(" WHERE searchTerm LIKE %s",
     GetSQLValueString("%" . $colname_RecordsetName . "%", "text"));
This uses the combined concatenation operator to add the WHERE clause to the query only if $_GET['searchTerm'] has been set. Notice that you need a space before the "WHERE".

Similar Messages

  • I'm having problems with iPad 2 and my smart cover.  The attachment seems to be depolarized and it moves around causing the device to toggle and flash like its coming on or shorting.  Anyone having problems?

    I'm having problems with iPad 2 and my smart cover.  The attachment seems to be depolarized, trys to connect using the back (curved) edge of the magnetized bracket.  When I try to attach it, it moves around causing the device to toggle in a way that looks like the camera flash.  Anyone having problems? Help.

    Update. My carrier says the antenna of my iPhone 4s is not so good as the one in the iPhone 3G. They can't solve the problem. Their signal is too weak for the 4s at places I spend most of my time. Not the answer I expected, but I'm free to choose an other carrier. Hope this will help.
    This was not the correct answer, I accidentially clicked the button..
    Message was edited by: vasch

  • ITunes 11 won't install on Win-7.  Had same problem with 10.7.  I've followed all the suggestions I can find, restored my computer many times, cleaned the registry... this is the worst software install I've ever seen!

    Had same problem with 10.7.  I've followed all the suggestions I can find, restored my computer many times, cleaned the registry... this is the worst software install I've ever seen!

    I kept getting the reminder to update itunes  11.1.4 on my Windows 7 laptop.  I now forget the error message other than it would stop and say something that itunes has stopped working and to do a manual d/l from itunes.  That did not work either.
    The suggestion to remove the Apple Software Updater from my programs solved this problem.

  • I'm running Windows XP and FF 8.0. I'm having more trouble than ever with intermittent streaming and videos not playing all the way through. What is the easiest way to fix this?

    . I'm running Windows XP and FF 8.0. I'm having more trouble than ever with intermittent streaming and videos not playing all the way through. What is the easiest way to fix this?

    That may be a problem with the VLC plugin. VLC has never worked for me properly on the occasions that I've tried it on Windows and Linux, so I have stop using it. There are usually other plugins or media players available that work better.
    What kind of media files are that?
    For WMP files you can install the new Windows Media Player plugin you can also try RealPlayer and QuickTime if it is about media that those programs can handle to see if that works better.
    * https://support.mozilla.com/kb/Using+the+Windows+Media+Player+plugin+with+Firefox
    * http://kb.mozillazine.org/Windows_Media_Player#Missing_plugin
    * http://www.interoperabilitybridges.com/windows-media-player-firefox-plugin-download

  • My ipod classic will sync with my itunes and it shows me all the songs have been downloaded. however when i disconnect it i only have 50 songs present on my ipod. in the settings it still tells me 15 GB is being used up. what do i do?

    my ipod classic will sync with my itunes and it shows me all the songs have been downloaded. however when i disconnect it i only have 50 songs present on my ipod. in the settings it still tells me 15 GB is being used up. i have dowloaded nothing onto it but music. i cant find the rest of my songs on it. what do i do?

    Restore the iPod.
    tt2

  • Problem with Snow Leopard and LED Cinema Display + MacBook pro

    I just upgraded to Snow Leopard. When I work on my MacBook Pro everything works fine. But when I use through the LED Cinema Display then the machine hangs on several programs, like iTunes, Time Machine, even Finder. Before the upgrade everything worked fine. Anyone having the same problem?

    I've had similar problems when using my cinema display. I am currently using it with my usb backup drive disconnected and , so far, have not had the problems. Here's hoping, although it is not a good permanent solution, it means I do not have Time Machine running or access to my other backup files. I suspect that it may be a problem (as reported by others on this forum) with SL mounting a sleeping drive. Time will tell.

  • Installati​on Problems with Apple MBA and OfficeJet Pro 8600 All-in-One

    I've had no issues with 8600 and MBA on my home network for over a year.  Today, the computer couldn't find the printer repeatedly without rebooting the printer everytime I sent a print job.  Got frustrated and thought I'd uninstall the printer and redownload and reinstall, so I did that.  HP sent the Mavericks 12.34.37.dmg file and I installed with no issues.  But it didn't open the Utility file like it said it would, so I opened it and clicked 'set up new device' to which it never found the printer at all.  Searching the HP site, I also found and downloaded and installed the HP PrintersDriver 3.0.dmg and still have the same problems.  My other computers in the house are finding the same printer and printing fine.  My MBA has no printer installed now, and the Utility software can't find it.  What do I do?  I need to be printing right now, and have never had issues like this before.  My printer serical number is [edited Serial Number by Moderator].  Please give me some direction and hope.
    Thank you.

    Hi @MacBimmer ,
    I see that you are experiencing issues adding the printer over the wireless network back onto Yosemite. I will certainly do my best to help you.
    Power cycle the router and restart the Mac and printer.
    Follow these steps to Verify and Repair the Disk Permissions.
    On the Apple menu bar, click Go, then click Utilities.
    From the sub menu on the right, double-click Disk Utility .
    From the list on the left, select your drive or active partition.
    Click the First Aid tab, then click Verify then Repair Disk Permissions.
    Restart your computer.
    Reset The Printing System:
    Note: This will delete all the printers listed and you will have to add them back in again.
    Go to the Apple, System Preferences, Printers and Scanners, hold down the control button on the keyboard and click your mouse in the white area on the left side of the window, select Reset Printing System when it comes up and put in the Mac password. Then click the + sign, select the printer,  then click on the add button. (you might have to click on the dropdown to select the printer name from the list)
    If you are having network issues, then add the printer through the IP Protocal.
    After clicking the + button, select the IP across the top, type in the printer's IPv4 address, select jet direct below and then Apply.
    Test the printer.
    If you need further assistance, just let me know.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Unable to download from AppStore, updates,etc.Messages 'the installer is damaged' to 'there might be a problem with file ownership and permissions.' I am the owner and only user of a new MBP. What could be going on?

    Is anyone having the same type of problems I'm having with Lion. I have a new MacBook Pro, received 7 weeks ago, preinstalled with Leopard 10.6.7. I didn't migrate anything from my old iMac, wanted a clean install from the Apple Store. While there, I asked for the upgrade to Lion 10.7, however their system was down.
    I  installed it myself, wirelessly about a week later, and Apple emailed me a receipt. Now, I've had to call support directly last week when I lost Mail, Address Book, was unable to open Preview or iTunes, among other problems. Seemed fixed after a session that baffled even the store tech.  Now I am unable to download or install the recent Mac updates for Lion, from the App Store, could not install Adobe Reader, etc. Messages range from 'A network error has occured - Check your Internet connection and try again' to 'The Installer is damaged and cannot open the package. There may be a problem with file ownership or permissions.'  All fail and I'll probably have to call Apple again. I am frustrated beyond words.  Logs 'Install's runner tool is not properly configured as a setuid tool', domain errors, 'attempt to write a readonly database, and on and on. I have barely done a thing on this computer except search online for help with these problems. Safari gives me a 'You are not connected to the internet' too often. Diagnostics disagrees. I do see wi-fi problems in the forum. Disk and permissions were fine at the beginning of the earlier problems, checked first by support tech. I'm not sure if support tech even knew. I was just happy they were fixed. Anyone have these download and/or install problems after a 'clean bill of health' so to speak, only a week ago?

    Let's try the following user tip with that one:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • Huge problems with network accounts. They keep disapear all the time, after restart they are back. But only for 1h or less. Anyone have any suggestions?

    I`m using Open Directory, its been working fine for 2 months. But now all of a sudden this very annoying error keeps repeating itself.
    It started happen about a week ago,and after a reboot of the server it was working fine, until now. Now the accounts is gone after 1h or so uptime, and after restart all accounts is there, but soon to be disapeared again. Anyone have any suggestion what to look for? And why did it happen in the first place?
    For now theres only one user at the office so he uses my admin account (Local user on the server) to connect to shares etc. But in less then a week there will be much more people at the office, so i will need to sort this out ASAP. Appriciate any suggestions/help. thanks in advance.

    Open Directory; Password Service Server Log:
    (A little shortend, nothing seems wrong there?)
    Jul 30 2013 09:51:18 456163us    Mac OS X Password Service version 387.2 (pid = 139) was started at: Tue Jul 30 09:51:18 2013
    Jul 30 2013 09:51:18 873014us    RunAppThread Created
    Jul 30 2013 09:51:18 873099us    RunAppThread Started
    Jul 30 2013 09:51:18 873122us    Initializing Server Globals ...
    Jul 30 2013 09:51:19 820305us    Initializing Networking ...
    Jul 30 2013 09:51:19 820361us    Initializing TCP ...
    Jul 30 2013 09:51:39 735055us    SASL is using realm "server.xxxx.no"
    Jul 30 2013 09:51:39 735100us    Starting Central Thread ...
    Jul 30 2013 09:51:39 735109us    Starting other server processes ...
    Jul 30 2013 09:51:39 735117us    StartCentralThreads: 1 threads to stop
    Jul 30 2013 09:51:39 735152us    Initializing TCP ...
    Jul 30 2013 09:51:39 735186us    Starting TCP/IP Listener on ethernet interface, port 106
    Jul 30 2013 09:51:39 735242us    Starting TCP/IP Listener on ethernet interface, port 3659
    Jul 30 2013 09:51:39 735265us    Starting TCP/IP Listener on interface lo0, port 106
    Jul 30 2013 09:51:39 735290us    Starting TCP/IP Listener on interface lo0, port 3659
    Jul 30 2013 09:51:39 735318us    StartCentralThreads: Created 4 TCP/IP Connection Listeners
    Jul 30 2013 09:51:39 735329us    Starting UNIX domain socket listener /var/run/passwordserver
    Jul 30 2013 09:51:39 736296us    Finished starting other server processes ...
    Jul 30 2013 09:51:39 736313us    -- Password Server successfully started --
    Jul 30 2013 09:51:39 736321us    -- Start time: 21 sec, 287 msec --
    Jul 30 2013 09:52:19 502436us    GETPOLICY: user {0x1eab69bc916811e28e60a8206623cd3d, server.xxx.no$}.
    Jul 30 2013 09:52:19 516404us    GETPOLICY: user {0x1eab69bc916811e28e60a8206623cd3d, server.xxx.no$}.
    Jul 30 2013 09:52:19 865774us    GETPOLICY: user {0x1eab69bc916811e28e60a8206623cd3d, server.xxxx.no$}.
    Jul 30 2013 09:52:19 870922us    GETPOLICY: user {0x1eab69bc916811e28e60a8206623cd3d, server.xxxx.no$}.
    Jul 30 2013 09:52:19 879988us    GETPOLICY: user {0x1eab69bc916811e28e60a8206623cd3d, server.xxxx.no$}.
    Jul 30 2013 09:52:19 892772us    GETPOLICY: user {0x1eab69bc916811e28e60a8206623cd3d, server.xxxo.no$}.
    Jul 30 2013 09:52:22 897368us    GETPOLICY: user {0xfc35f9dcb0b711e28baca820661e5a32, geir}.
    Jul 30 2013 09:52:22 904252us    GETPOLICY: user {0x9ae96942a73011e2aac5a8206623cd3d, christoffer}.
    Jul 30 2013 09:52:22 916530us    GETPOLICY: user {0x523107c8ae7911e28baca820661e5a32, anst}.
    Jul 30 2013 09:52:22 964934us    GETPOLICY: user {0x5841b68eb09611e28baca820661e5a32, fres}.
    Jul 30 2013 09:52:23 12619us    GETPOLICY: user {0x148c7f5c916811e28cd3a8206623cd3d, admin}.

  • PROBLEM WITH XML PUBLISHER AND GRAPH NOT DISPLAYING IN ORACLE APPS

    Hi
    All you XML Gurus here. I have a problem, When i create a report in XML Publisher desktop i can see a graph im putting into the report on preview and works fine. But when i upload the report as a rtf file into Oracle applications i can see everything else the table logo and stuff .. But just not the Graph Itself when run on the concurrant manager....
    Problem number 2
    Is there a way that i can use XML Desktop and create a line graph with 2 lines rather than 1 plotting
    here is my xml for graph i have made with one line
    chart:
    <Graph>
    <Title text="" visible="true" horizontalAlignment="CENTER"/>
    <LocalGridData colCount="{count(.//SELF_OTHERS)}" rowCount="1">
    <RowLabels><Label></Label></RowLabels>
    <ColLabels>
    <xsl:for-each select=".//SELF_OTHERS"> <Label><xsl:value-of select="BEHAVIOUR"/></Label>
    </xsl:for-each>
    </ColLabels>
    <DataValues>
    <RowData>
    <xsl:for-each select=".//SELF_OTHERS"> <Cell><xsl:value-of select="SCORE"/></Cell>
    </xsl:for-each> </RowData>
    </DataValues>
    </LocalGridData>
    </Graph>
    All help would be much appreciated to my 2 problems....
    Thanks
    Sha

    Hi All
    Will post solution tomorrow or Monday on blog. Heres the chart XML for now.
    chart:
    <Graph graphType="LINE_VERT_ABS"><LegendArea visible="true" />
    <LocalGridData colCount="{count(xdoxslt:group(.//SALE, 'YEAR'))}" rowCount="3">
    <RowLabels>
    <Label>SOFTWARE</Label>
    <Label>HARDWARE</Label>
    <Label>SERVICES</Label>
    </RowLabels>
    <ColLabels>
    <xsl:for-each-group select=".//SALE" group-by="YEAR" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <Label>
    <xsl:value-of select="current-group()/YEAR" />
    </Label>
    </xsl:for-each-group>
    </ColLabels>
    <DataValues>
    <RowData>
    <xsl:for-each-group select=".//SALE" group-by="YEAR" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <Cell>
    <xsl:value-of select="sum(current-group()/SOFTWARE)" />
    </Cell>
    </xsl:for-each-group>
    </RowData>
    <RowData>
    <xsl:for-each-group select=".//SALE" group-by="YEAR" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <Cell>
    <xsl:value-of select="sum(current-group()/HARDWARE)" />
    </Cell>
    </xsl:for-each-group>
    </RowData>
    <RowData>
    <xsl:for-each-group select=".//SALE" group-by="YEAR" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <Cell>
    <xsl:value-of select="sum(current-group()/SERVICES)" />
    </Cell>
    </xsl:for-each-group>
    </RowData>
    </DataValues>
    </LocalGridData>
    </Graph>
    with the following data
    <?xml version="1.0" encoding="UTF-8"?>
    <SALES>
         <SALE>
              <YEAR>2006</YEAR>
              <SOFTWARE>1200</SOFTWARE>
              <HARDWARE>850</HARDWARE>
              <SERVICES>2000</SERVICES>
         </SALE>
         <SALE>
              <YEAR>2007</YEAR>
              <SOFTWARE>1000</SOFTWARE>
              <HARDWARE>800</HARDWARE>
              <SERVICES>1100</SERVICES>
         </SALE>
         <SALE>
              <YEAR>2008</YEAR>
              <SOFTWARE>900</SOFTWARE>
              <HARDWARE>1200</HARDWARE>
              <SERVICES>1500</SERVICES>
         </SALE>
    </SALES>
    The latest Template Builder makes this a cinch!
    Regards
    Tim
    http://blogs.oracle.com/xmlpublisher

  • Problem with SQL*Loader and different date formats in the same file

    DB: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    System: AIX 5.3.0.0
    Hello,
    I'm using SQL*Loader to import semi-colon separated values into a table. The files are delivered to us by a data provider who concatenates data from different sources and this results in us having different date formats within the same file. For example:
    ...;2010-12-31;22/11/1932;...
    I load this data using the following lines in the control file:
    EXECUTIONDATE1     TIMESTAMP     NULLIF EXECUTIONDATE1=BLANKS     "TO_DATE(:EXECUTIONDATE1, 'YYYY-MM-DD')",
    DELDOB          TIMESTAMP     NULLIF DELDOB=BLANKS          "TO_DATE(:DELDOB, 'DD/MM/YYYY')",
    The relevant NLS parameters:
    NLS_LANGUAGE=FRENCH
    NLS_DATE_FORMAT=DD/MM/RR
    NLS_DATE_LANGUAGE=FRENCH
    If I load this file as is the values loaded into the table are 31 dec 2010 and 22 nov *2032*, aven though the years are on 4 digits. If I change the NLS_DATE_FORMAT to DD/MM/YYYY then the second date value will be loaded correctly, but the first value will be loaded as 31 dec *2020* !!
    How can I get both date values to load correctly?
    Thanks!
    Sylvain

    This is very strange, after running a few tests I realized that if the year is 19XX then it will get loaded as 2019, and if it is 20XX then it will be 2020. I'm guessing it may have something to do with certain env variables that aren't set up properly because I'm fairly sure my SQL*Loader control file is correct... I'll run more tests :-(

  • I have a very bad problem with java I try many solution but all the solution failed

    Hello friends,
    My system  10.8.3 Macbook pro
    I try many solution in the 
    Hello friends,
    My system  10.8.3 Macbook Pro, I use Safari 6.0.3
    Java is not working.
    I try many solution in the  internet but nothing work with me , And I feel very sad
    One of the famous solution I try in this link: http://support.apple.com/kb/HT5559
      I download Java OS x 2013-002 and Java 7.17
    after that i do what is written here : http://support.apple.com/kb/HT5559 Also failed.
    Sometime I think to sell my new Macbook Pro because of this problem
    I hope that any one can help me ?
    Thank you
    Soso

    I check what java I have by this way: https://service.parachat.com/knowledgebase/211/How-do-I-check-which-Java-version -is-installed-on-my-Mac.html
    java version "1.6.0_43"
    Java(TM) SE Runtime Environment (build 1.6.0_43-b01-447-11M4203)
    Java HotSpot(TM) 64-Bit Server VM (build 20.14-b01-447, mixed mode)
    sos-macbook-pro:~ so$

  • Purchased a new PC with windows 8 and now Mozilla crashes all the time

    We run our PC in a salon so it is quite inconvenient when trying to put through a booking or trying to complete work. Sometimes (not often) when it crashes it will come up with a restore page and we can go back to the page we were on previously, but any typing we have done will be lost. I have followed several advise pages provided in the forums - in which I have checked the Mozilla is up to date, troubleshooted and reset it to factory settings, I have also tried to open it in safe mode but it still continues to crash. I don't have any plugins installed the should cause any problems as I've had them before when using firefox, and went to remove BitGuard but it wasn't even an installed program. All of this along with various other attempts, which have been unsuccessful, and my Firefox will not run properly! Please help.

    We're sorry to hear that your Firefox seems to be crashing when you open it. Please perform the following steps to give us a crash report ID that helps us find out more about the cause of the crash.
    #Press the following shortcut to get a Run window: [Windows] + [R]. This should bring up a window that contains a text field.
    #In that text field, enter %APPDATA% and press Enter. An explorer window should open.
    #From that explorer window, double-click on the ''Mozilla'' folder, then double-click on ''Firefox'' and then on ''Crash reports''. Double-click on ''submitted''.
    #Now, you should see a list of files that contain reports. Go to ''View'' > ''Arrange Icons by'' > ''Modified'' to get the most recent files at the top of the window.
    #Open the most recent 5 files with a text editor and copy the IDs.
    #Paste each ID with '''bp-''' into the reply window on the forums.
    Thanks in advance!
    You can find more information and troubleshooting steps in the [[Firefox crashes]] article.

  • I have a problem with an order that didn't cancel all the way...

    Order {removed per forum guidelines}, I ordered Shin Megami Tensei: Devil Survivor 2 and Sin and Punishment: Star Successor but a little bit after placing the order I decided I wanted to cancel it. I canceled the order and Devil Survivor 2 got canceled, but now Star Successor has shipped even though I requested the cancellation before it shipped out. I needed to have both of them canceled and also, I used a $5 rewards certificate on the order that got split between the two games and is now taking only $.61 off of the order, which means I'm being shipped a game I no longer want AND it looks like I'm going to lose my $5 rewards certificate is there ANY way to have the game re-routed back before it gets to me so the order can be canceled? I would've rather kept my order complete with both games than to only get one of them, that way at least my rewards certificate wouldn't have been wasted...

    Hello RySenkari,
    I was disappointed to read that your attempt to cancel your recent order was not wholly successful. Please know that I regret any inconvenience to you as a result of this situation.
    Regrettably, since part of your order has shipped, it cannot be cancelled or redirected. Once you've received the product, you may return it by mail following the instructions included in the package or to your local store. The portion of your rewards certificate that was applied to the shipped item will be returned to your account within a few business days after your refund has been processed.
    Again, I apologize for the inconvenience. I'm grateful that you wrote to us with your concern.
    Sincerely,
    John|Social Media Specialist | Best Buy® Corporate
     Private Message

  • HT6443 since I update OSX version 10.9.5 ..I have problems with Microsoft Word excel. I received all the time Microsoft error . Can you help me ?

    Hi,
    I updated OSX Version 10.9.5 on my Mac Air, I updated Safari 7.1 too at the same time.
    Since I have problems to open Microsoft Word and Excel ....
    Could someone help to sort out , I have to work and cannot from that last update?

    Guessing you're from Italy: http://answers.microsoft.com/it-it/office/forum?tab=Threads

Maybe you are looking for

  • Can't get battery to charge - please help before I pull my hair out

    My daughter and I both have the Curve 8530, first, her battery didn't seem to hold a charge very long, then her charging port stopped working.  So we started swapping the batteries.  When hers was low, I would give her mine with more charge and charg

  • Overlapping issues in Acrobat Pro 8

    One of my users is using Acrobat Pro 8. He has been converting webages to .pdf without issue for a week or so. No changes were done to the PC, do changes were done to defaults. He's using the same webpage and the same procedure he has been using but

  • IPod Touch 2nd Generation iOS4 Problems

    Okay, I have an iPod touch 2G 16GB, since upgrading to iOS4 my ipod's suffered numerous crashes, it started off whilst playing games but has now decided to do it when listening to music also. Basically what happens is the screen will flash white and

  • Amount & quantity in miro

    Dear Forum, In miro invoice transaction, when I enter the PO, I notice amount and quantity both also empty. Why? Thanks Rgds

  • WS1--XI--RFC--XI--WS2

    hi, could you please tell me how can i do these Scenario... WebService1(EP)--RFC-Webservice2(Client) . WebService1, RFC and Webservice all are Synchronous only. Webservice2 response back to webservice1. I know this can be done by using BPM but how ma