You are not logged in.

Search results

Search results 1-10 of 10.

Saturday, December 3rd 2011, 2:26am

Author: elsardo

MSGBOX

thanks theuserbl works perfect as I wanted regards

Saturday, December 3rd 2011, 2:24am

Author: elsardo

MSGBOX

thanks theuserbl works perfect as I wanted regards elsardo

Friday, December 2nd 2011, 3:03am

Author: elsardo

MSGBOX

hello I have this error code that is suggested 'by jabaco: I want the message ok and a cancel 1boton and know that option is chosen aviso=MsgBox ("high failure period", Buttons As VBMsgBoxStyle) As VBMsgBoxResult I've tried the four options given jabaco and does not work. regards

Tuesday, July 12th 2011, 3:37am

Author: elsardo

CLEAN JGRID

Now it works but I have changed a bit I deleted this: Public Sub JBGrid_clear(Grid as JBGrid) rows=Grid.Rows Grid.Rows=0 Grid.Rows=rows End Sub Use only this: Public Sub Command1_Click() myGrid.Rows=0 end sub I rescinded this: Grid.Rows=rows because the data is deleted and reappear, you should have jgrid other objects as well as the clear command gracias

Monday, July 11th 2011, 3:36am

Author: elsardo

CLEAN JGRID

the "(" I get an error JBGrid_clear (yourJBGrid)

Saturday, July 9th 2011, 4:07am

Author: elsardo

CLEAN JGRID

I HAVE A JGRID (MSFlexGrid IN VB) BUT THEN I WANT TO MAKE SOME DATA TO DELETE ALL THE GRID Refill with other data in VB is done with "CLEAR" BUT NOT AS JABACO EXAMPLE CUADRO.CLEAR (VB), EN JABACO how?

Wednesday, July 6th 2011, 4:06am

Author: elsardo

print

I have to print out a list, I've tried several things but could not function as do? saludos

Wednesday, July 6th 2011, 3:19am

Author: elsardo

LIMPIAR UN JGRID

HOLA TENGO UN JGRID (MSFLEXGRID EN VB) PERO LUEGO DE PRESENTAR ALGUNOS DATOS QUIERO BORRAR TODA LA GRILLA PARA LLENARLO DE NUEVO CON OTROS DATOS EN VB SE LO HACE CON "CLEAR" PERO CON JABACO NO SE COMO EJEMPLO CUADRO.CLEAR (VB), EN JABACO COMO SE HACE? SALUDOS

Wednesday, July 6th 2011, 3:15am

Author: elsardo

asi funciona gracias a francoAA

usando Round cuadro.DataMatrix (0,1) = Round(amortizacion,2) sumacapital = Round(sumacapital + amortizacion,2) cuadro.DataMatrix (0,2) = Round( interesapagar,2) sumainteres = CDbl(sumainteres + interesapagar) cuadro.DataMatrix (0,3) = Round(interesapagar * 21 / 100,2) sumaiva = CDbl(sumaiva + (interesapagar * 21 / 100)) cuadro.DataMatrix (0,4) = Round(amortizacion + interesapagar * 21 / 100 + interesapagar,2) sumacuota = CDbl(amortizacion + (interesapagar * 21 / 100) + interesapagar) el unico pr...

Wednesday, June 29th 2011, 4:54am

Author: elsardo

many decimal places - several decimal

this is a program that calculates the French system but many decimal stain result and I just want to go 2 'here comes one decimal capital = CDbl(Text1) 'This full well because it gives tiempo = -Text2 'here come several decimal primervalor = CDbl((1 - (1 + interes) ^ tiempo) / interes) segundovalor = CDbl(capital / primervalor) interesapagar = CDbl(capital * interes) 'calculo la primera amortizacion amortizacion = CDbl(segundovalor - interesapagar) cuadro.Col = 0 cuadro.Row = 1 cuadro.DataMatrix...

WoltLab Burning Board