save point

This commit is contained in:
kake26 2024-09-18 11:28:15 -05:00
parent 40ebe8f1c3
commit 5bf1b9529e
Signed by: kake26
GPG key ID: E8AFC43591876B4D
2 changed files with 3 additions and 4 deletions

BIN
kratom.db

Binary file not shown.

View file

@ -29,8 +29,7 @@ Procedure updatelist()
ClearGadgetItems(ListView_0)
If DatabaseQuery(0, "SELECT * FROM kratom")
While NextDatabaseRow(0) ; Loop for each records
;Debug GetDatabaseString(#Database, 0) ; Display the content of the first field
AddGadgetItem (ListView_0, -1, "Name " + GetDatabaseString(0,1) + " Type " + GetDatabaseString(0,2))
AddGadgetItem (ListView_0, -1, "Name " + GetDatabaseString(0,1) + " Type " + GetDatabaseString(0,2))
Wend
EndIf
@ -86,8 +85,8 @@ Repeat
Until Event = #PB_Event_CloseWindow ; Quit on any window close
; IDE Options = PureBasic 6.12 LTS (Linux - x64)
; CursorPosition = 54
; FirstLine = 32
; CursorPosition = 31
; FirstLine = 20
; Folding = -
; EnableXP
; DPIAware