English
Greetings, cordial, I hope you are well as well as your families
Excuse me, if you could help me with what I am going to present to you, I am attaching a .zip
with a prg and some images, which I explain to you, previously as I have told you, I am slowly trying to look at my clipper program from text to graphic mode
That screen is from a program to deliver merchandise. This is the situation, once I choose the invoice the details of it appear, I am trying in the browse after going from the observation field, it should fall into the Delivered Quantity field, what I have not been able to do is that the browse when it gets there is positioned in that Delivered Quantity field without having to hit enter and be able to clear that browse field with zero when I put a quantity greater than the available one.
First untitled name image 1 with presents
Second name image without title2 how I would like it to work
Thanks in advance
Español
saludos, cordiales, espero que esten bien al igual que sus familias
disculpen, si me podrian ayudar con esto que les voy a presentar, adjunto un .zip
con un prg y unas imagenes, que le explico, anteriormente como le he dicho, despacio voy tratando de mirar mi programa de clipper modo texto a grafico
esa pantalla es de un programa para hacer entrega de mercancia. Este es la situacion, una vez elijo la factura me aparece los detalles de misma, estoy intentando en el browse despues de pasar del campo observacion, debe caer en el campo Cantidad Entregada, lo que no he podido hacer es que el browse cuando llegue ahi se posicione en ese campo Cantidad Entregada sin tener que dar enter y poder limpiar ese campo del browse con cero cuando ponga una cantidad mayor a la disponible.
Primera imagen de nombre sin título 1 con se presenta
Segunda imagen de nombre sin titulo2 como me gustaria que funcione
Las gracias anticipadas
Help please - Una ayuda por Favor
- Jose Marte2
- Posts: 49
- Joined: Thu Nov 16, 2017 2:19 pm
- Location: República Dominicana
Help please - Una ayuda por Favor
- Attachments
-
- JoseMarte.rar
- (668.39 KiB) Downloaded 29 times
José Marte
Software & Servicios
Software & Servicios
Re: Help please - Una ayuda por Favor
Your archive file is damaged and cannot be opened.
Best regards,
Slavoljub Damnjanovic
SD-SoftDesign, Alaska Software Technology Partner
https://www.sd-softdesign.com
https://www.sd-softdesign.rs
Slavoljub Damnjanovic
SD-SoftDesign, Alaska Software Technology Partner
https://www.sd-softdesign.com
https://www.sd-softdesign.rs
- Jose Marte2
- Posts: 49
- Joined: Thu Nov 16, 2017 2:19 pm
- Location: República Dominicana
Re: Help please - Una ayuda por Favor
Thank you very much Mr. Slavoljub Damnjanovic, Sorry, I'm sending it again
Muchas gracias señor Slavoljub Damnjanovic, Disculpen, Lo envio de nuevo
Muchas gracias señor Slavoljub Damnjanovic, Disculpen, Lo envio de nuevo
- Attachments
-
- JoseMartea.zip
- (735.5 KiB) Downloaded 38 times
José Marte
Software & Servicios
Software & Servicios
Re: Help please - Una ayuda por Favor
Hi,
You can move to the column Cantidad Entregada and enter into it with this:
oBrw:right():right():right():right():right():right():keyboard(xbeK_ENTER):refreshCurrent()
or
oBrw:keyboard(xbeK_END):keyboard(xbeK_ENTER):refreshCurrent()
You can put zero in a cell of the column Cantidad Entregada with this:
row_pos = oBrw:rowPos
oCol:dataarea:setCell(row_pos,0.00)
oCol:refreshRows(row_pos,row_pos)
oCol:hiliteRow(row_pos,.T.,.T.,.T.)
You can move to the column Cantidad Entregada and enter into it with this:
oBrw:right():right():right():right():right():right():keyboard(xbeK_ENTER):refreshCurrent()
or
oBrw:keyboard(xbeK_END):keyboard(xbeK_ENTER):refreshCurrent()
You can put zero in a cell of the column Cantidad Entregada with this:
row_pos = oBrw:rowPos
oCol:dataarea:setCell(row_pos,0.00)
oCol:refreshRows(row_pos,row_pos)
oCol:hiliteRow(row_pos,.T.,.T.,.T.)
Best regards,
Slavoljub Damnjanovic
SD-SoftDesign, Alaska Software Technology Partner
https://www.sd-softdesign.com
https://www.sd-softdesign.rs
Slavoljub Damnjanovic
SD-SoftDesign, Alaska Software Technology Partner
https://www.sd-softdesign.com
https://www.sd-softdesign.rs
- Jose Marte2
- Posts: 49
- Joined: Thu Nov 16, 2017 2:19 pm
- Location: República Dominicana
Re: Help please - Una ayuda por Favor
Excellent Mr Slavoljub, thank you very much
José Marte
Software & Servicios
Software & Servicios