Jump to content

Search the Community

Showing results for tags 'EVariantTypeCastError'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. I'm working with an evaluation copy of uniGUI. I'm having difficulty implementing a uniDBLookupComboBox. Link the uniDBLookupComboBox to a primary TDataset using the DataSource and DataField properties. Link the uniDBLookupComboBox to a lookup TDataset using the ListSource, KeyField and ListField properties. Open the respective datasets. Insert a new record into the primary TDataset. (This will result in an "empty" row.) This causes an EVariantTypeCastError exception. 'Could not convert variant of type (UnicodeString) into type (Integer)' I would appear that the uniDBLookupComboBox is attempting to Locate the corresponding lookup record using a null value from the primary dataset. Is there a way around this difficulty? Many thanks, MV
×
×
  • Create New...