Hi!
I have very limited background in programming (used Lotus Formula and LotusScript in past). Now I'm learning to use basic4ppc. So I'm a newbie here.
I attached a piece of code, which illustrates my problem: if I start frmArtistList, first time it loads Ok, and lets me select any row in listview. But, after closing the frmArtistList and calling it again from frmMain, my listview still holds data, but I can select rows in listview only programmaticaly (through line 13 in sample code). Any attempts manually select any row marks the corresponding line on the screen, but really calls line selected programmatically.
Basic4ppc: v6.90 (with all sql files from v6.8).
Device: HTC X7500 with WM 6.0 (factory ROM).
Desktop: Windows 7 32-bit.
Of course, before posting I searched in b4p documentation and forums. Unfortunately I didn't found a solution for my problem. Looks like I'm overlooking something obvious.
Any help will be highly appreciated.
I have very limited background in programming (used Lotus Formula and LotusScript in past). Now I'm learning to use basic4ppc. So I'm a newbie here.
I attached a piece of code, which illustrates my problem: if I start frmArtistList, first time it loads Ok, and lets me select any row in listview. But, after closing the frmArtistList and calling it again from frmMain, my listview still holds data, but I can select rows in listview only programmaticaly (through line 13 in sample code). Any attempts manually select any row marks the corresponding line on the screen, but really calls line selected programmatically.
Basic4ppc: v6.90 (with all sql files from v6.8).
Device: HTC X7500 with WM 6.0 (factory ROM).
Desktop: Windows 7 32-bit.
Of course, before posting I searched in b4p documentation and forums. Unfortunately I didn't found a solution for my problem. Looks like I'm overlooking something obvious.
Any help will be highly appreciated.