No dynamic value repository

I saw a thread with no response, and I search for on the internet and saw that a bug (9715457) has been marked.

The bug is that my repository variable always has its default and never the value sql (sql query is validated and returns an appropriate value when the test button is used)

I can find no trace of this bug and I am eager to know if there is a solution to this or if Oracle has fixed the bug.

News will be appreciated.

What about the other variable repository OOB? and what is your bi version?

I hope that you do not set the value same default value as the result of the query.

Tags: Business Intelligence

Similar Questions

  • With regard to the dynamic variable repository

    Hi Experts,

    I made a dynamic variable repository. This variable is calculated the date of beginning of the week.
    I use this variable in the command as a default prompt.
    the problem I am geeting that its value is not getting updated. It shows the static value that I gave you in default initializer
    RPD.i want to, its value is changed in every week, but it does not change, his shows always value that have default
    in view of the RPD.

    Please share any solution for this problem.

    Hello

    Please use the below SQL syntax in the default selection of the guest of dashboard.

    SELECT CASE WHEN 1 = 0 THEN date_column of another TIMESTAMPADD(SQL_TSI_DAY,-0, CURRENT_DATE) END OF SH

    Concerning
    Young

    NOTE: Please mention if this solved your problem/still face and close the message.

  • Is it possible to display the dynamic value in the ToolTip? I tried: this.assist.toolTip.value = this.rawValue; for a text field 'property MouseEnter', but it does not display the current raw value. It displays a previous raw value of the field... Guilty

    Is it possible to display the dynamic value in the ToolTip?

    I tried:

    this.assist.toolTip.value = this.rawValue; for a text field on 'ownership' MouseEnter

    but it does not display the current raw value. It displays a previous raw value of the field...

    I wrote 'YYYY', but is not displaying on the first mouseEnter event

    Capture_1.JPG

    When I show event mouseEnter for the 2nd time it gives good value.

    Capture_2.JPG

    Now, I changed the "BBBB" value but the first mouseEnter event it displays the value previous i.e. "YYYY."

    Capture_3.JPG

    I found the solution. I wrote the script ("this.assist.toolTip.value = this.rawValue ;") on 'property MouseEnter' but the need to write the script to the "Output" of the field event. ")

    Thank you.

  • Open script...  Dynamic values

    I recorded a script to create an invoice, I'm trying to repeat the script for n number of times, I want to set the number of the invoice to dynamic value like "ABCD_1", "ABCD_2", "ABCD_3"...

    How can I dynamically set the value...

    for example:

    Forms
    .textField (42,
    "//forms:textField [(@name = 'INV_SUM_FOLDER_INVOICE_NUM_0')]") "."
    *.setText("{{ABCD_1}}"); *
    {
    Think (0.666);
    }


    Thank you!

    Hello

    // Deriving unique number
    
              long l_timestamp;
              Calendar now = Calendar.getInstance();
              l_timestamp = now.getTimeInMillis();
              String s_uniquenum = new String();
              s_uniquenum = Long.toString(l_timestamp, 0);
              s_uniquenum = s_uniquenum.substring(8);
                    getVariables().set("ABCD_1", s_uniquenum);    //if you want to add a string with dynamic number then use "your_string"+s_uniquenum instead of s_uniquenum
    

    If variable ABCD_1 contains a unique number that is dynamic. You can use it as follows:

    forms
    .textField(42,
    "//forms:textField[(@name='INV_SUM_FOLDER_INVOICE_NUM_0')]")
    .setText("{{ABCD_1}}");
    

    Solution based on the code found in Starter Kit

    Kind regards
    Dembélé M

  • Problem with adapter FTP while creating dynamic values.

    Hi all

    I tried passing dynamic values to the FTP adapter, but is throwing the error indicating that the file is already exists in the target directory. It shows the old name of file instead of the new file name. While setting up the FTP adapter initially, I gave a name of file and for each transaction, he resumed the same instead of dynamic file name file name.

    This is the code in the jca FTP file.

    ***********************************************************************************************************************
    < name of the adapter-config = adapter "Read-WriteFTP" = "FTP adapter" wsdlLocation = "Read_WriteFTP.wsdl" xmlns = "http://platform.integration.oracle/blocks/adapter/fw/metadata" > "
    < connection-factory location = "ist/ftp/FTPGrailService" / >
    < endpoint-interaction portType = operation "SynchRead_ptt" = "SynchRead" >
    < className = "oracle.tip.adapter.ftp.outbound.FTPIoInteractionSpec interaction-spec" >
    < property name = "SourcePhysicalDirectory" value = "/ abc/def/GHI/jklmn/opqrst/XYZ" / >
    < property name = "SourceFileName" value = "abcdef.csv" / >
    < property name = "TargetPhysicalDirectory" value = "/ home/abcde/OracleUser345" / >
    < property name = "TargetFileName" value = "abcdef.csv" / >
    < property name = "TargetIsRemote" value = "false" / >
    < property name = value 'Type' = 'COPY' / >
    < property name = "File Type" value = "ascii" / >
    < / interaction-spec >
    < / interaction of endpoint >
    < / adapter-config >
    **************************************************************************************************************************
    Code inside the BPEL for dynamic values is
    **************************************************************************************************************************
    < bpelx:inputProperty name = "jca.ftp.SourcePhysicalDirectory" variable = "FilePath" / > "
    < bpelx:inputProperty name = "jca.ftp.SourceFileName" variable = "FileName" / > "
    < bpelx:inputProperty name = "jca.ftp.TargetPhysicalDirectory" variable = "Variable1" / > "
    < bpelx:inputProperty name = "jca.ftp.TargetFileName" variable = "FileName" / > "
    **************************************************************************************************************************
    Thank you

    Try...



    Even if it is the FTP, it stills appear to focus on the jca.file properties...

    See you soon,.
    Vlad

  • Can a pop list cause a dynamic value assigned to him?

    Can a pop list cause a dynamic value assigned to him?
    as Select actualValue, fullname of the category;
    and put fullname in the list of values in the list of POPs and actualValue each of the returned values.

    The following code will help you and set the trigger a times-new-form-instance.

    DECLARE
    rg_name VARCHAR2(40) := 'EMP';
    rg_id RecordGroup;
    errcode NUMBER;
    BEGIN
    
     rg_id := Find_Group( rg_name );
    
     IF not Id_Null(rg_id) THEN
       delete_group(rg_id);
     END IF;
    
     rg_id := Create_Group_from_query(RG_NAME, 'SELECT ename, TO_cHAR(empno) FROM emp');
    
    errcode := Populate_Group( rg_id );
    -- Error occured while populating the record group
    if errcode != 0 then
    message(' Error occured while populating the record group');
    raise form_trigger_failure;
    end if;
    
    -- Clearing the list before populating it.
    clear_list('here you define block column name');
    
    populate_list('here you define block column name',RG_ID);
    
    exception
    when no_data_found then
    null;
    when others then
    null;
    END;   
    
  • Generation of a dynamic value through pl/sql in shell.

    Hi all


    Generation of a dynamic value through pl/sql in shell.

    host_command ("echo" Insert into CUSTOM (FIRSTNAME) VALUES ("| v_temp |");) « ») ;


    Output current:

    Insert into CUSTOMERS (FIRSTNAME) VALUES (John);

    power required:

    Insert into CUSTOMERS (FIRSTNAME) VALUES ('John');

    Thank you.

    Your request must so->

    host_command ('echo " Insert into CUSTOM (FIRSTNAME) VALUES ('||chr(39)||v_temp||chr(39)||');" ');
    

    Kind regards.

    LOULOU.

  • As a dynamic values column names

    I have a WEEK_TAB table

    Week_num Bkg1 Bkg2
    1 10 20
    2 40 10
    3 30 20
    2 20 60
    1-10-50
    1-20-80
    3 10 30

    When I run this package, I get the below output...

    CREATE OR REPLACE
    PACKAGE GET_TOTAL AS

    TYPE ref_cursor IS REF CURSOR;

    PROCEDURE get_week_total (p_refCursor to ref_cursor);

    PROCEDURE get_total_val;

    END GET_TOTAL;
    /

    CREATE OR REPLACE
    PACKAGE BODY GET_TOTAL AS

    PROCEDURE get_week_total (p_refCursor to ref_cursor) AS
    BEGIN
    OPEN FOR P_refcursor
    SELECT SUM (bkg1), week_num
    OF week_tab
    GROUP BY week_num
    ORDER BY week_num;
    END get_week_total;

    PROCEDURE get_total_val AS
    v_refCursor ref_cursor;
    v_sum NUMBER;
    v_week NUMBER;
    v_total NUMBER: = 0;

    BEGIN

    get_week_total (v_refcursor);

    LOOP
    EXTRACTION v_refCursor
    IN v_sum, v_week;
    EXIT WHEN v_refcursor % NOTFOUND;
    v_total: = v_total + v_sum;
    DBMS_OUTPUT. Put_line (' week ' | v_week |': ' | v_sum);
    END LOOP;
    DBMS_OUTPUT. Put_line (' total sales reservations :'|| v_total);
    END get_total_val;

    END GET_TOTAL;
    /

    O/P
    Week 01:40
    Week
    Week 03:40
    Total sales reservations: 140

    --------------------------------------------------------------------------------

    Here, I'm moving the column name as dynamic value.
    I modified the package as below...

    CREATE OR REPLACE
    PACKAGE BODY GET_TOTAL AS

    CREATE OR REPLACE
    PACKAGE GET_TOTAL AS

    TYPE ref_cursor IS REF CURSOR;

    Strarray ARRAY TYPE IS VARCHAR2 (100);

    PROCEDURE get_week_total)
    p_colName VARCHAR2,
    p_refCursor to ref_cursor);

    PROCEDURE get_total_val;

    END GET_TOTAL;
    /

    CREATE OR REPLACE
    PACKAGE BODY GET_TOTAL AS

    PROCEDURE get_week_total)
    p_colName IN VARCHAR2,
    p_refCursor OUT ref_cursor) AS

    v_query VARCHAR2 (4000);
    BEGIN
    v_query: = ' SELECT SUM (: p), week_num FROM week_tab GROUP BY week_num ORDER BY week_num';

    P_refcursor OPEN FOR v_query
    Using p_colName;

    END get_week_total;

    PROCEDURE get_total_val AS
    v_refCursor ref_cursor;
    v_sum NUMBER;
    v_week NUMBER;
    v_total NUMBER: = 0;
    STRARRAY v_colName: = STRARRAY ('BKG1', 'BKG2');

    BEGIN

    I'm IN v_colName.FIRST... v_colName.Last LOOP
    get_week_total (v_colName (i), v_refcursor);

    LOOP
    EXTRACTION v_refCursor
    IN v_sum, v_week;
    EXIT WHEN v_refcursor % NOTFOUND;
    v_total: = v_total + v_sum;
    DBMS_OUTPUT. Put_line (' week ' | v_week |': ' | v_sum);
    END LOOP;
    DBMS_OUTPUT. Put_line (' total sales reservations :'|| v_total);

    END LOOP;
    END get_total_val;

    END GET_TOTAL; GET_TOTAL;
    /


    But I get this error message
    ORA-01722: invalid number
    ORA-06512: at "SCOTT. GET_TOTAL', line 29
    ORA-06512: at line 2


    Please let me know how this can be resolved... I'm trying to get the result as below

    Week 01:40
    Week
    Week 03:40
    Total sales reservations: 140

    Week 1:150
    Week 2:70
    Week 03:50
    Total sales reservations: 270

    Variable bind bind values of the object, not the object names. You cannot use bind variable as column name. Change:

    v_query := 'SELECT SUM (:p), week_num FROM week_tab GROUP BY week_num ORDER BY week_num'; 
    

    TO

    v_query := 'SELECT SUM (' || p_colName || '), week_num FROM week_tab GROUP BY week_num ORDER BY week_num'; 
    

    and

    OPEN p_refcursor FOR v_query
    USING p_colName; 
    

    TO

    OPEN p_refcursor FOR v_query; 
    

    SY.

  • Plan a Workflow Runtime: dynamic values

    I would like to run a workflow using trigger plan. I can see in the properties of the calendar that all fields must be defined manually. Is there a way where we can set the values of some fields dynamically? For example, start time-this is adjustable with a value retrieved from a XML request of the PSAB?

    Please let me know if this is possible.

    Thank you

    Anish

    Hi Anish

    What version of the CPSC do you use? If you order the calendar there are other approaches you might look:

    1. Make use of scheduled tasks in terms of delivery CPSC, the scheduled task will read the value of the date of one of your form fields
    2. Use new in the policy of the Service item, you can create a point of service strategy that will trigger a new action (i.e. a new service request in the process of triggering a CPO) based on a date specified in the element of service value.

    I hope this helps.

    Kind regards

    Paul

  • How to recover the dynamic value of ADF text entry?

    Hello

    I'm developing an application where this scenario occurs.

    1. a dynamic text input for the click on the radio button, must be created.  (I am able to do this).

    2. I am entering a value in dynamic text that is created at run time.

    How to get the value of dynamic text in my java code?

    Or what property must be used to retrieve dynamic data of text entry?

    Hello

    Here is a case that as it is similarly instead of your box here a commandbutton control.

    JSPX code

    actionListener="#{viewScope.Mbean.ActionLis}"/ >

    track 1:

    1. here you using "setValueChangeListener".

    2. with the help of MethodBinding to invoke the listener in the same class itself.

    3 MethodBinding and el class has been deprecated in this approach.

    the bean code

    Import javax.faces.context.FacesContext;

    Import javax.faces.el.MethodBinding;

    Import javax.faces.event.ActionEvent;

    Import javax.faces.event.ValueChangeEvent;

    Import javax.faces.event.ValueChangeListener;

    Import oracle.adf.view.rich.component.rich.input.RichInputText;

    Import oracle.adf.view.rich.component.rich.layout.RichPanelBox;

    Import oracle.adf.view.rich.component.rich.nav.RichCommandButton;

    Import oracle.adf.view.rich.context.AdfFacesContext;

    public void ActionLis (ActionEvent actionEvent) {}

    Add the code in the event here...

    RichInputText rt = new RichInputText();

    rt.setAutoSubmit (true);

    Class parms [] = new class [] {ValueChangeEvent.class};

    MethodBinding mbind = FacesContext.getCurrentInstance () .getApplication () .createMethodBinding ("#{viewScope.Mbean.valuchnglis}", parms);

    rt.setValueChangeListener (mbind);

    ((RichCommandButton) actionEvent.getSource ()) .getParent () .getChildren () .add (rt);

    AdfFacesContext.getCurrentInstance () .addPartialTarget (((RichCommandButton) actionEvent.getSource ()) .getParent ());

    }

    {} public void valuchnglis (ValueChangeEvent valueChangeEvent)

    System.out.println ("value" + valueChangeEvent.getNewValue ());

    }

    Track 2:

    1. here you using "addValueChangeListener".

    2. you need an additional class to do so.

    3. you can retrieve the value of processValueChange.

    the bean code

    Import javax.faces.context.FacesContext;

    Import javax.faces.el.MethodBinding;

    Import javax.faces.event.ActionEvent;

    Import javax.faces.event.ValueChangeEvent;

    Import javax.faces.event.ValueChangeListener;

    Import oracle.adf.view.rich.component.rich.input.RichInputText;

    Import oracle.adf.view.rich.component.rich.layout.RichPanelBox;

    Import oracle.adf.view.rich.component.rich.nav.RichCommandButton;

    Import oracle.adf.view.rich.context.AdfFacesContext;

    public void ActionLis (ActionEvent actionEvent) {}

    Add the code in the event here...

    RichInputText rt = new RichInputText();

    rt.setAutoSubmit (true);

    rt.addValueChangeListener (new vc());

    ((RichCommandButton) actionEvent.getSource ()) .getParent () .getChildren () .add (rt);

    AdfFacesContext.getCurrentInstance () .addPartialTarget (((RichCommandButton) actionEvent.getSource ()) .getParent ());

    }

    Import javax.faces.event.ValueChangeEvent;

    Import javax.faces.event.ValueChangeListener;

    public class vc implements {ValueChangeListener

    public void processValueChange (ValueChangeEvent valueChangeEvent)

    {

    System.out.println ("value of the class" + valueChangeEvent.getNewValue ());

    }

    }

    Thank you

  • Select the list with the list of dynamic values with more than 4000 tank of query

    Hello

    I have no application where users can store SQL queries in a CLOB column. This query is then used to populate the list, select a dynamic element through LOV. Following the code returns the query for dynamic LOV used to populate the select list. It works fine except when the length of the lv_sqlStatement becomes more than 4000 characters. Then application crashes with "ORA-06502: PL/SQL: digital or value error: character string buffer too small" when Select the list item rendering.

    Any ideas how to get around this problem? Any help is appreciated. Do not say to them to write shorter than 4000 queries because I can't (it's operational requirements).

    DECLARE
    lv_sqlStatement end_user_set.sql_statement%type;
    BEGIN
    lv_sqlStatement: =: P2_SQL_STATEMENT;
    return ' select the label, value of (' | lv_sql_statement | t ')
    To_char (t.value) if not in (select value from end_user_set_member eusm)
    where eusm. EUSRSET_ID = ' | : P2_EUSRSET_ID | ')';
    END;

    I just blogged about this problem and posted a solution. See this announcement:

    http://www.deneskubicek.blogspot.de/2013/03/select-list-with-dynamic-lov-and-Ora.html

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Apress.com/9781430235125
    http://Apex.Oracle.com/pls/Apex/f?p=31517:1
    http://www.Amazon.de/Oracle-Apex-XE-Praxis/DP/3826655494
    -------------------------------------------------------------------

  • Question of dynamic values prompt OBIEE!

    I'm new to OBIEE. I need help, and I'm stuck in the following scenario.

    How can I specify a dynamic range of values to display in the dashboard line?
    I mean when the user clicks on a message of solicitation that it should be able to see certain values that need to be generated dynamically. For example, this year.
    If the user connects to today, he should be able to see the values of the year 2012, 2013 and 2014.
    If the user connects to the next year, he should be able to see the values of the year 2013, 2014 and 2015.

    Thanks in advance!
    Ajay.

    Hello

    Fast, select SQL is reflected in the values of choice list for the year.

    Type this in SQL results.

    SELECT "calendar". "" Calendar year "OF"SH"WHERE"calendar. " "" Calendar year "between YEAR (CURRENT_DATE) and (YEAR (CURRENT_DATE) + 3)

    Let me know if you have any questions.

    Thank you

    Ménard

    Published by: Ménard Hussain on 7 November 2012 21:19

  • Header of page-how to pass a dynamic value?

    Hello

    I created a page - which redirects to an external link.
    I have following code in the page header.

    < META HTTP-EQUIV = "refresh" CONTENT = "2; URL = XYZ.com ">".
    < b > < p > < p > < p > < p > < p >

    < /b >


    When I run this page, redirects after 2 seconds to this particular url: xyz.com.

    My query is: Ii would there the URL value dynamically.

    I tried with the following code in the header:

    var abc = $v ('P97_TEST');
    < META HTTP-EQUIV = "refresh" CONTENT = "2; URL = abc ">".
    < b > < p > < p > < p > < p > < p >

    < /b >

    where P97_Test is an element of text field.

    But he directs me to a url: my_apex instance/abc. It does not work.

    No idea how to pass the value of the url dynamically? I need to get the success of a particular URL.

    Thank you
    Archana

    Dear Archana,

    I found the following solution work:

    (1) create an element on the page to the URL (in this example, P3_URL)

    (2) create a pl/sql process
    type: PL/SQL anonymous block
    address the point: on the laundry before header
    Source:

    begin
    :P3_URL := 'http://www.google.de/';
    end;
    -- this can be as sophisticated as you need
        
    

    (3) according to the Page Properties / header before HTML

    
    

    Marc

  • Dynamic value in which cluase... Ideas please...

    Hi all

    Greetings... Any idea for bottom of problem please...

    Fields of form 1:

    CONTROL      PO     FACTOR          TS_LAST_UPDATE    AMEND 
    -----------  ------ -------          ---------------    --------------
    19950927    739409  SPP               19-JUN-98       00           
    19950927    739409  SPP               19-JUN-98       01          
    19950927    739409  SPP               19-JUN-98       03          
    19950927    739409  SPP               19-JUN-98       04          
    19950927    739409  SPP               19-JUN-98       05          
    19950927    739409  SPP               19-JUN-98       06           
    19950927    739409  SPP               19-JUN-98       07        
    19950927    739409  SPP               19-JUN-98       08           
    19950927    739409  SPP               19-JUN-98       09           
    19950927    739409  SPP               19-JUN-98       10          
    19950927    739409  SPP               19-JUN-98       11   
    2 form fields:
    PAYMENTDATE   AMOUNT          TS_LAST_UPDATE               
    -----------   ------            --------------    
    01-JAN-96     88225                  19-JUN-98                          
    01-JAN-96     7801                   19-JUN-98                           
    01-JAN-96     29895                  19-JUN-98                         
    01-JAN-96     33065                  19-JUN-98                       
    01-JAN-96     63822                  19-JUN-98                         
    01-JAN-96     7615                   19-JUN-98                    
    01-JAN-96     20168                  19-JUN-98                       
    01-JAN-96     13514                  19-JUN-98                      
    01-JAN-96     7287                   19-JUN-98                 
    01-JAN-96     23919                  19-JUN-98                         
    In this control, PO, change will pass as a parameter to the B form when I click on the button to the form 1

    Now, I would like to create a dynamic query that... what ever ther "modifies" user password form1 IT SHOULD PASS AS MINIMUM 'EDIT' for the COMMAND.

    Best way to set example of formula A, above user spends 19950927 as Control, 739409 as Po and * 02 * as change THEN CHANGE SHOULD BE PASSED as '00' which is minimal change number for this control, then I should run the query for the target on form2 table and should display all the irrespctive of payments of amendno that was passed.

    It is because of the specific requirement because it does not change the data into Table2 (used in form2) but that was present in Table1 in (used in form1)., so we mass updated Table2 change with minimum change in Table1.


    and even if the user switches 19950927 as Control, 739409 as Po and * 03 * change THEN CHANGE MUST BE PASSED AS '00' which is minimal change number for this control and then I run the query for the target on form2 table.

    Same way that never change number the user passes, it should be passed as minimum amendno for this control-->--> run query... form 2

    I think the place where clause dynamic... don't know what logic should I use here...
    any suggestions in this regard code please...

    Thanks in advance
    Prasanth

    Published by: Onenessboy on November 1st, 2010 09:39

    Published by: Onenessboy on November 1st, 2010 09:50 (changes in the data provided)

    Published by: Onenessboy on November 1, 2010 10:01

    As I said not need to use AMEND_NO in where clause. Because you found the query MAX/MIN value...

     DECLARE
       pl_id   ParamList;
       pl_name VARCHAR2(15) := 'ls_parm_list';
        vMinimumAmendFrom1 varchar2(3);
        vMaximumAmendFrom2 varchar2(3);
     BEGIN
      SELECT MIN(AMEND)
        INTO vMinimumAmendFrom1
        FROM Table1
        WHERE CONTROL = :Table1.CONTROL
        and PO = :Table1.PO
        and  FACTOR = :Table1.FACTOR;
    
       message(vMinimumAmendFrom1); -- Check the value of this variable now.
       pause; --test
    
        SELECT MAX(AMEND)
        INTO vMaximumAmendFrom2
        FROM Table2
        WHERE CONTROL = :Table2.CONTROL
        and PO = :Table2.PO
        and FACTOR = :Table2.FACTOR;  
    
       message(vMaximumAmendFrom2); -- Check the value of this variable now.
       pause; --test
    
       ...
    

    -Clément

  • Dynamic region and dynamic value of parameters of

    Hi all

    I have popup with dynamic region on my page. I also have the button, "button1" and "button2";
    When I press "button1" I want to run my dynamic region with parameter #{bindings. * field1 * .inputValue}
    When I press "button2" I want to run the same dynamic region (the same taskflow) but with the parameter #{bindings. * Field2 * .inputValue}

    How can I do?

    I try to run my taskflow with parameter #{pageFlowScope.valueParam}, but I didn't know when and how can I update this value? I knew I can't use setAcctionListner because it the fire after showPopupBehavior.
    I think, I can also use setPropertyListner because I didn't know which button has been activated and what value I should switch to taskflow.

    Thanks to advice.
    Oscar

    You can define clientAttributes for button1 and button2, and use setPropertyListener for popup. For example,.

    Button1

    
    

    Button2

    
    

    and your popup should look like:

    
        
        ....
    

    Published by: dorra on March 23, 2010 09:48

Maybe you are looking for

  • Max amount of memory

    I was wondering what is the maximum amount of memory, you can add to windows xp. I get the "WARNING os paged pool memory low" so I need to upgrade, but I do not know the max that I can put in. I have 4 GB and I would get 8Gb

  • CHANGE DEFAULT EMAIL

    I use Gmail. There are many addons for direct links of mail through Gmail. The problem is electronic mail by default. It is located in Outlook. So if I right click on a file and select "send to" file is sent via outlook. I want to use Gmail for every

  • Inspiron 15 touch (3521) screen questions 2.

    Just bought the touch screen of Inspiron 3521.  Two questions: The touch screen requires a screen protector?  A lot of different answers.  Would like your opinion! The outside cover shows traces of fingers (even with clean hands).  Can we replace the

  • Need to dell inspiron N5010 wifi driver for windows 7 (32 bit OS)

    Hi, m with dell inspiron n5010 windows 7. I need driver wifi for 32-bit operating system? kindly help me.

  • I can't connect to my default gateway

    I'm trying to port before my router because I can host a server on a game. For the port forward, I need to connect to my default gateway to change the things I need to change.