save point
This commit is contained in:
parent
40ebe8f1c3
commit
5bf1b9529e
2 changed files with 3 additions and 4 deletions
BIN
kratom.db
BIN
kratom.db
Binary file not shown.
|
@ -29,7 +29,6 @@ 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))
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue