My button of validation does not while I'm changing table

Hi all


I use jdev 11.1.2.1.0

Validate my button not activate when I change particularly field.its table works well when I run the module application, but its does not work ie.
Thanks in advance

Sorry for the late reply.

I found the solution.
My code is correct, I just cut my code back class do some changes and impl class except operation code binding after its works well.
my code is...

    protected void prepareForDML(int i, TransactionEvent aTransactionEvent)
           {
                      if (i != EntityImpl.DML_DELETE)
                             {
                               //String val=(String) ADFContext.getCurrent().getSessionScope().get("logid");
                                // String status1= (String)  ADFContext.getCurrent().getSessionScope().get("AStatus");
                                // String remark1= (String)  ADFContext.getCurrent().getSessionScope().get("ARemark");
                                 String logid1= (String) ADFContext.getCurrent().getSessionScope().get("logid");
                                 String radio1= (String) ADFContext.getCurrent().getSessionScope().get("Radio");
                            if((logid1!=(null))&& (radio1!=(null)))
                            {
                                 ViewObjectImpl vo1 = (ViewObjectImpl)this.getDBTransaction().findViewObject("PayEmpTaskDeptView1");
                                 vo1.addWhereClause("task_cd='449' and subtask_cd='01' and empcd='"+logid1+"'");
                                 Row row1 = vo1.first();
                                 int h1=(Integer)row1.getAttribute("Hierarchy");

                               if(radio1.equals("A")&& h1!=1)
                               {
                                 setAttribute ("ApprHier", row1.getAttribute("Hierarchy"));

                               }
                               else if(radio1.equals("B") ) {
                                   ViewObjectImpl vo5 = (ViewObjectImpl)this.getDBTransaction().findViewObject("ForHironlyQVO1");
                                   vo5.setNamedWhereClauseParam("QEMCODE", logid1);
                                   Row row5 = vo5.first();
                                   int h5=(Integer)row5.getAttribute("LPrehier");
                                   System.out.println("Back lower hier..."+h5);
                                   setAttribute ("ApprHier",h5);
                               }

                                 else if((h1==1) &&(radio1.equals("A")) )
                                   {

                                         setAttribute ("PostingTag","Y");

                                           setAttribute ("ApprHier", row1.getAttribute("Hierarchy"));

                                       }
                                 else if(radio1.equals("R")) {
                                   setAttribute ("ApprHier",-1);
                               }

                               ViewObjectImpl vo = (ViewObjectImpl)this.getDBTransaction().findViewObject("PayApplyApprView3"); // change it to the name of your VO
                                 Row row = vo.createRow();
                                 // set the values ...

                                 row.setAttribute("Divn",getDivn() );
                                 row.setAttribute("Paycompcd",getPaycompcd() );
                                 row.setAttribute("ApplyNo",getApplyNo() );
                                 row.setAttribute("ApplyDate",getApplyDate() );
                                 row.setAttribute("Empcd",getEmpcd() );
                                 row.setAttribute("Enln",getEnln() );
                                 row.setAttribute("ApprType",radio1 );
                                 row.setAttribute("PassBy",logid1 );

                                 row.setAttribute("PassVal",getPassAmount() );
                                 row.setAttribute("TaskCd","449" );
                                 row.setAttribute("SubtaskCd","01" );
                                 row.setAttribute("Hierarchy",h1 );
                                 row.setAttribute("ApprRemarks",getRemarkNew1());
                                 row.setAttribute("Usrname",getUsrname() );
                                 row.setAttribute("Usrid",getUsrid() );
                                 row.setAttribute("Usrdate",getUsrdate() );
                                 row.setAttribute("Cusrnm",getCusrnm() );
                                 vo.insertRow(row);

                            }

                             }
                      super.prepareForDML(i, aTransactionEvent);

           }

and now, my data are finally engaged.

Tags: Java

Similar Questions

  • Computer has recently been corrected it now say windows is not genuine, go online to solve the problem. Windows validation does not any ideas how I can fix this

    Computer has recently been corrected it now say windows is not genuine, go online to solve the problem.  Windows validation does not any ideas how I can fix this

    Visit: http://www.microsoft.com/genuine/diag/> and click on "start the Diagnostics.

    IMPORTANT -online if you run Windows 7 or Vista 64-bit, you must Access the site via IE 32 bits only!]

    `~`

    Try the number listed here appropriate phone: phone numbers Microsoft Activation centers worldwide:

    http://www.Microsoft.com/licensing/existing-customers/activation-centers.aspx>

    `~`

    If you are still not able to validate your Vista installation, follow these steps:

    I. Download this diagnostic tool, save it to your desktop: http://go.microsoft.com/fwlink/?linkid=56062>

    -Online Vista & Win7: right-click on the executable and select run as administrator to run the tool.

    II. after running the tool, click on the button continue, and then click the copy button (to the Clipboard).

    NB: You can open a new file in Notepad, paste the contents of the Clipboard in it & keep for future reference.

    III. start a new thread in the following Microsoft Genuine Advantage forum and paste the results of the diagnosis of MGA tool in your post, and a clear description of your problem:

    >>

    >

    IV. A help desk specialist will analyze the data and recommend an appropriate solution.

    UTC/GMT is 21:28 Friday, December 2, 2011

  • Validation does not work

    Hello world

    There is a login screen that contains (basiceditfield) username, Password (basiceditfield) and submit (buttonfield)...  If the user name and password is equal to "AEK" then only it may be able to go to the next screen by clicking on submit button... the next screen contains the user name and password, that he entered the first screen... but my validation does not work... it shows that the user name and password dialog box is wrong... just see this as soon as it takes a few minutes.. Please check it out...  my code is

    Import net.rim.device.api.system.Bitmap;

    Net.rim.device.api.ui import. *;

    Net.rim.device.api.ui.component import. *;

    Net.rim.device.api.ui.container import. *;

    SerializableAttribute public class extends UiApplication LoginScreen

    {

    Public Shared Sub main (String [] args)

    {

    LoginScreen connection = new LoginScreen();

    login.enterEventDispatcher ();

    }

    public LoginScreen()

    {

    pushScreen (new login()));

    }

    }

    final class login extends screen

    implements FieldChangeListener

    {

    DisplayList _displayList;

    HorizontalFieldManager _fieldManagerTop = new HorizontalFieldManager();

    VerticalFieldManager _fieldManagerMiddle = new VerticalFieldManager();

    HorizontalFieldManager _fieldManagerBottom = new HorizontalFieldManager();

    public BasicEditField username = new EditField("Username:","",8,EditField.FILTER_DEFAULT);

    password public PasswordEditField = new PasswordEditField("Password:","",8,EditField.FILTER_DEFAULT);

    ButtonField submit = new ButtonField ("Submit");

    ButtonField cancel = new ButtonField ("Cancel");

    BitmapField bitmapfield;

    Bitmap flag;

    LabelField label = new LabelField("",)

    LabelField.ELLIPSIS | LabelField.USE_ALL_WIDTH);

    public login())

    {

    Super();

    for listener btn

    LabelField title = new LabelField ("HelloWorld example",

    LabelField.ELLIPSIS | LabelField.USE_ALL_WIDTH);

    setTitle (title);

    Flag = bitmap.getBitmapResource ("TLI.png");

    bitmapfield = new BitmapField();

    bitmapfield.setBitmap (flag);

    Add (_fieldManagerTop);

    Add (new SeparatorField());

    Add (_fieldManagerMiddle);

    Add (new SeparatorField());

    Add (label);

    Add (new SeparatorField());

    Add (new SeparatorField());

    Add (_fieldManagerBottom);

    _fieldManagerTop.Add (bitmapfield);

    _fieldManagerMiddle.Add (username);

    _fieldManagerMiddle.Add (Password);

    submit.setChangeListener (this);

    cancel.setChangeListener (this);

    Add (new SeparatorField());

    _fieldManagerBottom.Add (Submit);

    _fieldManagerBottom.Add (cancel);

    }

    ' Public Sub fieldChanged (field f, int context)

    {

    if(f==Submit)

    {

    System.out.println("username:\n"+username. GetText () + "\npassword:" + password. GetText());

    System.out.println ("Submit");

    If (username. Equals("Abhi") & password.equals ("abhi"))

    {

    _displayList = new DisplayList();

    UiApplication.getUiApplication () .pushScreen (_displayList);

    }

    on the other

    {

    System.out.println ("invalid entries");

    Dialog.Alert ("Invalid username and password");

    }

    _displayList = new displayList();

    UiApplication.getUiApplication () .pushScreen (_displayList);

    }

    Another yew (f is cancel)

    {

    System.out.println ("Cancel");

    username.setText("");

    password.setText("");

    }

    }

    SerializableAttribute public class screen extends DisplayList

    {

    RichTextField username, password;

    public DisplayList()

    {

    Super();

    The screen of sc = new FullScreen();

    userName = new RichTextField (username.getText ());

    password = new RichTextField (password.getText ());

    TCI Add (username);

    TCI Add (Password);

    UiApplication.getUiApplication () .pushScreen (sc);

    }

    }

    }

    Have you tried this one in the if loop?

    If (username. GetText () .equalsIgnoreCase ("Abhi") & {password.getText (.equalsIgnoreCase ("abhi")))}

    }

  • Multiple email validation does not

    Hello

    In my request that my email validation does not work, I tried different types of expressions reg. The user can select multiple email addresses and click a button that fills a text box with comma delimeted list and the user can also enter email addresses in the text box. I tried a few days create the email validation to verify the correct string format, without success. Sometimes he catches an invalid format, if an email address is entered, but it does not work with multiple e-mail addresses. Reg expression below:
    \w([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*([,;])\s*\([-+.\w])*@\w+([-.]\w+)*\.\w+([-.+]\w+)*)*
    
    ^[_a-zA-Z0-9-]+(\._a-zA-Z0-9-]+)@[a-zA-Z0-9-]+)*\.(([0-9]{1,3})|([a-zA-Z]{2,3})|(USMC.MIL))$
    I prefer the last expression reg., but I can't figure out how to check several email and make sure that has the appropriate domain.


    Thank you
    Mary

    Published by: Gabriel on May 2, 2011 12:44

    regular expressions that I use for the validation of the email:

    ^((\s*[a-zA-Z0-9\._%-]+@[a-zA-Z0-9\.-]+\.[a-zA-Z]{2,4}\s*[,;:]){1,100}?)?(\s*[a-zA-Z0-9\._%-]+@[a-zA-Z0-9\.-]+\.[a-zA-Z]{2,4})*$
    

    Thank you

    Tony Miller
    Webster, TX

    Follow your passion; the rest will take care of itself.

    JMS

    If you answer this question, please mark the thread as closed and give points where won...

  • Craigslist 'Reply' and the buttons 'Add images' does not

    Until a few weeks ago, I used Firefox with no problem when browsing and posting Craigslist ads. Recently, the 'Reply' button in the messages does not at all. Nothing happens when I click it. When I write ads, the button 'Add images' does not save when I click it. I had to go back using Internet Explorer when using Craigslist. Help, please! (If it helps, I had to post this question in Internet Explorer, as the button "Question" on the page does not work in Firefox).

    Clear the cache and delete cookies only from Web sites that cause problems.

    "Clear the Cache":

    • Firefox/tools > Options > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Firefox/tools > Options > privacy > "Use the custom settings for history" > Cookies: "show the Cookies".

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe
  • My CD door won't open. Is there an eject button because it does not open when I press on it?

    My CD door won't open.  Is there an eject button because it does not open when I press on it?

    Yes, there is.

    Look closely at the front of the CD tray. You should see a small hole, just large enough to insert a paperclip (fixing of paper in North America).

    Apply the necessary pressure to get the drawer open enough to be able to grasp and pull...

  • State buttons sensitive icon does not work in Photoshop CC?

    Running the following code (found in the ScriptUI for Dummies guide) in ExtendScript Toolkit works fine:

    var dir = "/d/scriptui/fig/";
    var icons = {a: File(dir+"icon-a.png"), b: File(dir+"icon-b.png"), 
                c: File(dir+"icon-c.png"), d: File(dir+"icon-d.png")} 
    var w = new Window("dialog");
     b = w.add ("iconbutton", undefined, ScriptUI.newImage (icons.a, icons.b, icons.c, icons.d)); 
    w.show(); 
    

    .. hovering over / clicking on the icon changes its status. However, if I change to run in Photoshop, it does not. The dialog box is displayed with the button, but it does not change if I hover over or click it. Does anyone know why?

    Thank you!

    Hi Constantin.

    This is a bug that occurred when you changed the underlying infrastructure of ScriptUI window in Photoshop CC 2015.  See Photoshop UI toolkit for plug-ins and scripts for more details.

    I reported this so it can be fixed.

    Thank you!

    Eric

  • Why the button "Save as" does not work in new Acrobat Reader? Very annoying...

    Why the button "Save as" does not work in new Acrobat Reader? Very annoying...

    I have already updated to the last DC v15.009.20077...

    So I found a way, if I do it just right, it works (with the file, click the "tiny" file and then save as. I made the mistake of first pressing the home much more first. Really not intuitive or easy to use even if... Looks like you have replaced the button "save under" with the "save in the cloud." We use mettle at work, and the cloud of Adobe is irrelevant for me...

  • Question 1: The button "Buy now" does not work when you select a plan. Question 2: Can not select "Monthly Plan" for a "unique App."

    Question 1: The button "Buy now" does not work when you select a plan.

    How to reproduce the problem:

    1. go in terms of pricing and membership creative cloud | Adobe Creative Cloud

    2. choose a plan, then click on 'buy now '.

    3. you go to a blank page instead of the next steps in the payment.

    Question 2: Can not select "Monthly Plan" for a "unique App."

    How to reproduce the problem:

    1. go into "https://creative.adobe.com/plans".

    2. under "Unique App", select a product and then try to select the "monthly Plan" in the second menu drop-down.

    3. for some reason, it isn't get selected and the price is replaced with the ellipsis (...). I expect the monthly price to appear.

    Please notify.

    Thank you.

    Contact adobe during the time pst support by clicking here and, when available, click on "still need help," http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • Macintosh: Adobe Muse; Formular Widget: Send button in Firefox does not (Mac, PC). Works in Safari (Mac) IE (PC). What is going on?

    Macintosh: Adobe Muse; Formular Widget: Send button in Firefox does not (Mac, PC). Works in Safari (Mac) IE (PC). What is going on?

    Test URL: News

    Greetings from cold Switzerland...

    Beat

    I think you have solved, as I tested it on my end and the Send button worked fine.

    Thank you

    Sanjit

  • View zoom "fit visible" default definition does not work because it changes during scroll even if the "fit visible" option is checked. How to solve this problem?

    View zoom "fit visible" default definition does not work because it changes during scroll even if the "fit visible" option is checked. How to solve this problem?

    Hi andrik14218037,

    Once you have set to "Fit Visible" it won't change the zoom, scrolling.

    * Make sure that you did not press the Ctrl key while scrolling the page.

    Open Acrobat Reader DC, go to the Help menu & repair the installation, make sure also that it is updated Release Notes | Adobe Acrobat, Reader.

    Let me know if it solves your problem.

    Kind regards

    Nicos

  • Hello! I live in Brazil, I try to buy the creative cloud to the picture and it does not work because I changed the country! I don't know what's wrong, they say to call this 1800 426 570 phone number but no work at the Brazil! Does anyone know another fo p

    Hello! I live in Brazil, I try to buy the creative cloud to the picture and it does not work because I changed the country! I don't know what's wrong, they say to call this 1800 426 570 phone number but no work at the Brazil! Does anyone know another phone number to provide payment information?

    Hi Luciano,

    Please click on the following link: Contact Customer Care

    *Remember to stay signed with your Adobe ID ( email id used to purchase the subscription ) before accessing the link above*.

    Select the exact options indicated below in the capture to get support of screen options:

    Let us know if that helps.

    Kind regards

    Sandrine Bani

  • ORA-14030: partitioning column does not exist in the CREATE TABLE statement

    Hi all

    We are trying to create a partition materialized view and get an error below.
    ORA-14030: partitioning column does not exist in the CREATE TABLE statement
    Our GL_BALANCES21 and GL_CODE_COMBINATIONS21 base tables is already divided by interval of the range on Code_combination_id.
    In the same way that we try to partition the view materialized
    We get the error.
    ORA-14030: partitioning column does not exist in the CREATE TABLE statement
    Where the clause there are 4 tables gl_balances21, gl_code_combinations21, gl_periods and gl_set_of_books.


    CREATE MATERIALIZED VIEW apps. BAL_PART
    PARTITION BY RANGE ("CODE_COMBINATION_ID")
    (SCORE LOWER (80000) VALUES,
    PARTITION OF LOWER VALUES (160000),
    PARTITION OF LOWER VALUES (240000),
    PARTITION OF LOWER VALUES (320000),
    PARTITION OF LOWER VALUES (400000),
    PARTITION OF LOWER VALUES (480000),
    PARTITION OF LOWER VALUES (560000),
    PARTITION OF LOWER VALUES (640000),
    PARTITION OF LOWER VALUES (720000),
    PARTITION OF VALUES LESS THAN (800000),
    PARTITION OF LOWER VALUES (880000),
    PARTITION OF LOWER VALUES (960000),
    PARTITION OF VALUES LESS THAN (10400000),
    PARTITION OF LOWER VALUES (11200000),
    PARTITION OF LOWER VALUES (12000000),
    PARTITION OF LOWER VALUES (12800000),
    PARTITION OF VALUES LESS THAN (13600000),
    PARTITION OF LOWER VALUES (14400000),
    PARTITION OF VALUES LESS THAN (15200000),
    PARTITION OF LOWER VALUES (16000000),
    PARTITION OF VALUES LESS THAN (16800000),
    PARTITION OF VALUES LESS THAN (17600000),
    PARTITION OF VALUES LESS THAN (18400000),
    PARTITION OF VALUES LESS THAN (19200000),
    PARTITION OF LOWER VALUES (20000000),
    PARTITION OF VALUES LESS THAN (20800000),
    PARTITION OF VALUES LESS THAN (21600000),
    PARTITION OF VALUES LESS THAN (22400000),
    PARTITION OF VALUES LESS THAN (23200000),
    PARTITION OF LOWER VALUES (24000000),
    PARTITION OF VALUES LESS THAN (24800000),
    PARTITION OF VALUES LESS THAN (25600000),
    PARTITION OF VALUES LESS THAN (26400000),
    PARTITION OF LOWER VALUES (27200000),
    PARTITION OF LOWER VALUES (28000000),
    PARTITION OF VALUES LESS THAN (28800000),
    PARTITION OF VALUES LESS THAN (29600000),
    PARTITION OF VALUES LESS THAN (30400000),
    PARTITION VALUES LESS THAN (MAXVALUE))
    QUICKLY REFRESH ON DEMAND
    SELECT the QUERY REWRITE as
    SELECT GL.GL_CODE_COMBINATIONS21. ROWID C1,
    GL.GL_BALANCES21. ROWID C2,
    "GL". "" GL_BALANCES21 ". "" ACTUAL_FLAG, "
    "GL". "" GL_BALANCES21 ". "" CURRENCY_CODE "
    "GL". "" GL_BALANCES21 ". "" PERIOD_NUM, "
    "GL". "" GL_BALANCES21 ". "" PERIOD_YEAR ".
    "GL". "" GL_BALANCES21 ". "" SET_OF_BOOKS_ID ""SOB_ID"
    "GL". "" GL_CODE_COMBINATIONS21 ". "" CODE_COMBINATION_ID ""CCID.
    "GL". "" GL_CODE_COMBINATIONS21 ". "" SEGMENT1 ",.
    "GL". "" GL_CODE_COMBINATIONS21 ". "" SEGMENT10, "
    "GL". "" GL_CODE_COMBINATIONS21 ". "" DIRECTION11, "
    "GL". "" GL_CODE_COMBINATIONS21 ". "" SEGMENT12, "
    "GL". "" GL_CODE_COMBINATIONS21 ". "" SEGMENT13, "
    "GL". "" GL_CODE_COMBINATIONS21 ". "" SEGMENT14, "
    "GL". "" GL_CODE_COMBINATIONS21 ". "" SEGMENT2 ",.
    "GL". "" GL_CODE_COMBINATIONS21 ". "" SEGMENT3. "
    "GL". "" GL_CODE_COMBINATIONS21 ". "" SEGMENT4, "
    "GL". "" GL_CODE_COMBINATIONS21 ". "" SEGMENT5, "
    "GL". "" GL_CODE_COMBINATIONS21 ". "" SEGMENT6, "
    "GL". "" GL_CODE_COMBINATIONS21 ". "" SEGMENT7. "
    "GL". "" GL_CODE_COMBINATIONS21 ". "" SEGMENT8, "
    "GL". "" GL_CODE_COMBINATIONS21 ". "" SEGMENT9, "
    "GL". "" "" GL_PERIODS '. "" PERIOD_NAME,"
    NVL ("GL". "GL_BALANCES21" "." " (BEGIN_BALANCE_CR', 0) Open_Bal_Cr,
    NVL ("GL". "GL_BALANCES21" "." " (BEGIN_BALANCE_CR', 0) +.
    NVL ("GL". "GL_BALANCES21" "." " (PERIOD_NET_CR', 0) Close_Bal_Cr,
    NVL ("GL". "GL_BALANCES21" "." " (BEGIN_BALANCE_DR', 0) Open_Bal_Dr,
    NVL ("GL". "GL_BALANCES21" "." " (BEGIN_BALANCE_DR', 0) +.
    NVL ("GL". "GL_BALANCES21" "." " (PERIOD_NET_DR', 0) Close_Bal_Dr,
    NVL ("GL". "GL_BALANCES21" "." " (BEGIN_BALANCE_DR', 0).
    NVL ("GL". "GL_BALANCES21" "." " (BEGIN_BALANCE_CR', 0) Open_Bal,
    NVL ("GL". "GL_BALANCES21" "." " (BEGIN_BALANCE_DR', 0).
    NVL ("GL". "GL_BALANCES21" "." " (BEGIN_BALANCE_CR', 0) +.
    NVL ("GL". "GL_BALANCES21" "." " (PERIOD_NET_DR', 0).
    NVL ("GL". "GL_BALANCES21" "." " (PERIOD_NET_CR', 0) Close_Bal,
    NVL ("GL". "GL_BALANCES21" "." " (PERIOD_NET_CR', 0) Period_Cr,
    NVL ("GL". "GL_BALANCES21" "." " (PERIOD_NET_DR', 0) Period_Dr
    OF GL.GL_CODE_COMBINATIONS21.
    GL.GL_BALANCES21,
    GL.GL_SETS_OF_BOOKS,
    GL.GL_PERIODS
    WHERE GL.GL_BALANCES21. CODE_COMBINATION_ID = GL.GL_CODE_COMBINATIONS21. CODE_COMBINATION_ID
    AND GL.GL_SETS_OF_BOOKS. SET_OF_BOOKS_ID = GL.GL_BALANCES21. SET_OF_BOOKS_ID
    AND GL.GL_PERIODS. PERIOD_NUM = GL.GL_BALANCES21. PERIOD_NUM
    AND GL.GL_PERIODS. PERIOD_YEAR = GL.GL_BALANCES21. PERIOD_YEAR
    AND GL.GL_PERIODS. PERIOD_TYPE = GL.GL_BALANCES21. PERIOD_TYPE
    AND GL.GL_PERIODS. PERIOD_NAME = GL.GL_BALANCES21. PERIOD_NAME
    AND GL.GL_PERIODS. PERIOD_SET_NAME = GL.GL_SETS_OF_BOOKS. PERIOD_SET_NAME
    and gl.GL_CODE_COMBINATIONS21.summary_flag! = « Y »

    ERROR on line 54:
    ORA-01013: user has requested the cancellation of the current operation

    I checked the metalink note saying that ensure that all columns in a partitioning column list are columns of
    the table being created.

    Partition is already there, on the column of code_combination_id of gl_balances21 and gl_code_combinations21.

    Please suggest.

    Thank you

    It's your mistake:

    PARTITION BY RANGE ("CODE_COMBINATION_ID") 
    

    but in your projection of column list, you have an alias he:

    "GL"."GL_CODE_COMBINATIONS21"."CODE_COMBINATION_ID" "CCID",
    

    You must use the alias as a partition key, not the name fom the secondary table column.
    --
    John Watson
    Oracle Certified Master s/n
    http://skillbuilders.com

  • Bike Turbo G: home button and right does not, without quick settings and issues more

    My bike Turbo G suddenly crashed last night, while I was working with Photos of Google. The phone is about 1 month, purchased from Flipkart. Here are the questions that have emerged all of a sudden:

    1. No function button Home and the right button. They do not work.
    2. No quick drop-down settings menu. All of a sudden is not working.
    3. Cannot transfer from phone to computer I choose is no longer the option to transfer files. (no menu drop-down)
    4. No notification.
    5. Camera twist-gesture does not.
    6. Flashlight chopping gesture does not.
    7. No lock screen.
    8. Option not available factory reset. Reset the phone option is grayed out.

    Tried Recovery Mode (power + flight to the down button, then flight Power + up button) but the problems are still there.

    While Googling found that other users have had the same problems.

    What is the solution? Help, please!

    This happens when the system: OS crashes. U go to Recovery Mode and then choose Wipe Cache partition and after wiping Cache Partition, choose the device to reboot.

    Wipe Cache partition will delete your personal files or anything like that. Erase all dump and error and cache generated by the Android operating system.

    I hope that it is surely help you.

  • button to archive does not work. Win 10

    Button win 10 - archive does not work in Thunderbird emails with current updates

    To diagnose problems with Thunderbird, try the following:

    • Restart Thunderbird with disabled modules (Thunderbird Safe Mode). On the Help menu, click "restart with disabled modules. If Thunderbird works as usual, there is an add-on or theme interfere with normal operations. You will need to reactivate the modules one at a time until you locate the offender.

Maybe you are looking for