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 | 29 | 30 |
Tags
- HTML
- delphi 10.3
- Delphi
- 델파이
- python 3.7
- COMMIT
- github
- 중복제거
- MSSQL
- PyCharm
- hackerrank
- Push
- anaconda3
- templates
- Visual Studio
- python3
- get_object_or_404
- GIT
- 백준
- Django
- pythonanywhere
- advColumnGrid
- rank
- declare
- queryset
- pyhcarm
- TMS
- dbadvgrid
- c#
- blog
Archives
- Today
- Total
목록locate (1)
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'..
Delphi
2021. 6. 3. 16:43