Country specific add ons to ECC 5.0

We are on ECC5.0 version.
we were searching for Tax calculation procedures & tax codes for Phillipines & Thailand. But, we cannot find those with this standard package.
Please let me know if there were any country specific add-ons after this release. Where do you find these add-ons and how do you apply them?

Hi,
Have you tried the SAP service marketplace quick link /localization (
http://service.sap.com/localization)
There are pages detailing the support solutions for Thailand and the Philippines.
You will probably have to contact the local SAP contact for that country if you can't find the info you need from the links on the page.
Cheers,
Mike.

Similar Messages

  • Firefox 22 Silent Add-ons/Plugins/Extensions Installation

    We're a Windows 7 x86 shop and we're finally upgrading from Firefox 3.6. I just need a little help finalizing the customizations for our Firefox 22 install.
    Our requests don't differ greatly from others (no automatic updates, no plugin checks, set default home page, no Firefox sync etc.) and all that seems to be working so far. I ran the install on a machine that did not have a previous version of Firefox and found it largely behaving the way I expected it to.
    However two things stand out:
    On initial launch I'm seeing a 'checking compatibility of addons' screen. It doesn't ask me to do anything and disappears after a few seconds, but this worries me that it *might* complain about a plugin a user installed when we go through the upgrade process.
    - Can this 'check' be avoided?
    - Is it really doing anything? (eg: checking for blacklisted addons/extensions? etc)
    - What's the worst that could happen here?
    In the registry (HKLM\Software\Mozilla\Firefox\Extensions) I have two entries created by 2 other applications on the workstation each of which pointing to their respective extension/addon/plugin directory (e.g.: C:\Program Files\Application\some_directory). When properly installed, one is listed as an Extension, the other a Plugin. On the first launch after installation, I see two 'Install Add-on' tabs prompting me to approve each the installation. Seeing as these extensions are allowed/trusted and required, I want Firefox to accept them without prompting the user. Now, I'm aware of two key elements that largely govern this (and their subtle differences) but I can't seem to get this to work right:
    extensions.autoDisableScopes
    extensions.enabledScopes
    With the former set to 0 and the latter 15 I relaunch FF and while I don't get the tabs, when I go to test them, it doesn't work. Furthermore, the Plugin is listed under Extensions which probably shoud not be.
    - What am I doing wrong?
    - How can I allow/trust/whitelist or otherwise automatically approve the installation of either specific add-ons, or add-ons within a specific location?
    Please, correct me if I'm doing something wrong, or if there's a better way (e.g.: GPO's) to apply global settings for all users. I'm hoping to avoid a solution that requires installing a third-party plug-in
    Any advice is greatly appreciated.
    Install/upgrade process consists these key files:
    Firefox Setup 22.0.exe - The installer
    install.cmd - Script that runs the installer and does other things:
    runs installer with the following switches: /INI=custom.ini
    creates "%ProgramFiles%\Mozilla Firefox\browser\defaults\profile\chrome" (if missing)
    copies userChrome.css into the above directory
    creates "%ProgramFiles%\Mozilla Firefox\browser\defaults\preferences" (if missing)
    copies local-settings.js into the above directory
    copies Mozilla.cfg into "%ProgramFiles%\Mozilla Firefox\"
    copies override.ini into "%ProgramFiles%\Mozilla Firefox\browser\"
    custom.ini :
    MaintenanceService=false
    userChrome.css :
    // Disable Firefox Sync
    #sync-setup, #sync-status-button, #BrowserPreferences radio[label="Sync"] {display:none!important;}
    #sync-setup-appmenu,#sync-syncnowitem-appmenu, #sync-setup, #sync-status-button, #BrowserPreferences radio[label="Sync"] {display:none!important;}
    menu[label="Tools"] menuitem[label="Sync Now"], #sync-button, #sync-setup-appmenu, #sync-syncnowitem-appmenu, #sync-setup, #sync-status-button, #BrowserPreferences radio[label="Sync"] {display:none!important;}
    local-settings.js :
    pref("general.config.obscure_value", 0);
    pref("general.config.filename", "mozilla.cfg");
    Override.ini :
    [XRE]
    EnableProfileMigrator=False
    EnableExtensionManager=True
    [Crash Reporter]
    Enabled=False
    Mozilla.cfg :
    // This preference allows to suppress all UI update prompting.
    defaultPref("app.update.silent", true);
    // This preference disables the background service that installs updates
    defaultPref("app.update.service.enabled", false);
    // This preference indicates that the rights notification has already been shown.
    defaultPref("browser.rights.3.shown", true);
    defaultPref("browser.rights.override", true);
    // Disable automatic check for updates to search plugins
    defaultPref("browser.search.update", false);
    // Do not perform system default browser check on startup
    defaultPref("browser.shell.checkDefaultBrowser", false);
    // Sets URL of homepage or pope (|) separated list of URL's to open in tabs
    defaultPref("browser.startup.homepage", "http://our-intranet/");
    // Was suggested to use this instead of the above - don't understand why
    //defaultPref("browser.startup.homepage", "data:text/plain,browser.startup.homepage=http://our-intranet/");
    // The last browser version (milestone) this profile was loaded with. If it differs from the current version, pref is changed to current version.
    defaultPref("browser.startup.homepage_override.mstone", "ignore");
    // Disable check extension for browser compatibility on upgrade/install.
    defaultPref("extensions.checkCompatibility", false);
    // Disable checks that extensions provide secure updates.
    defaultPref("extensions.checkUpdateSecurity", false);
    // The last version of the browser to successfully load extensions. Used to determine whether or not to disable extensions due to possible incompatibilities.
    defaultPref("extensions.lastAppVersion", "100.0.0");
    // Not sure if this still applies today
    defaultPref("extensions.lastPlatformVersion", "100.0.0");
    // An Attempt at Disabling Firefox sync
    defaultPref("services.sync.autoconnect", false);
    defaultPref("services.sync.clients.lastSync", "0");
    defaultPref("services.sync.clients.lastSyncLocal", "0");
    defaultPref("services.sync.engine.addons", false);
    defaultPref("services.sync.engine.apps", false);
    defaultPref("services.sync.engine.bookmarks", false);
    defaultPref("services.sync.engine.history", false);
    defaultPref("services.sync.engine.passwords", false);
    defaultPref("services.sync.engine.prefs", false);
    defaultPref("services.sync.engine.prefs.modified", false);
    defaultPref("services.sync.engine.tabs", false);
    defaultPref("services.sync.globalScore", 0);
    defaultPref("services.sync.migrated", true);
    defaultPref("services.sync.nextSync", 0);
    defaultPref("services.sync.tabs.lastSync", "0");
    defaultPref("services.sync.tabs.lastSyncLocal", "0");
    // Disabled Add-on manager pop-up window post addon/extension installation
    defaultPref("extensions.newAddons", false);
    // Disable automatic download and installation of available updates
    defaultPref("extensions.update.autoUpdate", false);
    // Diable automatic checking of updates at the specified interval
    defaultPref("extensions.update.autoUpdateEnabled", false);
    // Disable checking for extension updates
    defaultPref("extensions.update.enabled", false);
    // Determines how often to check the update URL for updates.
    defaultPref("extensions.update.interval", 1273520281);
    // Disable addon control wizard
    defaultPref("extensions.shownSelectionUI", true);
    // A comma-and-space-delimited list of URIs with which to automatically authenticate via NTLM (Windows domain logon).
    defaultPref("network.automatic-ntlm-auth.trusted-uris", "a,bunch,of,servers,urls,and,unc,paths");
    // Indicates whether some cookie preferences — previously stored in deprecated preferences — have been migrated to current preferences.
    defaultPref("network.cookie.prefsMigrated", true);
    // A comma-and-space-delimited list of sites that are permitted to engage in SPNEGO authentication with the browser.
    defaultPref("network.negotiate-auth.trusted-uris", "a,bunch,of,servers,urls,and,unc,paths");
    // Not sure if this still applies today
    defaultPref("privacy.sanitize.migrateFx3Prefs", true);
    // Disable telemetry (usage statistics) to Mozilla HQ
    defaultPref("toolkit.telemetry.prompted", 2);
    defaultPref("toolkit.telemetry.rejected", true);
    defaultPref("toolkit.telemetry.enabled", false);
    // A comma-separated list of sites to automatically add to the extensions whitelist.
    defaultPref("xpinstall.whitelist.add", "");
    // Not sure what these are but are baked into installation
    defaultPref("xpinstall.whitelist.add.180", "");
    defaultPref("xpinstall.whitelist.add.36", "");
    // Allow access to specific network locations
    defaultPref("capability.policy.policynames", "policy1, policy2, ..., policyX");
    defaultPref("capability.policy.policy1.checkloaduri.enabled", "allAccess");
    defaultPref("capability.policy.policy1.sites","http://site1 http://site1/site http://site2");
    defaultPref("capability.policy.policy2.checkloaduri.enabled", "allAccess");
    defaultPref("capability.policy.policy2.sites","\\unc\path");
    defaultPref("capability.policy.policyX.checkloaduri.enabled", "allAccess");
    defaultPref("capability.policy.policyX.sites","whatever");
    // Disables built in PDF viewer
    defaultPref("pdfjs.disabled",true);
    // Disables Health Report Uploads
    defaultPref("datareporting.healthreport.uploadEnabled",false);
    // Disables Health Reporting Completely
    defaultPref("datareporting.healthreport.service.enabled",false);
    // Disabled Plugin Check
    defaultPref("plugin.scan.plid.all",false);
    defaultPref("plugins.update.url","");

    try the 15 - 15 option, see in the above link you gave us :
    http://mike.kaply.com/2012/02/21/understanding-add-on-scopes/
    the : Add-ons are only disabled by default '''if they were not explicitly installed by the user'''. '''So if an external application places an add-on into the user’s profile directory, it is disabled by default'''.
    (it is in extensions.autoDisableScopes area )

  • I need to re-insert information into add-ons that need it everytime i restart my computer.

    Everytime I restart my computer and open Firefox, I have to re-insert certain information into specific add-ons.
    For instance, "Firefox Sync" doesn't sync until I enter my Firefox Sync account information as if I just installed it. This happens everytime I restart.
    And "Webmail Notifier" loses my webmail account information. I have to re-enter the credentials for the 3 accounts I want it watching everytime I restart my laptop.
    Out of all my add-ons, I think those are the only two having problems. Any suggestions?
    All my plug-ins seem up to date, no viruses/spyware...

    You may have a problem with the preferences file, for details on fixing that see https://support.mozilla.com/kb/Preferences+are+not+saved

  • I closed then reopened my navigation toolbar using the Alt button. When it re-opened the add-ons(?) that were on it were no longer there. I'm specifically looking for two add-ons that took me to "Major Television channels" and "Minor television channels".

    I would be content just to have the add-ons back, the one that allowed me to view ABC, NBC, CBS and a handful of other channels, and the one that connected me to the National Geographic channel and I believe some of the Discovery, etc channels . I can get to the Nat Geo if I go through my history but most of the other channels I can't. I've had MozFire on my computer for a while but mainly used Google Chrome until last week when I decided to check out MozFire. As has happened in the past I found myself really liking this program and wondering why I haven't been using it all along.

    I have asked a moderator to provide assistance, they will post an invite on this thread.
    They are the only BT employees on this forum, and are a UK based team of people, who take personal ownership of your problem.
    Once you get a reply, make sure that you are logged into the forum, then click on their name, you will see a screen like this. Click on the link as shown below.
    Please do not send them a personal message, as they may not be on duty for a long time, and your message will not be tracked properly.
    For your own security, do not post any personal details, on this forum. That includes any tracking number you are give.
    They will respond either by phone or e-mail within 5-6 working days.
    Please use the tracked e-mail, to reply, not via the forum. Thanks
    This is the form you should see when you click on the link. If you do not see this form, then you have selected the wrong link.
    When you submit the form, you will receive an enquiry number, so please keep a note of it
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • In "Customize Toolbar", how do I know which icons are attached to specific extensions or add-ons?

    When I right-click on the main toolbar to customize it, the set of icons that are shown to me are numerous. I know this is due to the add-ons that I use. What I want to know is what icons go to which extensions? There are a lot of similar ones (like left and right arrows) that do quite different functions. Then there are others which aren't easily identifiable. Right now I do a trial-and-error process of adding an icon to the toolbar, testing it, deciding first, whether it did anything, and second whether I need it. But this is cumbersome. I didn't know if there was something on the back end or even another addon that would make this easier.
    Your help is much appreciated.
    Mick

    Deleting on one device does not affect another device.
    You can delete the App's on the iPhone and nothing will happen to the ones on the iPad.
    1.  You don't need to.
    2.  Settings->Cellular->"Use Cellular Data For" will show the data usage for each App since the last statistics reset
    3.  Settings->General->Background App Refresh Will show which Apps are allowed to get data in the background
    4.  It restricts it to Wifi.  If the App requires internet access and Data is turned off, it will have to wait until the device is connected to a wifi network.
    5.  Nope, You just use up battery since the BT radio will continuously look for nearby BT devices.
    6.  The Personal Hotspot uses your cellular internet connection from your phone or other cellular device; whether you consider that secure or not I cannot say.  It also depends on what you are doing while connected to the Hotel's wifi. I would not do online banking while on vacation though.

  • How to know the which add-ons my sap system Have

    AS per Note 1318299 - SAP Enhancement Package 5 for SAP ERP 6.0:Compatible Add-ons
    Symptom
    You plan to run SAP enhancement package 5 for SAP ERP 6.0 together with an Add-On on the same system. Which points do you need to consider?
    Other terms
    AddOn; add-on; Enhancement Package; compatibility;
    Solution
    In general, please check whether your Add-On supplier has released your specific Add-On for usage with SAP enhancement package 5 for SAP ERP 6.0.
    If you have a solution categorized as '(Standard) Custom Development' for your ERP system, please contact SAP Custom Development at least three months before implementing SAP enhancement package 5 for ERP 6.0, because sufficient time might be required in case of adjustments.
    If you find the add-on you are looking for neither in the list below nor in the related notes, please contact SAP Support (for SAP Products) or the specific partner (non SAP-Products).
    Then my question is, how can i find, the add-ons present in my windows/oracle ECC 6.0 installation.

    HI
    All componets are add-on installed in your system. If you want select according technical usages in mantienance optimazer for EHP5 see sap  Note 1324838 - Enhancement package 5 for SAP ERP 6.0: Required SWC
    In the attachments you found a table with Technical usages - add on.
    When you select your technical usages then appear add-on that will be upgrade.
    Regards
    William Neira

  • Why does the Welcome to firefox tab open with my google tab every time I open the browser? And why can't the browser hold any add-ons I downloaded? I loose then when I close the browser, even tool bars have to be reinstalled every time I open the browser

    Every time I open the browser the Welcome to Firefox tab is the first tab, then a second tab opens and thats my google, then a 3rd tab opens for me to reinstall my toolbar. This has been happening for a good year. Updates have not fixed it. Others have this problem. I did a search for an answer, the question is out there but no answer. Now if I go into add ons and add a background Theme or an extension it all is gone when I exit the browser. When I open the browser again I get all 3 tabs and have to install my toolbar again. I DO NOT want to reinstall as I will loose all my saved data, passwords, bookmarks, everything! I have had this computer for a year, Windows Vista x64 bit. Its not the computer, it's the browser. If you have specific questions e-mail me and I will be more then happy to help

    See this article for some suggestions: [[Firefox has just updated tab shows each time you start Firefox]]
    See also http://kb.mozillazine.org/Preferences_not_saved and Preferences are not saved

  • I am getting this error message, " The URL is not valid and cannot be loaded" when I try to go to Firefox home. I have uninstalled add-ons, uninstaleed and reinstalled a fresh new firefox which did not help

    I am getting the following error message, " The URL is not valid and cannot be loaded" when I try to go to firefox home. I uninstalled add-ons , uninstalled Firefox and then installed a fresh version. Still have the problem.
    Thanks for the help

    That issue can be caused by a corrupted or incomplete Visual C++ installation (multiple versions can be installed side-by-side; SxS) that is missing some runtime components (Redistributable Packages) that Firefox depends on (problem with an embedded manifest file that specifies a specific runtime version).
    You need to install the missing components (e.g. VisualC++ 2005 Redistrbutable).
    * https://www.microsoft.com/download/en/details.aspx?id=5638
    *[[/questions/908165]] The URL is not valid and cannot be loaded
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=713167 bug 713167] - Microsoft.VC80.CRT SideBySide errors, browsercomps.dll

  • Firefox closes and wont open on installing certain add ons

    I was using Firefox today and suddenly one of the add ons ( Download Helper ) started to be irresponsive. I tried to close firefox and reopen it and wont open. The icon flashes and goes away. I removed the app using Appzapper and downloaded and run a clean reinstall. Now, I went on to download all the add ons I used to have (Download Helper, Sage and few others) and restarted firefox and the symptoms reappeares. I tried to create a new profile and it didn't work. I used Safe mode to deactivate the plugins and it works, whenever one of them ( which I used to have before the problems ) is activated Firefox crashes. I went on to create a new Account and tried the same and it is working perfectly. So, can you tell me what I might have done wrong to cause this?

    Hello Pranav.
    If your Firefox is closing unexpectedly, see this support article:
    http://support.mozilla.com/en-US/kb/Firefox+crashes
    If you are unable to install add-ons, see this support article:
    http://support.mozilla.com/en-US/kb/Unable+to+install+add-ons
    Remember that if you have a problem with a specific add-on, you need to contact its author for support.

  • I cannot open my mail in hotmail. I cleared my cache and cookies, I reinstalled firefox, I tried disabling all add-ons and plug ins...nothing works. I don't understand, yesterday it worked just fine. Any help?

    Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 ( .NET CLR 3.5.30729; .NET4.0C)

    You can remove all data stored in Firefox from a specific domain via "Forget About This Site" in the right-click context menu of an history entry ("History > Show All History" or "View > Sidebar > History") or via the about:permissions page.
    Using "Forget About This Site" will remove all data stored in Firefox from that domain like bookmarks, cookies, passwords, cache, history, and exceptions, so be cautious and if you have a password or other data from that domain that you do not want to lose then make sure to backup this data or make a note.
    You can't recover from this 'forget' unless you have a backup of the involved files.
    It doesn't have any lasting effect, so if you revisit such a 'forgotten' website then data from that website will be saved once again.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Help Me Spec a Server with Add-ons

    Need some help.  I am usually the network admin but need some help with server packages.  Need domain services, DHCP, remote computer management, and VPN access to folders for a small business.  Windows Server 2012 R2 Essentials is perfect
    except that we have slightly more than 25 users and I understand that is the maximum.  So if I buy Windows Server 2012 R2 (or just Windows Server 2012) do I get all the functionality I need out of the box?  Do I need software add-ons to get other
    features?
    Thanks for reading.

    Hi,
    Based on your description, I understand that you want to still use the Essentials Server’s specific features (such as the Dashboard, client computer backups, and
    Remote Web Access) in an environment where user members are more than 25.
    There are two scenarios may help you to get the target. One is purchasing Windows Server 2012 Essentials to use with fewer than 25 users, and then later growing
    larger. Another is purchasing Windows Server 2012 Standard, exercising downgrade rights, and performing an in-place license transition. For more details, please refer to the following article.
    Using Windows Server 2012 Essentials with More Than 25 Users
    http://blogs.technet.com/b/sbs/archive/2012/12/12/using-windows-server-2012-essentials-with-more-than-25-users.aspx
    If anything I misunderstand, please don’t hesitate to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • After 3.6.10 all add-ons disappeared and a search for updates showed none needed. How do I get them back?

    I am running on a Mac OSX 10.6.4. After updating Firefox to 3.6.10, a few add-on disappeared. Specifically, Delicious, 1Password, Stumble ON and Buckts. I looked for updates and none were available. I've run through the view menu and preferences but can't find an option to restore these functions. Do all these add-ons need to be updated to be compatible with 3.6.10 or is there something in the update that wiped out these views.

    Add-ons that worked in 3.6.9 and earlier versions of 3.6 should also work in 3.6.10.
    The first thing I would try is to delete the files that store details of installed add-ons. If one of those files is corrupt it can cause problems with add-ons not being listed. For details of how to do that see the corrupt extension files section of the [[Unable to install add-ons#Corrupt extension files|unable to install add-ons]] article.

  • I can't find RobForm Lite in Add-ons to install. No RoboForm results in Search.

    I'm adding extensions to a new install of Firefox. When I search Add-ons for roboform 28 hits come up and none of them is RoboForm. Before, even if the add-on did not work with a specific version of Firefox, it would still come up in the search. What happened? RoboForm is a must. If I can't use RoboForm I will not use the browser. I'll have to go with chrome.

    As far as I know, the RoboForm Lite add-on no longer exists.
    You must download and install (or update) RoboForm from '''''their''''' site.
    *RoboForm for Firefox - http://www.roboform.com/platforms/windows/firefox
    *FAQs for RoboForm for Firefox - http://www.roboform.com/support/faq/roboform-v7#faq_firefox

  • Using add-ons on seperate user

    I would like to know how to access Add-Ons on the other user account on this same computer.
    As well as how to hide the Add-ons from showing on the bottom bar of the screen but still have access to them
    My third question is how to automatically disconnect from Sync once I close Firefox. So that only the person with the master password has access to the saved information.

    You have to be careful with the term "Addons". That title covers Plugins, Extensions, and Themes. Plugins aren't actually "in" Firefox, they are retrieved through the Registry and aren't unique to a Profile; whereas, Extensions and Themes are unique to the Profile.
    Extensions are stored in the \extensions\ folder in your Profile folder. <br />
    http://support.mozilla.com/en-us/kb/Profiles#How_to_find_your_profile
    The Sync service only synchronizes specific types of data.
    * Bookmarks
    * Passwords
    * Preferences
    * History
    * Tabs
    It won't synchronize any user data specific to an installed extension. The Sync developers are working on the user being able to sync some types of "extension data", but that support has to be built into each extension - and AFAIK, none are able to do that currently. <br />
    https://support.mozilla.com/en-US/kb/What+is+Firefox+Sync

  • ESS Personal information country specific services

    Dear Guru's,
    We have set up the following country specific services (Dutch = molga 05)  for the Personal Information Workset in ESS:
    - Adresses
    - Bank relations
    - Personal Information
    While testing these services for two persons the following situatin occurs:
    - Person A: has parameter MOL 05 set in transaction SU01 and uses ESS portal role.
    - Person B: has parameter MOL 05 set in transaction SU01 and also uses ESS portal role.
    Als the country specific services are defined to the country speficif resources.
    While trying to change the record in infotype 2, 6 and 9 for Person A using ESS all the procedures are succesfull.
    While trying to change the record in infotype 2, 6 and 9 based on the date of today for Person B the systeem gives back the following error:
    "record 00001101      0009        0        with date x has group value "" instead of "05".
                      (pernr) (infotype)  (sub)                  (date previous record)               (MOLGA)
    This seems to be strange because both users have exactly the same profile in ECC and Portal.
    Also the application seems te have a problem with the limitation of the previous record since the system says that that record has group value " "  instead of "05"
    Since this is the last problem we face in ESS we could need some help.
    Kind regards

    Hi,
    This issue is because of data inconsistency. In se38, the report RPUFIXDS should be run to fix this.
    This can be run for a single personnel number or a range of personnel numbers.
    Thanks,
    Muthukumar

Maybe you are looking for

  • How can I create a Music Video playlist (for Universal Dock)?

    Ok, I created a smart playlist of all my Music Videos but this is a music playlist. I want a *Music Video* playlist so that all my music videos will play one after the other without user interaction (when playing in the Universal Dock with it's usele

  • Refreshing the data of a table based block

    Hi, Is there some function like refresh_block that I can use to reload the data a table block? Thanks, --Bassem                                                                                                                                           

  • How to make VIP flag in transaction code fpp2 as non editable

    Hi everyone, Please guide me about: How to make VIP flag in T Code FPP2 as non editable only for some particular users? Is there any authorization object exists for this flag in FPP2 transaction? Actually there are many users who have authorization o

  • Deploy teststand with labview ui

    Hi, I'm using teststand now since 9 months and now I have to distribute my application to a testing machine. I have some questions about this process. But first I discribe my application: I have a labview ui, which has 3 main tasks: 1.) Start selecte

  • Suggest a good wireless router...

    Hello guys, Need some help here. Being a total n00b @ computer technology, I need some advice purchasing a wireless router. We recently moved to a duplex house and got a wimax internet connection for which I need a wireless router. We also have a Von