Search found 1541 matches: str

Return to advanced search

Re: funcion C a xBase

... bResultado :=.F.   LOCAL iFactor := 0   LOCAL sPrimerCaracter   LOCAL suma   LOCAL dividendo   LOCAL DividendoEntero   LOCAL resto   sRif := StrTran( sRif, "-", "" )   IF Len( sRif ) < 10      sRif := Upper( Left( sRif, 1 ) ) + PadL( ...
by Antonio Linares
Mon Apr 22, 2024 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funcion C a xBase
Replies: 6
Views: 85

Error Usando LoadLib32 o LoadLib - Retorno Puntero

... EMF.PRG Error Time from start: 0 hours 0 mins 0 secs Error occurred at: 04/01/24, 11:43:31 Error description: Error BASE/1099 Argument error: STR Args: [ 1] = P 0x77940000 ->>> Justamente este es el pointer del handle de la DLL [ 2] = U [ 3] = U Comparando con versiones anteriores ...
by GUSPRE
Mon Apr 01, 2024 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Usando LoadLib32 o LoadLib - Retorno Puntero
Replies: 3
Views: 678

Re: Alto de linea en LISTBOX

... SIZE 0,-15 DEFINE DIALOG oDlg RESOURCE "CodLiqVar" . . . select _CoLiAux _CoLiAux->(DbGotop()) REDEFINE LISTBOX oLbx FIELDS str(_CoLiAux->Locatario,4,0) , ; _CoLiAux->Nombre , ; str(_CoLiAux->Propiedad,4,0) , ; _CoLiAux->Domicilio , ; str(_CoLiAux->importe,12,0) ...
by karinha
Mon Mar 25, 2024 4:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alto de linea en LISTBOX
Replies: 5
Views: 976

Re: Alto de linea en LISTBOX

... SIZE 0,-15 DEFINE DIALOG oDlg RESOURCE "CodLiqVar" . . . select _CoLiAux _CoLiAux->(DbGotop()) REDEFINE LISTBOX oLbx FIELDS str(_CoLiAux->Locatario,4,0) , ; _CoLiAux->Nombre , ; str(_CoLiAux->Propiedad,4,0) , ; _CoLiAux->Domicilio , ; str(_CoLiAux->importe,12,0) ...
by José Camilo
Mon Mar 25, 2024 1:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alto de linea en LISTBOX
Replies: 5
Views: 976

Error en Listbox.

... definido por WorkShop y funciona correctamente. en otra funcion en la cual copie el listbox en el prg . asi lo defini REDEFINE LISTBOX oLbx FIELDS str(_CoLiAux->Locatario,4,0) , ; str(_CoLiAux->Propiedad,4,0) ; ID _CLV_Lbx ; FIELDSIZES {50,50} ; HEADERS "Loc.","Prop" ; ...
by José Camilo
Sun Mar 24, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Listbox.
Replies: 1
Views: 310

Re: Help with HB_REALLOC ERROR 9009

... not to be standard. These seems to be ok. cErrorLog += " Dynamic memory consume:" + CRLF cErrorLog += " Actual Value: " + Str( MemUsed() ) + " bytes" + CRLF cErrorLog += " Highest Value: " + Str( MemMax() ) + " bytes" + CRLF
by Marc Venken
Wed Mar 20, 2024 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1099

Error System no longer works.

... - E:\Datafile\Ihss32\ihss32.exe Terminated at: 2024-02-26 14:12:18 Unrecoverable error 9003: Too many recursive error handler calls Called from STR(0) Called from ERRORDIALOG(151) in .\source\function\ERRSYSW.PRG Called from (b)ERRORSYS(23) in .\source\function\ERRSYSW.PRG Called from STR(0) ...
by byron.hopp
Mon Feb 26, 2024 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error System no longer works.
Replies: 1
Views: 116

Re: PepPol European Invoicing standard

... days making a html page ? Like this function tabel_html_code_OLD() cTabel:='<br><p><span style="color:#0000CD;"><strong>Enkel deze maten zijn nog beschikbaar :</strong></span></p>' cTabel= cTabel + '<table border="0" cellpadding="1" ...
by Marc Venken
Wed Feb 14, 2024 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 923

Re: Redondear un Numero

Gracias Armando, cree esta funcion FUNCTION Redondear(numero) *--------------------------- Local val_num := Val(SubStr(Str(numero,9),-1)) Local Valor := 0 If val_num>=1 .AND. val_num<=5 valor = numero - val_num ElseIf val_num>= 6 .AND. val_num<= 9 valor = numero + (10-val_num) ...
by jbrita
Thu Feb 08, 2024 2:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Redondear un Numero
Replies: 7
Views: 387

Re: I'm not asking for the moon...

... don't you try using STRTRAN(). It is the solution here. Yes, do you test with STRTRAN ? run all ok ? sure ? IF nMode==2 //modify ntest1 := STRTRAN(str(oBrowse:aArraydata[nRecord][2]), ".", ",") ntest2 := STRTRAN(str(oBrowse:aArraydata[nRecord][3]), ".", ",") ...
by Silvio.Falconi
Fri Jan 19, 2024 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2146

Re: Grabar imagen en tabla mysql

... APROG :=DIRECTORY(cFILE) PUBLIC PROGNOM:=APROG[1,1] PUBLIC PROGTAM:=APROG[1,2] PUBLIC PROGFEC:=APROG[1,3] PUBLIC PROGHRS:=APROG[1,4] * cFileG := StrToHex(MemoRead(cFILE)) * cCMDVAL :="" cCmdSql := "INSERT INTO PROGRAMA(TIPO,ARCHIVO,NOMBRE,FECHA,TAMA,HORA) VALUES( " cCMDVAL ...
by Marco Augusto
Fri Jan 19, 2024 1:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Grabar imagen en tabla mysql
Replies: 5
Views: 398

Re: I'm not asking for the moon...

Otto wrote:Yes, see this line.

oGet[1]:bGotFocus := {|| (oGet[1]:cText := STR(VAL(oGet[1]:cText) *100,6), oGet[1]:Refresh(),oGet[1]:SelectAll()) }
Cesar, changed the GETs to character that you get the inputstyle you wanted.

Yes but nvar Is text array but i have numbers no texts
by Silvio.Falconi
Thu Jan 18, 2024 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2146

Re: I'm not asking for the moon...

Yes, see this line.

oGet[1]:bGotFocus := {|| (oGet[1]:cText := STR(VAL(oGet[1]:cText) *100,6), oGet[1]:Refresh(),oGet[1]:SelectAll()) }
Cesar, changed the GETs to character that you get the inputstyle you wanted.
by Otto
Thu Jan 18, 2024 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2146

Re: How does mod harbour work

... line: 0 called from: ..\source\exec.prg, EXECUTE, line: 68 Source: 0066: cPRGPATH := hb_GetEnv( "PRGPATH" ) 0067: cPRGPATH := STRTRAN( cPRGPATH , "/", "\" ) 0068 =>cdbf_BLOG := cPRGPATH+ "\data\BLOG.DBF" 0069: lRecord := .T. 0070: but I make ...
by Antonio Linares
Mon Jan 15, 2024 12:38 pm
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 1189

Re: How does mod harbour work

... line: 0 called from: ..\source\exec.prg, EXECUTE, line: 68 Source: 0066: cPRGPATH := hb_GetEnv( "PRGPATH" ) 0067: cPRGPATH := STRTRAN( cPRGPATH , "/", "\" ) 0068 =>cdbf_BLOG := cPRGPATH+ "\data\BLOG.DBF" 0069: lRecord := .T. 0070: but I make ...
by Ruth
Mon Jan 15, 2024 9:35 am
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 1189
Next

Return to advanced search