Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pinsard

  1. pinsard

    Read data of file .cer and file .key

    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
  2. pinsard

    EIP - How to display computed columns

    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"...
  3. pinsard

    EIP - How to display computed columns

    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...
  4. pinsard

    EIP - How to display computed columns

    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...

Part and Inventory Search

Back
Top