
*--------------------------- Errors Unresolved   ------------------- -* 

    ERROR LABEL: If the LABEL is the text following the option canceled 
                  The following TextBox does not work when you have to enter 
                  data, the mouse arrow becomes rigid, as if done 
                  TextBox The second option is free for data entry. 
                                                     
    * @ 130.138 LABEL VALUE Label_01 'Enter Program Name'; 
    * WIDTH 400 HEIGHT 90 

                  130.138 @ Label_01 VALUE LABEL 'Enter Name' 
                  111.250 @ Label_02 VALUE LABEL 'Program' 

                               *--------------------------* 
    ERROR INPUTMASK "!!!!!!!!!" : 

                  If you after INPUTMASK "!!!!!!!!!" the semicolon -> ";" 
                  to see the TOLTIP generates ERROR 
                   
                  VIEW -> ErrorTOOLTIP.jpg 
  
    * @ 300.348 TextBox Texx_00a; 
    * VALUE ""; 
    * BackColor (183,214,255); 
    * WIDTH 80 HEIGHT 18; 
    * INPUTMASK "!!!!!!!!!" ;                    / / Error  -> ; 
    * ToolTip 'file extension without a View'   / / no there ToolTip 

        
                      300.348 @ Texx_00a TextBox; 
                      VALUE ""; 
                      BackColor (183,214,255); 
                      WIDTH 80 HEIGHT 18; 
                      INPUTMASK "!!!!!!!!!"                    
                      ToolTip 'file extension without a View' 

                              *--------------------------* 
       ERROR RICHEDITBOX: 
                      If we put RICHEDITBOX because I think it is more aesthetic  
                      ERROR me and must be replaced by EDITBOX 

                   VIEW -> ErrorRicheditbox.jpg gives ERROR Base/1111 Argument error: LEN 


           *    DEFINE RICHEDITBOX Edit_1P 
           *               ROW 95
           *               COL 18 
           *               WIDTH 635 
           *               HEIGHT  400 
           *               BackColor (183214255) 
           *               VALUE cContenido 
           *               FONTNAME 'Courier New' 
           *               Fontsize 9  
           *               ToolTip 'Prg Type and burn' 
           *    END RICHEDITBOX 


                DEFINE EDITBOX Edit_1P 
                           ROW 95 
                           COL 18 
                           WIDTH 635 
                           HEIGHT 400 
                           BackColor (183214255) 
                           VALUE cContenido 
                           FONTNAME 'Courier New' 
                           Fontsize 9 
                           ToolTip 'Prg Type and burn' 
                 END EDITBOX 

                              *--------------------------* 
   
           Create Database ERROR: 

                     There are 24 fields are working perfect until surpassed the Field 21 
                     no matter the order may never reach 24 fields. 

                     VIEW -> ErrorDBCMD1014.jpg gives ERROR DBCMD/1014 Argument error: DBCREATE 
                              
                              *--------------------------* 

              If any of you found any solution to publish it in the Forum or 
              
              send me the solution to  ->   mustalopez@gmail.com 


              Thanks for everything, Best regards 


              Mustafa Lpez
