Jump to content

Search the Community

Showing results for tags 'TUniDBComboBox'.

  • 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

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 3 results

  1. Hi, I am trying to assign a trigger event with a trigger icon to to TUniDBComboBox and TUniDBLookUpComboBox like I do for TUniComboBox. The problem is I am not able to see Trigger Icon in case of the former, where as with the latter, it works perfectly fine. Can any one help on this?
  2. Sample: object UniDBComboBox1: TUniDBComboBox DataField = FIELD_PRIORITY DataSource = DATASORCE Items.Strings = ( 'Low' 'Normal' 'High') Values.Strings = ( '2' '1' '0') end
  3. Hello everyone finally I'm using this library to a project. I ask you to have a component as TUniDBComboBox /TUniComboBox that besides having the property Items has properties by Values to display a label and set in the database a different value, Thank you <ul class="x-list-plain"> <li value="C">Coffee</li> <li value="T">Tea</li> <li value="M">Milk</li> <li value="W">Water</li> <li value="J">Juice</li> <li value="B">Beer</li> <ul>
×
×
  • Create New...