PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → ListView
ListView
Débuté par Zousug, 18 aoû. 2013 00:27 - Aucune réponse
Posté le 18 août 2013 - 00:27
HI All,

in the proramme i am making on the main screen i want to display a list of all the items that has been entered so far into the hyperfilesql database.

This isnt an issue as I am using a listview to do it, the problem comes to, i want to select a item from the list view and edit it, how do i pass the parameter to do it? I have the following code at the moment on my edit button.

IF ListSelect(LSV_EXPRESS_WIN_MENU)=-1 THEN RETURN
// Open the form of EXPRESS_zmdb file in modification mode
Open(EXPRESS_WIN_Form_EXPRESS_Edit_zmdb,ListSelect(LSV_EXPRESS_WIN_MENU))


it works fine form my tableview (I am having both listview and tableview to allow the change of the view)


any help would be great.

Thank you.