TimStone wrote:In another thread there is mention a new update to this release would be posted.
Can you please advise when the update is posted so we can download that one. Apparently it addresses issues with the DIALOG in xHarbour.
Thanks.
TimStone wrote:In another thread there is mention a new update to this release would be posted.
Can you please advise when the update is posted so we can download that one. Apparently it addresses issues with the DIALOG in xHarbour.
Thanks.
cSQL := "SELECT * from WORKORD"
If xDatabase = "S" // sql server
cSQL += " where date_out >= '"+DTOC(LDATE)+"' and date_out <= '"+DTOC(HDATE)+"'"
Else // ms access
cSql += " WHERE [Date_Out] >= #"+dtoc(lDate)+"# And [Date_Out] <= #"+dtoc(hDate)+"#"
ENdif
cSQL += " and wotype = '2' and ageneid = '"+xAGENEID+"' order by DATE_out"
[ <spin: SPINNER> [ON UP <SpnUp>] [ON DOWN <SpnDn>] [MIN <Min>] [MAX <Max>] ] ;
[ <spin: SPINNER> [BUTTONS <bmp1>,<bmp2> ] [ON UP <SpnUp>] [ON DOWN <SpnDn>] [MIN <Min>] [MAX <Max>] ] ;
REDEFINE GET obetrag VAR finanz->betrag ID 107 OF oDialog PICTURE PIC_BETRAG MESSAGE "Betrag" UPDATE COLOR NSAYFARBE_ALL_INVERS,NSAYFARBE_ALL FONT oFont_konto WHEN larbeit .and. !finanz->check1
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 40 guests