With the help of proxy in Web forms

Hello

I am trying to use the substitution variable in a web form planning & CurYr in the column, after you have created the form when I save and try to open the form, it is said the variable substitution required for this calculation is not defined. Variable: & CurYr.It should be defined as I am able to see and select the row/column. Any kind of help is appreciated.

Thank you

Vinil

Usually, you get this error message if you try to assign a value to a void var to a member that does not exist.

for example try to AFA 08 who is a member of the year on a period dimension
or try to use a var sup of FY09, which does not yet exist in the essbase, so say you added a new year in FY09 planning and used the void var in the form but have not updated the database then it would fail because the year not was pushed down to essbase still.
or the value of the subvar doesn't exactly a member name
or using a by-name of var which does not exist in essbase, for example by using & next but the sub var was created in essbase.

You can certainly use substitution variables, as per in the columns of the version you're using and the previous version.

See you soon

John
http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • With the help of jQuery Datepicker on form

    I have a form that a results are transferred to another Web site. The problem I have is my date fields to work using jQuery datepicker. My calendar popup does not appear. If I add manually the dates of the form works fine. I've implemented the $j suggested in KB. BC is in conflict with this function? How can I get the datepicker to the same internal BC forms.

    Here is my code to reference scripts

    <! - calendar scripts - >

    " < script src =" http://code.jQuery.com/jQuery-1.9.1.js "> < / script > .

    " < script src =" http://code.jQuery.com/UI/1.10.3/jQuery-UI.js "> < / script > .

    "< script type =" text/javascript"src="/_Assets/js/date.js "> < / script >

    "<!-[if IE] > < script type =" text/javascript"src="/_Assets/js/jquery.bgiframe.js "> < / script > <! [endif]-->

    <! - jquery.datePicker.js - >

    "< script type =" text/javascript"src="/_Assets/js/jquery.datePicker.js "> < / script >

    <!-scripts-> specific page

    < script type = "text/javascript" charset = "utf-8" >

    $j = jQuery.noConflict ();

    Date.format = "mm/dd";

    $j (function)

    {

    $j(".date-pick").datePicker)

    });

    < /script >

    " < form action =" http://www.wingatehotels.com/WinGate/control/booking/check_avail ? ' method = 'get' enctype = "multipart/form-data" name = "catwebformform70219" > ".

    < table cellpadding = "0px" cellspacing = "0px" border = "0px" >

    < tbody >

    < b >

    < td colspan = "2" valign = "top" style = "" height: 45px; "> arrival Date < br / >"

    < input name = "checkInDate" type = "text" size = "20" maxlength = "20" tabindex = "1" class = "date-pick" / > < table >

    < /tr >

    < b >

    < td colspan = "2" valign = "top" style = "" height: 45px; "> departure Date < br / >"

    < input name = "checkOutDate" type = "text" size = "20" maxlength = "20" tabindex = "2" class = "date-pick" / > < table >

    < /tr >

    < b >

    < style td = "" height: 45px; "> adults < br / >"

    < select name = "numberAdults" tabindex = "3" >

    < option value = "1" > 1 < / option >

    < option value = "2" > 2 < / option >

    < option value = "3" > 3 < / option >

    < option value = "4" > 4 < / option >

    < option value = "5" > 5 < / option >

    < option value = "6" > 6 < / option >

    < option value = "7" > 7 < / option >

    < option value = "8" > 8 < / option >

    < option value = "9" > 9 < / option >

    < option value = "10" > 10 < / option >

    < / select > < table >

    < style td = "" height: 45px; "> children (0-12) < br / >"

    < select name = "numberAdults" tabindex = "3" >

    < option value = '0' > 0 < / option >

    < option value = "1" > 1 < / option >

    < option value = "2" > 2 < / option >

    < option value = "3" > 3 < / option >

    < option value = "4" > 4 < / option >

    < option value = "5" > 5 < / option >

    < option value = "6" > 6 < / option >

    < option value = "7" > 7 < / option >

    < option value = "8" > 8 < / option >

    < option value = "9" > 9 < / option >

    < option value = "10" > 10 < / option >

    < / select > < table >

    < /tr >

    < b >

    < td colspan = "2" style = "" height: 45px; "> rate < br / >"

    < select name = "rate" tabindex = "4" >

    Best available < option > < / option >

    < option value = "S3A" > AAA/CAA rate < / option >

    < option value = "RSS" > main/AARP rates < / option >

    < option value = "SGV" > Government rate < / option >

    < / select > < table >

    < /tr >

    < b >

    < td colspan = "2" >

    < input type = "Hidden" name = "propertyId" value = "13084" / >

    < input type = "Hidden" name = "Retailer" value = "WG" / >

    < Input id = "saveForm" class = "mainForm" type = "submit" value = "check availability" / >

                            <a href=" http://www.wingatehotels.com/WinGate/control/booking/modify_dates?PropertyId=13084 "target ="_blank"rel = 'nofollow'" > < img src="/_Assets/img/bell.png" width = "65" height = "62" alt = "Reserve Room" class = "Bell" style = "border-width: 0px;" " border-style: solid; "/ > < /a > < table >

    < /tr >

    < / tbody >

    < /table >

    < / make >

    Start firebug and check the console:

    ReferenceError: format is not defined

    You have a few missing variables, as well as the code will produce some errors when the field is empty. They are not major and the page * should * more to do. I have not tested this code but I've corrected some errors below, you don't need two different for populateHidden function names because you have defended their inside another function so that they are not in the global scope and cause quite a note:

    Let me know how you go

    $(".date_checkin").datepicker ({}

    dateFormat: "mm-dd-aa.

    changeMonth: true,

    changeYear: true,

    showOn: "both."

    ButtonImageGadget: "/ _Assets/css/img/calendar.gif"

    buttonImageOnly: true,

    buttonImageText: 'calendar '.

    onSelect: populateHidden

    })

    });

    {$(function()}

    function populateHidden() {}

    var dateText = $('.date_checkout').val ();

    var pieces = dateText.split("-");

    $("#COM").val(pieces[0]);

    $("#COD").val(pieces[1]);

    $("#COY").val(pieces[2]);

    }

    Set your date picker

    $(".date_checkout").datepicker ({}

    dateFormat: "mm-dd-aa.

    changeMonth: true,

    changeYear: true,

    showOn: "both."

    ButtonImageGadget: "/ _Assets/css/img/calendar.gif"

    buttonImageOnly: true,

    buttonImageText: 'calendar '.

    onSelect: populateHidden

    })

    });

  • With the help of gsoap/C++ web SDK problem reconfiguring the Virtual Machine

    Hi all, I m using gsoap/C++ with web service sdk to monitor virtual machines.

    I m able to enumerate the current list of virtual machines, total number of vm. Now I m trying to reconfigure the virtual machine. My Code snippet is as below.

    The virtual machine is running and I m trying to change the ram, I did it using java api and it doesn't butfor c ++ it is in error.

    ns1__VirualMachineConfigSpec vmSpec;

    ival long 64;

    vmSpec - & gt; memoryMB = & ival;

    ns1__ReconfigVMRequestType reconfigVMRequestType;

    reconfigVMRequestType.spc = & vmSpec;

    reconfigVMRequestType._USCOREthis = vmObject - & gt; obj; managed object - virtual machine

    NS1_ReconfigVM_USCORETaskResponse reconfigVMResponse;

    ns1__ManagedObjectReference * morResult = 0;

    If (vim - & gt; __ns1__ReconfigVM_USCORETask (reconfigVMRequestType, & reconfigVMResponse) == SOAP_OK) {}

    morResult = reconfigVMResponse.returnval;

    } else cost & lt; & lt; "Unable to machine virtual reconfig." & lt; & lt; ENDL;

    Now in vSphere Client it show me error like.

    The operation is not supported on the object.

    And on server esxi in file /var/log/vmware/hostd.log it not show gives following error.

    The task was created: haTask-32 - vim.VirtualMachine.reconfigure - 1422

    2009-08-26 20:54:17.669 verbose 149A5B90 ' vm: / vmfs/volumes/4a8ae0ff-0f4ce1a8 - 47 d 9-000c29570e19/Win Vista / Win Vista.vmx' Reconfigure: (vim.vm.ConfigSpec) {}

    dynamicType = & lt; unset & gt;

    changeVersion = & lt; unset & gt;

    name = & lt; unset & gt;

    version = & lt; unset & gt;

    UUID = & lt; unset & gt;

    instanceUuid = & lt; unset & gt;

    npivWorldWideNameType = & lt; unset & gt;

    npivDesiredNodeWwns = & lt; unset & gt;

    npivDesiredPortWwns = & lt; unset & gt;

    npivTemporaryDisabled = & lt; unset & gt;

    npivOnNonRdmDisks = & lt; unset & gt;

    npivWorldWideNameOp = & lt; unset & gt;

    locationId = & lt; unset & gt;

    ID = & lt; unset & gt;

    alternateGuestName = & lt; unset & gt;

    annotation = & lt; unset & gt;

    files = null (vim.vm.FileInfo),

    Tools = null (vim.vm.ToolsConfigInfo),

    Flags = null (vim.vm.FlagInfo),

    consolePreferences = null (vim.vm.ConsolePreferences),

    powerOpInfo = null (vim.vm.DefaultPowerOpInfo),

    numCPUs = & lt; unset & gt;

    memoryMB = 64,

    memoryHotAddEnabled = & lt; unset & gt;

    cpuHotAddEnabled = & lt; unset & gt;

    cpuHotRemoveEnabled = & lt; unset & gt;

    cpuAllocation = (vim. NULL in ResourceAllocationInfo),

    memoryAllocation = (vim. NULL in ResourceAllocationInfo),

    cpuAffinity = null (vim.vm.AffinityInfo),

    memoryAffinity = null (vim.vm.AffinityInfo),

    networkShaper = null (vim.vm.NetworkShaperInfo),

    swapPlacement = & lt; unset & gt;

    swapDirectory = & lt; unset & gt;

    preserveSwapOnPowerOff = & lt; unset & gt;

    bootOptions = null (vim.vm.BootOptions),

    vAppConfig = null (vim.vApp.VmConfigSpec),

    ftInfo = null (vim.vm.FaultToleranceConfigInfo),

    vAppConfigRemoved = & lt; unset & gt;

    vAssertsEnabled = & lt; unset & gt;

    changeTrackingEnabled = & lt; unset & gt;

    }

    2009-08-26 20:54:18.122 149A5B90 info ' vm: / vmfs/volumes/4a8ae0ff-0f4ce1a8 - 47 d 9-000c29570e19/Win Vista / Win Vista.vmx' State Transition (VM_STATE_ON - & gt; VM_STATE_RECONFIGURING)

    2009-08-26 20:54:18.125 verbose 703F5B90 ' vm: / vmfs/volumes/4a8ae0ff-0f4ce1a8 - 47 d 9-000c29570e19/Win Vista / Win Vista.vmx' Memory hot asked.

    Load: Existing file loading: /etc/vmware/license.cfg

    2009-08-26 20:54:18.139 verbose 703F5B90 ' vm: / vmfs/volumes/4a8ae0ff-0f4ce1a8 - 47 d 9-000c29570e19/Win Vista / Win Vista.vmx' Verified hot license

    CloseSession called for the session id = 52f7f6aa-3ef8-c52a - 815 a - 75B 421405075

    Event 714: Root user is disconnected

    ERProviderImpl & lt; BaseT & gt; : _GetChanges: version 32 overflow name aggregation

    ERProviderImpl & lt; BaseT & gt; : _GetChanges: aggregate the version 32 overflow triggeredAlarmState

    2009-08-26 20:54:18.979 verbose 703F5B90 ' vm: / vmfs/volumes/4a8ae0ff-0f4ce1a8 - 47 d 9-000c29570e19/Win Vista / Win Vista.vmx' Current state of the VM management: disabled

    2009-08-26 20:54:19.071 verbose 703F5B90 ' vm: / vmfs/volumes/4a8ae0ff-0f4ce1a8 - 47 d 9-000c29570e19/Win Vista / Win Vista.vmx' Implementation State of follow-up to the virtual computer for people with reduced mobility.

    Ability to root pool has changed to 1104 MHz / 521MB in 1104 MHz / 520MB

    2009-08-26 20:54:21.108 703F5B90 info ' vm: / vmfs/volumes/4a8ae0ff-0f4ce1a8 - 47 d 9-000c29570e19/Win Vista / Win Vista.vmx' Remove hot memory not supported: newMemory: 64, curMemory: 128

    2009-08-26 20:54:21.110 703F5B90 info ' vm: / vmfs/volumes/4a8ae0ff-0f4ce1a8 - 47 d 9-000c29570e19/Win Vista / Win Vista.vmx' Batch hot failed during the application of the individual changes.

    2009-08-26 20:54:21.113 703F5B90 info ' vm: / vmfs/volumes/4a8ae0ff-0f4ce1a8 - 47 d 9-000c29570e19/Win Vista / Win Vista.vmx' Reconfigure is not

    2009-08-26 20:54:21.114 703F5B90 warning ' vm: / vmfs/volumes/4a8ae0ff-0f4ce1a8 - 47 d 9-000c29570e19/Win Vista / Win Vista.vmx' Exception that is thrown when the statement reconfigures: {(vim.vm.ConfigSpec)

    dynamicType = & lt; unset & gt;

    changeVersion = & lt; unset & gt;

    name = & lt; unset & gt;

    version = & lt; unset & gt;

    UUID = & lt; unset & gt;

    instanceUuid = & lt; unset & gt;

    npivWorldWideNameType = & lt; unset & gt;

    npivDesiredNodeWwns = & lt; unset & gt;

    npivDesiredPortWwns = & lt; unset & gt;

    npivTemporaryDisabled = & lt; unset & gt;

    npivOnNonRdmDisks = & lt; unset & gt;

    npivWorldWideNameOp = & lt; unset & gt;

    locationId = & lt; unset & gt;

    ID = & lt; unset & gt;

    alternateGuestName = & lt; unset & gt;

    annotation = & lt; unset & gt;

    files = null (vim.vm.FileInfo),

    Tools = null (vim.vm.ToolsConfigInfo),

    Flags = null (vim.vm.FlagInfo),

    consolePreferences = null (vim.vm.ConsolePreferences),

    powerOpInfo = null (vim.vm.DefaultPowerOpInfo),

    numCPUs = & lt; unset & gt;

    memoryMB = 64,

    memoryHotAddEnabled = & lt; unset & gt;

    cpuHotAddEnabled = & lt; unset & gt;

    cpuHotRemoveEnabled = & lt; unset & gt;

    cpuAllocation = (vim. NULL in ResourceAllocationInfo),

    memoryAllocation = (vim. NULL in ResourceAllocationInfo),

    cpuAffinity = null (vim.vm.AffinityInfo),

    memoryAffinity = null (vim.vm.AffinityInfo),

    networkShaper = null (vim.vm.NetworkShaperInfo),

    swapPlacement = & lt; unset & gt;

    swapDirectory = & lt; unset & gt;

    preserveSwapOnPowerOff = & lt; unset & gt;

    bootOptions = null (vim.vm.BootOptions),

    vAppConfig = null (vim.vApp.VmConfigSpec),

    ftInfo = null (vim.vm.FaultToleranceConfigInfo),

    vAppConfigRemoved = & lt; unset & gt;

    vAssertsEnabled = & lt; unset & gt;

    changeTrackingEnabled = & lt; unset & gt;

    }

    vmodl.fault.NotSupported

    2009-08-26 20:54:21.177 703F5B90 info ' vm: / vmfs/volumes/4a8ae0ff-0f4ce1a8 - 47 d 9-000c29570e19/Win Vista / Win Vista.vmx' State Transition (VM_STATE_RECONFIGURING - & gt; VM_STATE_ON)

    2009-08-26 20:54:21.180 703F5B90 warning ' vm: / vmfs/volumes/4a8ae0ff-0f4ce1a8 - 47 d 9-000c29570e19/Win Vista / Win Vista.vmx' Authentication data that are not available during activation

    Event 715: Reconfigured Win Vista on kudosiesxi118 ha-data center

    Change of State received for VM ' 32 "

    2009-08-26 20:54:21.598 verbose 703F5B90 ' vm: / vmfs/volumes/4a8ae0ff-0f4ce1a8 - 47 d 9-000c29570e19/Win Vista / Win Vista.vmx' Time to pick up some config: 415 (MS)

    Task completed: error status haTask-32 - vim.VirtualMachine.reconfigure - 1422

    Add vm 32 to poweredOnVms list

    2009-08-26 20:54:21.694 703F5B90 warning ' vm: / vmfs/volumes/4a8ae0ff-0f4ce1a8 - 47 d 9-000c29570e19/Win Vista / Win Vista.vmx' Reconfigure the worker thread failed

    Problem in the virtual machine is in the power on State or I m doing something wrong?

    Can any body tell me where I m wrong?

    Rather than use a C string, try using the String object.  In my C++ sources generated the WSDL, the expected properties are string objects and references to string objects, not strings C.

  • With the help of proxy methods

    I'm trying to create/modify dynamically the properties of an object, which has properties I won't know before execution. I would like to be able to use getProperty/setProperty methods as public methods of the dynamic object. However, I can't find a way to do it.

    I wish I could write:

    var myProperty:String = "someDynamicallyGeneratedString";
    myObj.getProperty (myProperty);

    Instead of:

    myObj.myProperty;

    in the first case, I am in a position to call all I want given the proper context. in the second, I'm stuck with having to encode them the name of the property in code. I don't know if this is possible, but thought I ask here in case there is a solution. any help is appreciated.

    Hello
    for dynamic variables, you can access:
    var myProperty:String = "someDynamicallyGeneratedString";
    If (myObj.hasOwnProperty (myProperty)) {}
    dynamicVariable = myObj [myProperty];
    }
    LK

  • Problems with the help of web camera, it shows it programs and on the desktop. But when I double click on it. It will go to the program do not know what to do. Help, please. Thank you.

    Having problems with the help of web camera program does not work when I click it. don't know what to do. Please help thanks.

    Hello

    Right click on the shortcut tab icon - properties - look on the target line to see where and what type of program
    is supposed to work.

    You will probably need to reload the drivers of the device and any camera control software.

    Login as an administrator.

    Double-click Control Panel / Device Manager - Imaging - writing down of the brand and model of camera.
    on this subject and on the tab of the driver is version. Now, click on update drivers (who are unable to do anything as MS
    is far behind the pilots of certification). RIGHT click on the camera - UNINSTALL - REBOOT - it
    will update the driver stack.

    Now, go to the system manufacturer's website and download the latest driver for the camera and the other related camera
    software (if not more recent get the same).

    Download - SAVE - go to them and RIGHT CLICK - RUN AS ADMIN - reboot after each driver.

    Look at the sites of the manufacturer for drivers - and the manufacturer of the device manually.
    http://pcsupport.about.com/od/driverssupport/HT/driverdlmfgr.htm

    How to install a device driver in Vista Device Manager
    http://www.Vistax64.com/tutorials/193584-Device-Manager-install-driver.html

    Then let windows updates on however prevent loading of drivers who are often older than the
    those that you have installed. If updates suggests a pilot and then HIDE it and watch manually to see if their
    really is a more recent version (at the time system manufacturer and the sites of the manufacturer of the device).

    How to disable automatic driver Installation in Windows Vista - drivers
    http://www.AddictiveTips.com/Windows-Tips/how-to-disable-automatic-driver-installation-in-Windows-Vista/
    http://TechNet.Microsoft.com/en-us/library/cc730606 (WS.10) .aspx

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • With the help of measures advances/variables to display a summary list

    I use Captivate 5 to develop a tool that guides people through an application process and indicates the probability of this request is successful or not.

    What I would like is to have a legend at the end that displays a summary list of the reasons for which the application could be delayed or declined.

    For example, one of the questions may be: have you ever traveled abroad?  The user then selects Yes or no.

    On the last slide, he needs to post a topic (for example, your application is likely to be delayed for the following reasons) and any other reasons that are taken into account that the user is working on throughout the process.

    At present, there are 13 questions, so 13 reasons possible.

    Is it possible to use variables and advanced actions to get these to display in a list?

    I assigned to a variable for each response and action that adds 1 to the variable, if the answer is chosen.  I thought then to add another variable, called reasons which would then post the grounds with the help of a tip action (eg. If variable = 1 to allocate patterns with a variable containing the text of the summary).

    It does not, because it will only display the last answer that triggered an action, not a list.

    I've also thought about using actions to show/hide captions, but I think that will make gaps appear in the list if some of the reasons do not appear.

    Someone at - it other suggestions that might work?

    Thanks in advance for any help you can give me.

    The possibility to display all variables in a text caption and to see if they had a value of 1, didn't work...

    Now, I think the only option is to display all the legends, an action to show or hide the options that don't apply, based on the responses throughout the questionnaire.  Variables and advanced actions do not seem to be able to be used in the way that I was hoping - in other words, the variables are displayed only if certain options are selected (as a summary on a web form page).

  • With the help of 1.7.0_07 - b11 version JRE Java hotspot Client VM

    I can't use by net cooking system indicates error java and java download does not work with my system with windows 7 giant premium 64 bit computer laptop.

    REPRT ERROR:

    Java plug-in 10.7.2.11
    With the help of 1.7.0_07 - b11 version JRE Java hotspot Client VM
    Home Directory user = C:\Users/
    ----------------------------------------------------
    c: clear console window
    f: finalize objects on the finalization queue
    g: garbage collection
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: Hide console
    r: reload the policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: delete the cache of class loaders
    0-5: set the trace level

    Hello

    1 are you facing this problem with a specific Web site?
    2 are you having the same problem on other browsers as well?
    Please follow the links below to solve the problem.
    Method 1
    How to troubleshoot script errors in Internet Explorer
    Note: follow the steps as troubleshooting applies to JAVA issues.
    Step 2
    How to enable Java in my web browser?
    Method 2
    If you still face problems, please uninstall and reinstall JAVA
    Remove all traces of the failure of the Java installation by uninstalling Java:
    Install Java
    I hope this helps.
  • With the help of Acrobat with MS Access VBA

    With the help of Acrobat 9.5. I'm trying to analyze a problem, so I have this test code:

    CODE

    Void testObjects()
    Dim i As Boolean
    Dim objapp As acrobat. AcroApp
    Set objapp = New acrobat. AcroApp
    objApp. Show
    I have = objapp. CloseAllDocs
    Debug.Print I have
    I have = objapp. Output
    Debug.Print I have
    Set objapp = Nothing
    End Sub

    After Objapp.closealldocs I I = true (successful) but after I get i = objapp.exit I = false (no), and of course Acrobat is still active. How can I get Acrobat to close? It is a bit of test code. In the real application Task Manager indicates acrobat using memory more and more as the application moves through the records.

    I suspect I'm missing something obvious here, but what? My experience with Acrobat automation and access is limited, so be gentle with me! smile.gif

    If this is the wrong forum, please tell me where I should go.

    I thought people might be interested to know that I found a work around for the problem of memory leak. I inserted a break every so many documents and that seems to be enough to let the Acrobat to free the memory.

    On the development of PC a break of 10 seconds every 50 records (or probably more) are sufficient enough. but I'll have to do some settings on the computer target to find the optimal number. This means that the process is extended, but it is once a year of operation, so I don't think that will be a problem. I'm estimating that the final time will be approximately 15 minutes.

    Of course, I thought of the solution until after that I had worked to generate Word documents instead, but it now means that we can offer the form in PDF or Word format.

    Thank you all for all the help and suggestions.

  • With the help of AUSST - latest updates of Adobe CC 2014 are not uploaded to the server - how to solve this problem?

    With the help of AUSST - latest updates of Adobe CC 2014 are not uploaded to the server - how to solve this problem?

    I tried both incremental and train to do a fresh install (. / AdobeUpdateServerSetupTool - root = "/ serverroot/updates / Adobe / CS '-fee)

    If anyone can answer this - please let me know.

    Hi Mark,

    Try to refresh the web server and run the AUSST with cool switch. In addition, please make sure that you have enough disk space available in the location of the server.

    Thank you

    Ashish

  • With the help of several conditional tags with multiple outputs of WebHelp

    I have a project that I created for a web application. Within the web application, there are 3 types of customers (business Accts, Accts National and level 1 clients).

    I added each help topic associated with the help topics that I created.

    Then, I created 3 outputs of webhelp and 3 Table of contents for each type of client.

    My goal is to publish the project, where each type of client has their own output generated. Do it this way, which is listed in the help topics of table of contents for each type of customer that is not correctly displayed.

    Example: National accounts TOC

    What is generated:

    I have tagged in the table of contents to the conditional tag appropriate help topics. Help, please. Any advice? I can also be reached at [email protected]

    None of your screenshots came through - the icon of camera in the web interface allows you to attach images

  • With the help of a mx:LinkButton to...

    I used the following code for years, but now only need to change it.

    With the help of a mx:LinkButton to get the next web site in another window! and this is the code that I have always used

    <mx:LinkButton
    click="navigateToURL(new URLRequest('http://www.mysite.com/'), 'blank')"/>
    

    Funny enough even when I use the 'white', that it opens in a new window!

    <mx:LinkButton
    click="navigateToURL(new URLRequest('http://www.mysite.com/'))"/>

    But now I have to open the new site with a LinkButton in the same window that is already open! And "car only" does not work?

    <mx:LinkButton
    click="navigateToURL(new URLRequest('http://www.mysite.com/'), 'self')"/>

    For any help thanks in advance aktell2007

    Hello

    I think you have to use '_self', instead use 'self' for the parameter window like this.

    http://www.mysite.com/ "), '_self')" / > "

  • My AirPort Extreme end not implemented with the help of AirPort Utility

    Bought a used AirPort Extreme (Genesis 4) of a person who showed me that he worked at home. When I try to set up as a Wireless extender to my last existing AirPort Extreme, he will not carry out synchronization upward with AirPort Utility. It appears as a new extreme, but get a message 'unexpected error' before or after the name. Have you tried to reset the two while it is powered and turning the as explained in the help.

    When I try to set up as a Wireless extender...

    Gen 4 airport will connect to your existing AirPort Extreme wireless... or... it will connect using wired Ethernet wired, Permanent?

    .. .it will not accomplish the synchronization upward with AirPort Utility.

    Which version of AirPort Utility?  If it's on your Mac... and you don't know what version you have...

    Open AirPort Utility

    Click the AirPort Utility menu in the upper left corner of the screen

    Click on about AirPort Utility

    Report on the version number you see here

    You have an iPhone or a handy iPad that could be used to implement the 4th Gen airport if the problems continue with the help of your Mac?

  • With the help of iPhone 6 s. try to copy the text message with a tap double and get a bubble with icons. How can I copy the message to paste in another?

    Try to copy a text to paste in another. When I double tap, as I always have, all I get is a bubble with icons on it. With the help of OS 10.0.2.

    maryml wrote:

    Try to copy a text to paste in another. When I double tap, as I always have, all I get is a bubble with icons on it. With the help of OS 10.0.2.

    Press and hold on the text and wait for the copy/more pop up.

  • With the help of Club running on the Nike watch +.

    Hello

    This is something I have tried to work for a while and have not yet been able to find an answer. At the moment I use Nike + management club on my iPhone to follow the tracks that I find that gps is better than just using the application of the workout on my watch. However, something that really bothers me is that I start the race on my phone, but I can't then view my stats while running without having to press on and tap the watch and wait for the application to load, very irritating to race. I want to be able to lift my wrist and live stats are there to watch me, not listening and not get my phone out of my pocket. Surely this is something that can make the original watch?

    As a separate issue with the new app, Nike +, it does not recognize the songs I downloaded on my phone of Apple music in my playlists, then I have to play the separatelay of music through the application of music as opposed to go with Nike +? The ides on how to fix or is this a known problem with the latest Nike + app?

    Hello

    You may find it useful to consult the support resources of Nike and/or contact Nike for assistance with the help of their application:

    More information:

    https://iTunes.Apple.com/us/app/Nike+-run-Club/id387771637?Mt=8

  • With the help of old gear series noon on El Capitan

    I have a Vox Tonelab SE effects audio Board (around 2004), there the old serial midi on the back ports. I hung with the help of a USB MIDI interface cable. While the USB Midi interface to the show in Audio / Midi set upward and also in the profile system for USB port it does not detect the Vox Tonelab so no communication lunch.

    There is a POWERPC application called ToneLabSE SoundEditor which I downloaded and installed in the hope he would install a driver but I guess that this obviously doesn't work on INTEL in any case. Using Wine I can run the PC version, but still no communication via midi.

    Someone at - it ideas, would like to get this Panel communicating effects via MIDI.

    Thank you

    Solved! Using the WINE app I've run the version of the PC of ToneLab SE editor application. So pretty unintuitively by changing the serial midi to USB, SERIAL interface cables that went to the and out on the Tonelab SE. Now of the Se ToneLab editor I can write banks of programs to hardware Tonelab, but unable to empty the banks since the material Tonelab to software. My main desire was to use Expression pedals on the Tonelab as Midi Ableton controllers and some of the switches to the control of the Looper stomp. Now I can do it all. Hooray!

Maybe you are looking for

  • All new iMac 5K dies after a month

    My latest iMac was a mid-2006 iMac Intel Duo2 which lasted 9 years. After a lot of contemplation on a template, I recently replaced by top-shelf configuration to a new iMac 27 "5K i7 4.0 GHz with 512 GB SSD and 16 GB of RAM. I bought this about a mon

  • Compatible wireless network cards for Satellite C660D-181

    Hello is it all the same to discover what are WLAN cards are compatible in my laptop Toshiba C660D-181 girls? The laptop is running Windows 7 Home Premium 64-bit, all drivers/bios are up-to-date. I tried... Intel Centrino Advanced - N 6230 - detects,

  • read into the buffer variable published network shared

    I use a shared variable that is published in the network buffer to write data to an RT target and read data buffered by the host application. I followed a different behavior regarding data buffering using Variable vs reading read the shared Variable

  • 8330 Smartphones blackBerry messages

    Hello all, I just went through the update of long hours and now I have all my messages to yahoo to come to my phone again, I don't know how to stop it. I want just text messages which crosses. any help is welcome. Thanks for the help

  • site to site vpn with ASA 5500 series SSL?

    We have routers DLink DIR - 130 5505 s ASA and PIXen, all work well with our PIX 515E, we need to replace. We also have Internet satellite in two places. High latency makes IPsec VPN to DLinks on these very slow sites. We were informed by HughesNet t