PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Trace and HBuildKeyValue - Gotcha?
Trace and HBuildKeyValue - Gotcha?
Débuté par Fred Blum, 06 jan. 2005 09:53 - Aucune réponse
Posté le 06 janvier 2005 - 09:53
I have code that gives the expected results but looking at the trace results
I started to doubt if my HBuildKeyValue code was actually working.

A trace of for example Hkeybuildvalue(products, Productnr_Unit, lsProductnr,
lsUnit) only shows the Productnr.

Trace(lsproduct + lsUnit + lsSearchkey) will give lsproduct lsUnit lsproduct

Trace( lsSearchkey +lsproduct + lsUnit) will only give lsproduct

Schould this work or should a binary key value be converted first to trace?

TIA,

Fred