How to fetch data and show in Tgrid in delphi [closed] - delphi

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I'm working on an application where i want to fetch data from database and show it in Tgrid. Since it doesn't have a DataSource Property, i can't figure out a way how to add item in Tgrid.

Use TDBGrid instead of TGrid. Otherwise you have to insert manually the data from your table into the grid.

Related

how to open create event screen in calendar app with populated data in swift? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I have tried to search but most of the answer like in here is to directly save the event to calendar.
I want just to open a calendar app with populated data like the image below. so the user can modify the data first before adding a new event to the calendar
I want to automatically populate it with title, start time, end time
how to do that ?
there is a similar thread in here but in Objective-C , I can't read it unfortunately :(

Selecting cell based on another cell's value [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
I don't know if this is possible, although I looked and did not find a solution to this:
=PV!A(Results!c2)
I have a field PV which has a lot of values in it on column A.
Results, has results from a race. I am trying to get the cell in column A depending on what the value is in Results. Is this possible?
Use INDEX:
=INDEX(PV!A:A,Results!c2)

Saving font to postgre [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I am gonna have lots of fonts edited by users and wanna save font data to database.
Now, the first problem I have met is what should be the column field type.
:String, :integer, ? or :myFONT?
Is it possible , if possible then how?
Assuming you are talking about storing the file which represents a font, you can store it as binary data or type bytea
Details on how it's done:
https://jdbc.postgresql.org/documentation/84/binary-data.html

Umbraco 7 - Read Only property on Umbraco doc type [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I want to have a property on a doc type that is read-only (Via the Umbraco UI), I want to populate its value after the umbraco event 'Saved'
Its going to be a string, but I don't want a text box for the user to edit it.
Any ideas
Found out there is a label data type, seems like I missed it, silly me.

asp.net mvc and grids which allow multiple row selections [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
Is there JavaScript grid component where in read-only mode I would be able to select somehow several rows ( e.g. shift or ctrl with mouse click ) and track/process selected rows.
Well I've used datatables.net previously. Awesome Javascript tables with multiple user selection and server side processing.
jqGrid does this.

Resources