Search:

Type: Posts; User: Francimilson

Search: Search took 0.01 seconds.

  1. Re: how avoid that user enter the app without login

    eu faço da seguinte forma e sempre o sistema faz o Logoff

    Código no Index.HTML
    <!-- Difine o tempo de permanncia do sistema aberto -->
    <script type="text/javascript">
    let timer,...
  2. Replies
    3
    Views
    791

    Re: Filters - constrain

    Boa tarde Edgar.

    utilizo exatamente como você esta fazendo. até o momento não tive nenhum problema.

    Procedure OnConstrain
    Forward Send OnConstrain
    Integer iEmpresa iFilial...
  3. Replies
    4
    Views
    931

    Re: OnChangeRights

    Here at the company we do it this way

    Code:

    Object oEstoqueMenu is a cWebMenuItem
    Set psCaption to "Estoque"


    Procedure OnChangeRights
    String sSQL
  4. Replies
    5
    Views
    1,083

    Re: error Mssql

    I had this same problem in production to correct the problem I changed all the .INT files and put the Server Address with Username and password in the Connection.

    SERVER_NAME...
  5. Re: DAW MSSQL CK - Setting Server and Schema dynamically

    Login sServerName sUserName sPassword "MDSPGSQL"
    //Database change
    SET_DataBase_Name to sDataBase
    //Uses the database
    SQL_Use_DataBase sDataBase


    Sincerely,

    Francimilson Camurça
  6. Replies
    9
    Views
    7,280

    Re: VDF Studio + SQL Server Connection

    Make a backup of the .FD files to a directory in case you need to return them again, once this is done, delete the .FD files from the DATA folder and have Recreate the .FD files again.

    Att,
    ...
  7. Replies
    3
    Views
    1,306

    Re: Data Change Webapp

    thank you very much Henri


    the Procedure I was needing was just that.

    Object oSessionManager is a cWebSessionManagerStandard
    Procedure OnSessionPropertiesSet
    Boolean bIsLoggedIn...
  8. Replies
    3
    Views
    1,306

    Data Change Webapp

    Good afternoon

    You can help me with this command that I'm trying to do on the WebApp.
    It is the following in the table WebAppUser a field was created where I inform the Filelist that the user...
  9. Replies
    0
    Views
    1,684

    Tecnospeed NFe

    Boa tarde Pessoal


    Alguém já fez integração com o componente NFe da Tecnospeed.?
    Ou como consumir OCX.




    Atenciosamente,
Results 1 to 9 of 9