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.
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.
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.
Thank you.
I suppose it is time to start playing with SQL ...
   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"New SPINNER BUTTONS <cbmp1>,<cbmp2> and RIHGTTOLEFT for TGet seems not functioning! Headers (.CH) wrong?
Günther,
Could you provide an example to test that was working fine and it is not working now ? thanks
Antonio, the source of TGet-class is ok, but in fivewin.ch the new clausulas are not present!
[ <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>] ] ;Mr. Rao,
I have tested for now oGet:lRightToLeft := .T. on get from resources.
Is functioning but the foreground-color is not respecting COLOR-Clause (always black).
Painting is done with ::nClrText.
May I know how did you set the color?
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