Results 1 to 4 of 4

Thread: Date issue in a propertygriditem

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Feb 2009
    Location
    Peoria, IL
    Posts
    5,491

    Default Re: Date issue in a propertygriditem

    Solved.

    I wrapped a missing class in the VDFSig library called cSigCJPropertyGridItemDate for cSigCjComPropertyGridItemDate

    Added a new boolean pbAllowNullDate

    In the Private.Create procedure

    Code:
            If (pbAllowNullDate(Self)) Begin 
                Send ComAllowNullDate " "
            End
    I would post the complete class but this is paid work and I haven't gained permission yet. I am considering seeking permission and sending on to VDFSig to see if they want to add it.

    EDIT: Also solved the date format issue in this class.
    Last edited by chuckatkinson; 3-Apr-2020 at 04:53 PM.
    Chuck Atkinson

    "No matter how confounding the case, Bob Worsley always finds the quaesitum."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •