Search:

Type: Posts; User: Mauricio

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    7,760

    Re: How to receive a value from a dll?

    Hi Friedrich,
    ok, no problem, it will be easy for me to change the function.
    Thanks for your help.

    Mauricio
  2. Replies
    4
    Views
    7,760

    Re: How to receive a value from a dll?

    Hi Friedrich,
    no, the prototype of my Clarion function is MCS_Encrypt(STRING,STRING),STRING. It receives 2 parameters and returns a string that I have to save to %MCS_PASSWORD%. In Clarion I would...
  3. Replies
    4
    Views
    7,760

    How to receive a value from a dll?

    Hi all,
    Following with my first script I need to encrypt a variable. I created a dll with a function, MCS_Encrypt and I call it in this way:

    Call DLL...
  4. Replies
    8
    Views
    9,677

    Re: How to define a variable?

    Thanks!!! It worked fine!!! :)
  5. Replies
    8
    Views
    9,677

    Re: How to define a variable?

    Hi again,
    I saw the wizard but, obviously, I have a new question. You use, in the example, this:
    Set Password Style to Control ID $USER_EDIT3$
    Question is: where is defined the control...
  6. Replies
    8
    Views
    9,677

    Re: How to define a variable?

    Thanks Friedrich,
    that is what I wanted!!!
    Last question: how can I protect the password entry? I want to see the ****. I know that I have a different dialog for password but I'd like to know...
  7. Replies
    8
    Views
    9,677

    Re: How to define a variable?

    Hi,
    I need a dialog window where the user will enter 4 variables. So, I need to define this variable before using them. How? Where? :)
    Thanks again.

    Mauricio
  8. Replies
    8
    Views
    9,677

    How to define a variable?

    Hi all,
    as you can see, I'm starting with SB. I saw in the examples (dialog2, for example) a dialog window for a password that save the result in a variable (%_SB_PASSWORD%). I looked for in the...
  9. Replies
    5
    Views
    8,613

    Re: Encrypt in the ini file

    Hi Friedrich,
    I was thinking on encrypt using the Hexadecimal option so I think I won't need to use Encode and Decode. Now I'm watching the docs for J-Blowfish to see what to do.
    Thanks again....
  10. Replies
    5
    Views
    8,613

    Re: Encrypt in the ini file

    Hi Friedrich,
    thanks for your answer. I'm using Clarion and the idea was to use blowfish to encrypt and decrypt this (there is a free template for that). I will see how to do it and, if I can't...
  11. Replies
    5
    Views
    8,613

    Encrypt in the ini file

    Hi all,
    During installation I have to ask to the user some things about the MSSQL connection (server, database, user and password). Then, I need to write this in an ini files but I want to...
Results 1 to 11 of 11