PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV (versiones precedentes) → combo box in Windev 12 Express
combo box in Windev 12 Express
Iniciado por Wim Steynen, 15,mar. 2010 17:11 - No hay respuesta
Publicado el 15,marzo 2010 - 17:11
I used the combo box wizard to set up a combo box named COMBO_EXPRESS_Leeftijd. I linked this combo to the field EXPRESS.ID. The RAD added a button to display a screen with an record for the current field EXPRESS_Leeftijd. However the value EXPRESS_Spel.Id always contains ZERO and not the chosen value. What do I do wrong?

HReadSeekFirst(EXPRESS_Leeftijd,Id,EXPRESS_Spel.Id)

// If EXPRESS_Leeftijd does not exist
IF HFound(EXPRESS_Leeftijd) = False THEN

// Message indicating that there is no EXPRESS_Leeftijd record linked to the current EXPRESS_Spel record
Info("No EXPRESS_Leeftijd record linked to the current record.")

RETURN

END

// Open the form window of EXPRESS_Leeftijd
Open(EXPRESS_WIN_Form_EXPRESS_Leeftijd)