Search:

Type: Posts; User: ivansc

Page 1 of 27 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,231

    Re: [DR6.1] SQL function

    look at here
  2. Replies
    3
    Views
    1,389

    suggestion cjGrid Sort Columns

    Hi DAW
    could you add the uppercase option to the grid sort rules?
    This can work in cCJGridSortHandler.pkg (at least it works for me):


    Struct tGridSortColumnRules
    Integer iColumn
    ...
  3. Replies
    12
    Views
    11,006

    Re: Unused Variables, the next round

    thanks Bob,
    the loop is only in case exists more than one space
    regards
    Ivan
  4. Replies
    12
    Views
    11,006

    Re: Unused Variables, the next round

    Hi Bob,
    I guess the problem is because you check the brackets only for String vars:


    If (lowercase(sLine) contains "g [") Begin
    Move (Replace("g...
  5. Replies
    12
    Views
    11,006

    Re: Unused Variables, the next round

    Hi Bob,
    many thanks for your work.
    but a little thing.
    It still finds these as variables:


    23 actualiza_lineas_dr [][]
    684 OnClick []
    1140 Fill_Tipos ...
  6. Thread: As a service?

    by ivansc
    Replies
    4
    Views
    1,747

    Re: As a service?

    Hi Edgar,
    I do something like this:


    Use Windows.pkg


    Object oApplication is a cApplication
    Set pbEnterKeyAsTabKey to True
    Set pbPreserveEnvironment to False
  7. Replies
    14
    Views
    2,401

    Re: Prevent Typing in a CJdbGridColumn

    why don't use a FileValidationTable?
    It can be any file of any size and you define the fields to use (type, code, description) and


    Set Validate_State to True
    Set...
  8. Replies
    7
    Views
    2,108

    Re: Directory listing

    I use the attached. It works with double click and enter.
    It is a remake from an original version from Vincent.


    Use cDrivePathTree.pkg

    Object odrivePanel is a cdrivePanel
    Set Size to 300...
  9. Replies
    6
    Views
    2,163

    Re: Tabbed Workspace Question

    you have several options to play:




    xtpTabColorAccess2007



    xtpTabColorAll
  10. Replies
    5
    Views
    2,643

    Re: Ensure_Visible bug

    as I can understand, is that Jose says that the last row is never verified
    regards
    Ivan
  11. Replies
    6
    Views
    2,163

    Re: Tabbed Workspace Question

    Hi Sam,
    I can't find a specific color, but a style color.
    you can set, for instance:


    Set ComColor of hoPaintManager to xtpTabColorOffice2013 // xtpTabColorDefault

    and the background...
  12. Replies
    6
    Views
    2,163

    Re: Tabbed Workspace Question

    Hi Sam,
    I can found bold, but only the selected tab


    Procedure DisplayTabWorkspace
    Variant vPaintManager vColorSet vTabWId
    Handle hoTab hoPaintManager...
  13. Re: How to get Info_Box to Foreground inside a Winprint application

    Hi Emil,
    maybe using "Window_Handle" of the object instead of FindWindow?
    regards
    Ivan
  14. Replies
    30
    Views
    6,070

    Re: Need your help translating Hammer 3

    Seems that the codepage is wrong
    I see weird characters
    With the adjacent file I can see the text better.

    I have found a weird error in this line at compile time (DF19). (DF18 compiles ok)

    ...
  15. Replies
    30
    Views
    6,070

    Re: Need your help translating Hammer 3

    I was starving 11284
    ... and google helped me a bit
    so I think it needs a review
    what itīs not clear is where to put the "&" in each paragraph
    best regards
    Ivan
  16. Replies
    30
    Views
    6,070

    Re: Need your help translating Hammer 3

    this could be a first bite???
    regards
    Ivan
  17. Replies
    42
    Views
    7,482

    Re: Unused program variables

    thanks Bob
    the brackets issue is easy to solved, but I donīt follow you about the other risk. If a variable is unused in a method, then it could be deleted only in that method, independent of if it...
  18. Replies
    42
    Views
    7,482

    Re: Unused program variables

    yes there is:


    Handle [] hoarbol
    String [][] riregistro
    Integer [] inivel

    brackets '[]' are recognised as a variable name because of the space after the var...
  19. Replies
    42
    Views
    7,482

    Re: Unused program variables

    and delete the vars automagically ???
    is there a risk???
    regards
    Ivan
  20. Re: Translation help needed for the Database Update Framework!

    Hi Nils,
    I hope this helps


    // *** cSQLConnectionsIniFile Class Language Constants ***
    //
    #IFSAME Language$Current Language$Espanol
    Define CS_DUF_DuplicateConnectionIDPre for "No se...
  21. Re: Tabbed Workspace Tabs, drag menu customization?

    Procedure OnCreateCommandBars
    .....
    Get phoWorkspace of ghoApplication to hoWorkspace
    Get psProgramPath of hoWorkspace to sProgramPath
    Get Create...
  22. Thread: prettifier

    by ivansc
    Replies
    15
    Views
    3,082

    Re: prettifier

    this works for me
    11261
    regards
    Ivan
  23. Thread: prettifier

    by ivansc
    Replies
    15
    Views
    3,082

    Re: prettifier

    Yes it has
    11254
  24. Re: Suggestion: Add Meta-Data to SQL filter properties

    Hi Peter,
    I have never used metadata. Have it any benefits?
    I guess is like a new language to learn.
    Or maybe I only need 2 or 3 of them that can be useful?
    regards
    Ivan
  25. Re: How to copy a value from a read-only cjDbGrid ?

    Thank you very much Todd and Bo,
    I tried this feature (PointAndCopy could be named) with my users and they like it, but also they discovered a stop it.
    Really they called me not for...
Results 1 to 25 of 663
Page 1 of 27 1 2 3 4