Search found 50 matches: rat

Return to advanced search

Re: Nuevo FWH 24.02

function hb_DirBase() // para xHarbour

return Left( ExeName(), RAt( '\', ExeName() ) )

https://vivaclipper.wordpress.com/2014/02/23/hb_dirbase/

gracias a Enrico por el enlace
by Antonio Linares
Tue Mar 05, 2024 6:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 24.02
Replies: 8
Views: 383

Re: Help splitting up a character address string

Antonio .. All I had to dig out my old dBase\Harbour help file for the correct use of AT() and RAT() but I finially wrote a function I can use to take a full address field and break it into Street, City,State and Zip .. here is the code : // test.prg#INCLUDE "FIVEWIN.CH"Function ...
by Rick Lipkin
Wed Nov 15, 2023 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 499

Error compiling libs

... ) QOut( "from the server as a cgi-bin, i.e.:" ) QOut() QOut( "http://server_address/cgi-bin/" + SubStr( hb_ArgV( 0 ), RAt( If( lWindows, "\", "/" ), hb_ArgV( 0 ) ) + 1 ) + ; "?prg=test.prg") QOut() QOut( "(c) FiveTech Software 2012-2022" ...
by giuliano
Tue Oct 18, 2022 3:14 pm
 
Forum: mod_harbour
Topic: Error compiling libs
Replies: 2
Views: 337

problemas al linkear

Hola. usando harbour y Fwh la ultima. Me arroja estos errores: [1]:iLink32.Exe -Gn -q -aa -Tpe -x @testMaria.bcl Error: Unresolved external 'WinMain' referenced from X:\HARB\BCC7\LIB\C0W32.OBJ Error: Unresolved external '_hb_vmProcessSymbols' referenced from X:\PROYECTOS\TEST\MARIA\OBJ\MARIA.OBJ Err...
by goosfancito
Thu Feb 04, 2021 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas al linkear
Replies: 6
Views: 420

Also for filename and subdir Resolved

... Local cPathMask:="C:\Work\Prg\WinBeach\bitmaps\servizi\pattino.png" Local only_Image := cFileNoPath( cPathMask ) ? only_Image nSTART := RAT( "\", only_Image ) ?SUBSTR(cPathMask,1,nSTART-1) any solution please
by Silvio.Falconi
Sun Mar 15, 2020 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for filename and subdir Resolved
Replies: 4
Views: 923

Re: Posición de texto dentro de una cadena

Loren, prueba
At( cCharSearch, cString )
RAt( cCharSearch, cString ) ---> por la derecha
by cnavarro
Wed Mar 11, 2020 2:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Posición de texto dentro de una cadena
Replies: 1
Views: 343

Re: Consultar DNI o CUIT en Argentina (Solucionado)

... '+DatNom) DatApe=alltrim( substr( DatNom, 1 , at(' ',DatNom)-1 ) ) // MsgAlert('DatNom4: '+DatNom) //DatCui=allTrim( substr( cTextoHTML, rat( '<h2>CUIT: ', cTextoHTML )+10,50 )) //DatCui=alltrim( substr( DatCui, 1 , at('</h2>',DatCui)-1 ) ) DatCui=xxCuil //MsgAlert('DatNom: ...
by postinelli
Thu Nov 28, 2019 10:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consultar DNI o CUIT en Argentina (Solucionado)
Replies: 8
Views: 1546

Re: calculate days

... := '00:00:00', ) nTotalSec := (dEnd - dStart) * 86400 + ; VAL(cTimeEnd) * 3600 + ; VAL(SUBSTR(cTimeEnd,AT(':', cTimeEnd)+1,2)) * 60 + ; IF(RAT(':', cTimeEnd) == AT(':', cTimeEnd), 0, ; VAL(SUBSTR(cTimeEnd,RAT(':', cTimeEnd)+1))) - ; VAL(cTimeStart) * 3600 - ; VAL(SUBSTR(cTimeStart,AT(':', ...
by MGA
Wed Jan 09, 2019 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculate days
Replies: 7
Views: 1182

Re: xBackupLite

Karinha Para poder respaldar los archivos que necesito hice esta modificacion en PROC9995.PRG en Function GetFilesToZip( cSourceZip ) el IF rat... FOR EACH aFile IN aFiles                        if rat("DBF",upper(aFile[1])) <> 0 .or. rat("CDX",upper(aFile[1])) ...
by juan_arroyo_t
Thu Oct 04, 2018 7:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBackupLite
Replies: 11
Views: 1543

help for a value

... + hb_ntos( i ) @ nRow, Col IMAGE &img_name SIZE 12, 12 OF oDlg FILENAME Empty_Img PIXEL NOBORDER ; ON CLICK ( nvalue := Val( SubStr( img_name, RAt( '_', img_name ) + 1 ) ), myfunction ()) &img_name:lTransparent := .T. &img_name:bMMoved :={ || ( nvalue := Val( SubStr( img_name, RAt( ...
by Silvio.Falconi
Fri Jan 26, 2018 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help for a value
Replies: 3
Views: 638

Re: funciones de FWH y Harbour en un archivo .txt

... RAscan(<aArray>,<xbSearch>,[<nStart>],[<nCount>],[<lExact>],[<lASCII>])->nElement RAt(<cSearch>,<cString>,[<nStart>],[<nEnd>])->nPos Rate(<nLoan>,<nPayment>,<nPeriods>)->nInterestRate ...
by rubenfernandez01
Sun Oct 22, 2017 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5627

Re: funciones de FWH y Harbour en un archivo .txt

... RAscan(<aArray>,<xbSearch>,[<nStart>],[<nCount>],[<lExact>],[<lASCII>])->nElement RAt(<cSearch>,<cString>,[<nStart>],[<nEnd>])->nPos Rate(<nLoan>,<nPayment>,<nPeriods>)->nInterestRate ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5627

Re: funciones de FWH y Harbour en un archivo .txt

... HB_ProcessValue HB_ProcessValue HB_PS HB_PValue HB_QSelf HB_QWith HB_Rand32 HB_Random HB_RandomInt HB_RandomSeed HB_RandStr HB_RAScan HB_RAt HB_ReadIni HB_ReadLine HB_RegEx HB_RegExAll HB_RegExAtX HB_RegExComp HB_RegexHas HB_RegexLike HB_RegExMatch HB_RegExReplace HB_RegExSplit HB_ResetWith ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5627

Re: Ayuda DLL

Antonio buenas noches, ahora son estos: Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406) Copyright 1999-2009, http://www.xharbour.org http:...
by ricardog
Fri Sep 01, 2017 2:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6286

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6286
Next

Return to advanced search

cron