Jump to content

Search the Community

Showing results for tags 'dbcombobox'.

  • 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'm trying to create dbComboBox on the fly, but having a problem with proper display. Here is my code. Also have FDConnection, FDQuery & DataSource all connected correctly dbcombo:= TUniDBComboBox.Create(Self); dbcombo.Align:= alTop; dbcombo.AlignWithMargins:= True; Now when I run the program there is Combobox without down arrow (where would I click to select a value from dropdown list). DBCombobox is presented as UniEdit. I'm missing drop arrow.
  2. Hi, I'm having trouble setting Stype to csDropDownList in uniDBComboBox wich i create on the fly in runtime. I'm setting it like this MyDBcombobox.Style:= csDropDownList. What am I missing? I get error Undeclared identifier.
  3. He colocado un dbcombobox a una forma. El combo despliega un campo de 15 registros posibles lo hace a travez de un tclientdataSet, pero solo muestra un registro. Para revisar tambien coloque un dbgrid y en el si aparecen los 15 registros usando el mismo tclientdataset. Que se debe configurar para que en el dbcombobox pueda desplegar los 15 registros? o solo puede deslegar el primer registro del dataset?
×
×
  • Create New...