Search results

  1. T

    Strange problem: Browse Cell Combo-Box

    Hello, I have encountered some strange and annoying behavior with browse cells. A bit of sample code: CLASS SomeClass: DEFINE PRIVATE VARIABLE pBrowse AS WIDGET-HANDLE NO-UNDO. /* More code... */ METHOD PUBLIC VOID setColumn(pBuffer AS HANDLE, pFields AS CHAR): DEFINE...
  2. T

    OO Event/Trigger Handling

    Hi, I'm looking for a good solution to handling widget triggers and events in classes in 10.1C. Currently I have a class frmFrame which has a Close button. (I'm trying to mimic MDI kind of behavior without having to use .NET components, just a frame with childframes is sufficient). USING...
Back
Top