Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 중복제거
- COMMIT
- HTML
- blog
- dbadvgrid
- 델파이
- templates
- pythonanywhere
- delphi 10.3
- Delphi
- python 3.7
- get_object_or_404
- MSSQL
- declare
- pyhcarm
- PyCharm
- github
- c#
- GIT
- Django
- 백준
- anaconda3
- advColumnGrid
- hackerrank
- TMS
- Visual Studio
- Push
- python3
- queryset
- rank
Archives
- Today
- Total
DevHyun
[TMS DBAdvGrid] 그리드 내에서 검색하기 본문
그리드 내 검색이라기 보다는
db그리드와 연결된 query 컴포넌트에서 내가 원하는 값에다가 커서를 둔다는 개념으로 이해를 하였음!
'Query Component Name'.Locate('Column Item Name', 'Query Component Name'.FieldByName('Field Name').AsString, [loCaseInsensitive]);
- 검색 방법
[loCaseInsensitive]
- Key fields and key values are matched without regard to case.
[loPartialKey]
- Key values can include only part of the matching key field value; for example, 'HAM' would match both 'HAMM' and 'HAMMER.'
'Delphi' 카테고리의 다른 글
Delphi 에서의 thread 정리글 (0) | 2023.02.03 |
---|---|
Window Handle값 및 sendmessage (0) | 2021.06.03 |
[TMS AdvColumnGrid] 그리드 내에서 검색하기 (0) | 2021.06.03 |
[TMS AdvColumnGrid] header 클릭 시 금액순으로 정렬하기 (0) | 2021.04.27 |
Delphi에서 FastReport 핸들링 하기! (0) | 2021.01.21 |
Comments