I wish scrolling an archive dbf with 8 btnbmp and select one button
I must use btnbmp because I 'm making a touch screen application and I cannot use xbrowse
Function test () main function
Function OnActionUpVariantes( aBtns, aArrayVariantes, aCargos, aBtnScrollVariantes, oBrw) [b:14vlzmpd]to scroll array to UP[/b:14vlzmpd]
Function OnActionDownVariantes( aBtns, aArrayVariantes, aCargos, aBtnScrollVariantes, oBrw) [b:14vlzmpd]to scroll array to down[/b:14vlzmpd]
Function OnActionVariantes( cVariante, oBrowse, cProducto, nScontrino ) [b:14vlzmpd]to save the selection [/b:14vlzmpd]
[b:14vlzmpd]the test [/b:14vlzmpd]
[code=fw:14vlzmpd][/code:14vlzmpd]
I use one dbf
dbcreate('VA',;
{{'VARIANTE','C',4,0},;
{'NOMBRE' ,'C',15,0},;
{'DESC1' ,'C',22,0} ,;
{'PRECIO' ,'N',12 ,2} ,;
{'IVA' ,'N',2 ,0} ,;
{'PRODUCTO' ,'C',4 ,0} }, 'DBFCDX')
the problem is the functions not scroll the records sometimes show the records and sometimes not
I hope someone can help me
↧