Search found 6 matches: adec

Return to advanced search

... Local nI, nJ, nNumero, nEntero, nCents, nPunto Local aUni:= {"un", "dos", "tres", "cuatro", "cinco", ; "seis", "siete", "ocho", "nueve"} Local aDec:= {"diez", "veinte", "treinta", "cuarenta", "cincuenta",; "sesenta", "setenta", "ochenta", "noventa"} Local aCen:= {"cien", "doscientos", "trescientos", ...
by ARCC
Sun Mar 02, 2008 9:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Convertir Número a texto
Replies: 11
Views: 3535

... Function Num2Txt(nCantidad) //*******###### Local aUni:= {"un", "dos", "tres", "cuatro", "cinco", ; "seis", "siete", "ocho", "nueve"} Local aDec:= {"diez", "veinte", "treinta", "cuarenta", "cincuenta",; "sesenta", "setenta", "ochenta", "noventa"} Local aCen:= {"cien", "doscientos", "trescientos", ...
by ARCC
Fri Feb 29, 2008 7:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Convertir Número a texto
Replies: 11
Views: 3535

I feel stupid for not having tried that first. I found the problem was relating to the line: AFields( aField, aType, aLen, aDec ) It gave NIL values. I replaced it with (cAlias)->(AFields( aField, aType, aLen, aDec ) ) and problem solved. Thanks Antonio for your prompt response. ...
by Ollie
Mon Oct 15, 2007 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange Problem with ActiveX (Harbour Exception)
Replies: 7
Views: 1902

... = TActiveX():New(, "L12.List-Label12_Ctrl_32.1" ) MsgInfo( oActiveX:hActiveX ) //Read field info from database AFields( aField, aType, aLen, aDec ) //open List & Label job, retrieve job handle hJob := 1 //LlJobOpen(-1) //Enable multiple table lines oActiveX:Do( "LlSetOption", LL_OPTION_MULTIPLETABLELINES, ...
by Antonio Linares
Mon Oct 15, 2007 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange Problem with ActiveX (Harbour Exception)
Replies: 7
Views: 1902

... 2 #include "FiveWin.ch" #include "cmbtll12.ch" Global oActiveX, oWnd, hJob, nRet Function Main() Local cEvents := "" LOCAL aField, aType, aLen, aDec, sName LOCAL FldType, FldContent, DateBuffer, lExpr, I:=1, bAsField:=.T. USE ARTICLE NEW GO TOP aField := Array( ARTICLE->(FCount()) ) aType ...
by MOISES
Thu Oct 11, 2007 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport / FWH 7.09
Replies: 9
Views: 1998

... #include "FiveWin.ch" #include "cmbtll12.ch" Global oActiveX, oWnd, hJob, nRet Function Main() Local cEvents := "" LOCAL aField, aType, aLen, aDec, sName LOCAL FldType, FldContent, DateBuffer, lExpr, I:=1, bAsField:=.T. USE ARTICLE NEW GO TOP aField := Array( ARTICLE->(FCount()) ) aType ...
by Jairo Centeno
Wed Mar 14, 2007 3:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta de Funcky
Replies: 14
Views: 5046

Return to advanced search