Shankar,
These are digital certificate files. SSL/RSA stuff.
Lokper, you'll have to resort to some library, like OpenSSL. You can always buy some black boxed DLL and call its functions.
As a start, I suggest you get a look at Putty source, which is also open. C stuff, though.
Gustavo
Shankar,
The TakeCompleted method will only fire when the user finishes with the EIP session.
This tip I pulled out from Bruce's Programming in Clarion's ABC, which I earned during one of brazilian's ConDevs.
I managed to mix this with Clarion's "How do I..." tip on "auto complete a field"...
Okay, I got it.
I wasn't reading the correct data from my look up table. Here's how to do it:
IF EVENT() = EVENT:AlertKey OR EVENT() = EVENT:Accepted
CASE SELF.Column
OF 3 ! This is the reference column in the listbox
UPDATE()
! This is the look up...
Hi,
I need to display a description for a produtct as soon as the user finishes entering the product reference, in an EIP column.
I use the BRWx::EIPManager.TakeEvent embed point to do my look ups and prime columns like item price etc, but I can't figure out how to update other columns.
In...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.