Search found 22 matches: valtoprg

Return to advanced search

Re: Convert

ValToPrg() and ValToPrgExp() are not useful for Objects and Codeblocks.
by nageswaragunupudi
Wed Sep 06, 2023 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert
Replies: 7
Views: 564

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

... Upper(<cString>)->cUpperString Used()->lDfbOpen Val(<cNumber>)->nNumber ValPos(<cString>,[<nPos>])->nValue ValToPrg(<xValue>)->cPRGcode ValToPrgExp(<xValue>)->cMacroExpression ValType(<exp>)->cType Version()->cVersion VolSerial([<cDrive>])->nVolumeSerial ...
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: 5707

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

... Upper(<cString>)->cUpperString Used()->lDfbOpen Val(<cNumber>)->nNumber ValPos(<cString>,[<nPos>])->nValue ValToPrg(<xValue>)->cPRGcode ValToPrgExp(<xValue>)->cMacroExpression ValType(<exp>)->cType Version()->cVersion VolSerial([<cDrive>])->nVolumeSerial ...
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: 5707

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

... TokenNext Tokennum TokenSep Tone TraceLog Transform Trim TrueName TtoC TtoS Type U2bin UnCompressString UnSelected UpDated Upper Used Val ValPos ValToPrg ValToPrgExp ValType Version VolSerial Volume W2Bin Wild2RegEx WildMatch Win_OleClassExists WMSetPos WoM Word WordOne WordOnly WordRem WordRepl ...
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: 5707

Re: Test to see if USB Printer is ready

... example outlines possibilities of getting printer information // different from CA-Clipper (DOS). PROCEDURE Main LOCAL aPrinter := GetPrinters() ? ValToPrg( aPrinter ) ? GetDefaultPrinter() ? IsPrinter() ? IsPrinter( aPrinter[1] ) ? IsPrinter( "HP LaserJet" ) RETURN
by sambomb
Thu May 21, 2015 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test to see if USB Printer is ready
Replies: 20
Views: 5801

Re: Multi dimensional Array, aSave, aRead

... that values written in xHarbour can be correctly ready by Harbour and vice-versa. We had to write FW_ValToExp() when we faced some issues using ValToPrg().
by nageswaragunupudi
Wed Nov 20, 2013 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi dimensional Array, aSave, aRead
Replies: 5
Views: 1540

Manejando arrays

... Antonio,... }",y el array { { 1,2,3 },{ 12,13,14 } } lo escribe como: "{ {1,...},... }". No es como ValToPrg() que desglosa el array completo, pero cabe en la celda de la tabla y me da información básica. En este caso me indica que el primer array ...
by antolin
Fri Oct 25, 2013 11:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Manejando arrays
Replies: 6
Views: 1775

Re: ayuda en codeblock

garcias, willian


con valtoprg(afields) me da en xharbour la informacion del codeblock

la informacion que compone afields


y harbour cual seria el equivalente


gracias
by benjiben143
Thu Jun 21, 2012 6:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda en codeblock
Replies: 1
Views: 389

Re: ASave() que tipo de valor retorna

Horacio, a lo mejor te interesa cambiar ASave() por ValToPrg()
by antolin
Tue Dec 28, 2010 10:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ASave() que tipo de valor retorna
Replies: 3
Views: 587

Re: Fulltextsearch (to Marco Boschi)

... := "Street" //fields, finding Robert Bosch only in streets OR etc. - built the filter: bFilter := &( "{ || WildMatch( " + ValToPrg( cPattern ) + ", " + cFilter + ", .F. ) }" ) - set the filter: MsgRun( "Filter setting is in progress, please wait!", ...
by frose
Tue Nov 09, 2010 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltextsearch (to Marco Boschi)
Replies: 36
Views: 9336

Re: Wish: Function to show any type of data

Samir,
I find ValToPrg() helps me a lot in my debugging. It's a function in xHarbour. I normally use it to inspect arrays
by hua
Mon Dec 21, 2009 1:43 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Wish: Function to show any type of data
Replies: 9
Views: 3090

Re: FW/Clipper Conversion - Handling Stored Arrays

... we need to do one time job of converting arrays in to strings. Array is to be converted like "{ 1, 2, SToD( '20090209') }'. Function like ValToPrg( aArray ) --> cString is handy for this. When we read ... aVar := &( field->carrayfield )
by nageswaragunupudi
Tue Apr 28, 2009 1:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW/Clipper Conversion - Handling Stored Arrays
Replies: 6
Views: 1114

Cretar DLL

... OleServer: PROCEDURE Main() LOCAL oServer, xByRef oServer := CreateObject( "SampleOleServer" ) oServer:MyMethod( "test" ) ? ValToPrg( oServer:MyProperty ) RETURN Please note that you should always distribute the xHBDll.dll (or xharbour.dll if using the .org distributions) ...
by lailton.webmaster
Mon Mar 16, 2009 12:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cretar DLL
Replies: 3
Views: 1135

Re: Always 11,11

... nY but It give me another value and then to control the codeblock I insert a command on settabmp function to see what it make ? nX,nY,aData[1,1], valtoprg (aBmps[1,1]:bLClicked) it show me this : 25 18 X {|| Alert( 'Non Persistentable Block.' ) } what's mean 'Non Persistentable Block ????? If ...
by Silvio
Mon Mar 02, 2009 11:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Always 11,11 RESOLVE !!
Replies: 17
Views: 4185

Re: SETBMP

... nY but It give me another value and then to control the codeblock I insert a command on settabmp function to see what it make ? nX,nY,aData[1,1], valtoprg (aBmps[1,1]:bLClicked) it show me this : 25 18 X {|| Alert( 'Non Persistentable Block.' ) } what's mean 'Non Persistentable Block ????? If ...
by Silvio
Mon Mar 02, 2009 11:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SETBMP
Replies: 10
Views: 3367
Next

Return to advanced search

cron