topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
nClrPane | Hola, como se dice : una imagen vale mas que mil palabras <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
A esto me refiero, no se si es lo que Manuel desea.
[img:11nkv91l]http://img116.imageshack.us/img116/6681/brw2clrdz6.jpg[/img:11nkv91l]
A dife... |
nClrPane | Muchas gracias, Raymundo. Es lo que buscaba. Me pongo a ello ahora mismo.
Un saludo,
Manuel |
nClrPane | [quote="Raymundo Islas M.":35vy2roc]Manuel
Basta con que agregues un campo adicional ( normalmente uso un numerico de 1 digito ) y al momento de estar "llenando" la base a mostrar vas alternando el valor de ese campo ( normalmente uso 0-1 ) y solo cambias el codigo por esto :
oLbx:nClrPane:={|| IIF(CLIENTES->TuCampo ... |
nClrPane | Hola, un pequeñito ejemplo, de hecho no tiene gran ciencia hacer esto <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) -->
REDEFINE LISTBOX lbKrdOpr ;
FIELDS DETKDX->KDAT,DETKDX->KPOL, ..... ;
HEAD "FECHA","POLIZA", ...... ;
bla ;
bla ;
bla ;
OF oFold:aDialogs[7]
bla ;
b... |
nClrPane | Sorry <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: -->
Se me paso la linea donde se graba el valor que indica el color a usar :
Static Function XXXXXXX() // para "llenar" la base o arreglo
LOCAL nQ, [color=red:5huhd08a]nClrFlg := 0[/color:5huhd08a]
F... |
nClrPane | Raymundo,
Que soberbio ejemplo, mezcla de simplicidad, practicidad y buen gusto.
Gracias por compartirlo con nosotros. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
nClrPane | Hola Jose
Agradezco mucho tu comentario ! <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P -->
Saludos |
nClrText em ButtonBmp não funciona | Estou tentando trocar a cor do Texto do botão em ButtomBmp mais não funciona.
To fazendo assim:
oBtnCancel:nClrText := CLR_HRED
Ja tentei SetColor, SetTextColor(oBtnCancel:hDC,CLR_HRED) também não funciona.
Alguem tem outra solução ? |
nClrText em ButtonBmp não funciona | Use BTNBMP:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=28630&p=160415&hilit=botones#p160415">viewtopic.php?f=6&t=28630&p=160415&hilit=botones#p160415</a><!-- l -->
[code=fw:3qvoc708]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color... |
nClrText em ButtonBmp não funciona | Try with this
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=12759#p210406">viewtopic.php?f=6&t=12759#p210406</a><!-- l --> |
nCounter Report not run ok RESOLVED | Dear Antonio,
if I made
GROUP ON CU->STATE ;
FOOTER " » Total FOR STATE » "+::oReport:aGroups[1]:cValue +"("+ltrim(str(::oReport:aGroups[1]:nCounter))+")" ;
FONT 1
[b:dh6domgo]oReport:nCounter is right [/b:dh6domgo] for each group and the total counter is right
If I not use Gr... |
nCounter Report not run ok RESOLVED | We will look into this |
nCounter Report not run ok RESOLVED | It seems to be an old bug.
I have tested it with version 1204, and the results are the same |
nCounter Report not run ok RESOLVED | This is just a guess, but it looks like it is counting report lines instead of records. |
nCounter Report not run ok RESOLVED | [quote="Silvio.Falconi":3w6xpwts]Dear Antonio,
IF I made ( I saw a Nages topic)
[code=fw:3w6xpwts]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">local</span> nCounter := <span style="color: #000000;">1</span></div>[/code:3w6xpwts]
and then
[code=fw:3w6xpwts]<div class="fw" ... |
nCounter Report not run ok RESOLVED | I have old exe app ( 16 bit) where the oReport:ncounter run ok also on groups, and I remember I used Ozlib where Report class was a class included
I made a research, this problem was from before perhaps 2009
For the test, If you think to found a good solution, You must try with alone , with bfor condition, and grou... |
nCounter Report not run ok RESOLVED | [quote="artu01":2r04spoq]
Silvio:
at the beginning, ncounter should be 0[/quote:2r04spoq]
Dear artu01,
I have been looking for solutions for a week, turning the forum many times and all my saves from 1992 to today, from fw14.4 to the penultimate 32-bit version of 2020,
unfortunately I can't try the 16-bit exes becaus... |
nCounter Report not run ok RESOLVED | [quote="James Bott":1h86fkef]This is just a guess, but it looks like it is counting report lines instead of records.[/quote:1h86fkef]
right and I think the bug is on Skip method
but now with this
[code=fw:1h86fkef]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><span style="color: #0000ff;">ACTIV... |
nCounter Report not run ok RESOLVED | [b:k6cmg992]OK PERHAPS WE CAN RESOLVED IT [/b:k6cmg992]
for the Group command we can use the nCounter of Report class
[code=fw:k6cmg992]<div class="fw" id="{CB}" style="font-family: monospace;"><br />GROUP <span style="color: #0000ff;">ON</span> <span style="color: #000000;">(</span> cAlias <span style="color:... |
nCounter Report not run ok RESOLVED | Please, use this
[code=fw:3larm68y]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> oReport:<span style="color: #000000;">bStartRecord</span> := <span style="color: #000000;">{</span> || nCounter++ <span style="color: #000000;">}</span><br /> </div>[/code:3larm68y... |
nCounter Report not run ok RESOLVED | [quote="cnavarro":364jtjvd]Please, use this
[code=fw:364jtjvd]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> oReport:<span style="color: #000000;">bStartRecord</span> := <span style="color: #000000;">{</span> || nCounter++ <span style="color: #000000;">}</span><br /> </div>[/code:364jtj... |
nCounter Report not run ok RESOLVED | [url:2zgir0b6]http://www.fivetechsupport.com/forums/viewtopic.php?f=3&t=26155&start=15[/url:2zgir0b6] |
nCounter Report not run ok RESOLVED | You are used
[code=fw:2fg2hd40]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> oRep:<span style="color: #000000;">bStartRecord</span> := <span style="color: #000000;">{</span> || nCounter++ <span style="color: #000000;">}</span><br /> </div>[/code:2fg2hd40]
or oReport:bStartRecord ... |
nCounter Report not run ok RESOLVED | [quote="cnavarro":39f74m01]You are used
[code=fw:39f74m01]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> oRep:<span style="color: #000000;">bStartRecord</span> := <span style="color: #000000;">{</span> || nCounter++ <span style="color: #000000;">}</span><br /> </div>[/code:39f74m01]
or... |
nCounter Report not run ok RESOLVED | Silvio..
[code=fw:3k2ya768]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oReport:<span style="color: #000000;">aGroups</span><span style="color: #000000;">[</span> nGroup <span style="color: #000000;">]</span>:<span style="color: #000000;">nCounter</span><br /> </div>[/code:3k2ya768] |
nCounter Report not run ok RESOLVED | [quote="carlos vargas":36b4dqgl]Silvio..
[code=fw:36b4dqgl]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oReport:<span style="color: #000000;">aGroups</span><span style="color: #000000;">[</span> nGroup <span style="color: #000000;">]</span>:<span style="color: #000000;">nCounter</span><br /> ... |
nCounter Report not run ok RESOLVED | [quote="Silvio.Falconi":1qwxrhyp][quote="artu01":1qwxrhyp]
Silvio:
at the beginning, ncounter should be 0[/quote:1qwxrhyp]
Dear artu01,
I have been looking for solutions for a week, turning the forum many times and all my saves from 1992 to today, from fw14.4 to the penultimate 32-bit version of 2020,
unfortunately I... |
nCounter Report not run ok RESOLVED | [quote="artu01":3rydivnq]
Try this way
[/quote:3rydivnq]
Dear artu01,
we allready resolved
[b:3rydivnq]For Groups[/b:3rydivnq]
oReport:aGroups[ nGroup ]:nCounter
[b:3rydivnq]for bfor and others [/b:3rydivnq]
local nCounter:= 0
...
oReport:bStartRecord := { || nCounter++ }
...
ACTIVATE REPORT oReport ;
....
oRe... |
nCounter Report not run ok RESOLVED | Excellent! |
nDbl2Flt() | Hola a todos.
Sigo intentando pasar una aplicación de FW 2.4 a FW 2.7, y estoy a punto de tirar la toalla (No quiero pensar que pasará cuando intente pasarla a 32 bits <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> ). Ahora me ocurre que al mostrar unos controles char2fx me d... |
nDbl2Flt() | Sebastián,
Incluimos ese pequeño cambio por recomendación de Enrico y supusimos que no daría ningún problema.
Aqui puedes descargar el OBJ corregido:
<!-- m --><a class="postlink" href="http://hyperupload.com/download/d5c74022/DBL2FLT.OBJ.html">http://hyperupload.com/download/d5c7402 ... T.OBJ.html</a><!-- m --> |
nDbl2Flt() | Antonio, just try this:
? NDBL2FLT( 0 )
With
if ( d == 0 ) return 0;
you will get, correctly, 0 while without the above if you will get
1073741824
that is clearly a wrong result (and caused wrong results in one of my programs, that is why I made that change).
EMG |
nDbl2Flt() | And speaking of nDbl2Flt(), I just noticed that it is not in the libraries but only in source code. Why?
EMG |
nDbl2Flt() | Sebastian,
Funciona bien ahora ?
Enrico,
Lets see Sebastian's results. Anyhow I am going to review it. Thanks my friend. |
nDbl2Flt() | [quote="EnricoMaria":2rizrlko]And speaking of nDbl2Flt(), I just noticed that it is not in the libraries but only in source code. Why?
EMG[/quote:2rizrlko]
I ask myself, how could have Sebastian tried nDbl2Flt() if it is not in the libraries? Did you compile the source code?
EMG |
nDbl2Flt() | Hola Antonio.
No, la versión de dbl2flt.obj que he descargado de ese sitio tampoco funciona, me da el mismo error.
Lo he solucionado sacando DBL2FLT.OBJ de la librería FIVEC.LIB de la versión 2.4 y añadiendolo a mi LNK.
Saludos |
nDbl2Flt() | Sebastián,
Cierto, ese módulo hay que compilarlo con Microsoft en 16 bits, no con Borland. De ahí el error. Disculpa. |
nDbl2Flt() | Enrico,
My mistake, that module needs to be compiled with Microsoft 16 bits for FW Clipper. |
nDbl2Flt() | [quote="Antonio Linares":dobwtzzc]Enrico,
My mistake, that module needs to be compiled with Microsoft 16 bits for FW Clipper.[/quote:dobwtzzc]
No! I compiled mine with Borland and worked fine. This is my DBL2FLT.C:
[code:dobwtzzc]/***************************************************************************
*
* Copyr... |
nDbl2Flt() | Ops, sorry. I suddenly understand that this is a FW for Clipper forum. <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
EMG |
nDbl2Flt() | Enrico,
No problem <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> Yes, its 16 bits code. |
nExtMem() and Os() | nExtMem() isn't returning the correct amount of memory and the OS() function doensn't work in windows 8 or above, returning windows NT instead
Is this related to my FWH / xHarbour version?
Compiler version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 6715)
FiveWin Version: FWHX 10.6 |
nExtMem() and Os() | [code=fw:3gnakddy]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// GETSYSIN.PRG</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00D7D7;">#define</span> HORZRES ... |
nExtMem() and Os() | Gostaria de utilizar a função OS pois ela já retorna o modelo do SO também pois alguns modelos geram incompatibilidade, como o windows 7 starter...
? "Versão windows: " + OS() //Versão windows: Windows 7 Professional 6.01.7601 Service Pack 1 |
nExtMem() and Os() | [quote="sambomb":3eqq6ljv]Gostaria de utilizar a função OS pois ela já retorna o modelo do SO também pois alguns modelos geram incompatibilidade, como o windows 7 starter...
? "Versão windows: " + OS() //Versão windows: Windows 7 Professional 6.01.7601 Service Pack 1[/quote:3eqq6ljv]
look, mira, olha:
[url:3eqq6ljv... |
nExtMem() and Os() | a nExtMem está retornando valores inválidos, minha máquina é um Windows 7 que tem 4 GB ( utilizável 3,24 ) sendo que reconhece apenas 2 GB em uma máquina com Windows 8.1, reconhece como negativo!
E a função Os() é nativa do xHarbour, mas parece que não foi atualizada, ela retorna todas as informações que eu preciso, qu... |
nExtMem() and Os() | Windows 8.1, reconhece como negativo?
Você incorporou o GETSYSIN.PRG modificado por mim, logo acima?
Você tem a função Os() do xHarbour? Talvez o Marcelo Lombardo tenha uma mais recente.
Seria algo assim?
[url:2i3exugo]http://www.pctoledo.com.br/forum/viewtopic.php?f=4&t=16163[/url:2i3exugo]
... |
nExtMem() and Os() | Não só no Windows 8.1
--> DadosSO
Versão windows: Windows 7 Professional 6.01.7601 Service Pack 1
Processador: AMD Athlon(tm) II X2 250 Processor 3017 Mhz
Data: 23/02/2016
Hora: 14:30:07
Nome de rede: LAZZO-PC
Usuário de rede: Lazzo
Acesso de gravação no 'C:\': True
Driver's ( 1 )
C: Serial: 4873455 Tamanho total: 4... |
nExtMem() and Os() | Don't know about xHarbour, but probably this is sth related to the numeric type used by nExtMem() an xHabour's integers. Using a 4 byte UNSIGNED LONG we can represent integers from 0 to 256^4-1, or 4,294,967,295, or SIGNED, ranging from -2,147,483,647 TO 2,147,483,648. I think the function is working fine, but returnin... |
nExtMem() and Os() | [code=fw:1sbfhgq0]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</sp... |
nExtMem() difference | Hi all,
My PC has Windows 7 32bit with 4 Gb/RAM
In my old version of FWH (8.10) the function nExtMem() gives 2147483647 (2GB)
In my new version of FWH (16.01 build 2) the same function nExtMem() gives 3219574784 (2,998... gb)
Is there any logic relation between them ?
I need to know it because i... |
nExtMem() difference | Romeo,
We migrated to Windows API GlobalMemoryStatusEx() as it provides a better result than GlobalMemoryStatus(), thats why it changed.
[url:qow1m7jl]https://msdn.microsoft.com/es-es/library/windows/desktop/aa366589(v=vs.85).aspx[/url:qow1m7jl]
And we are going to keep using it. |
nExtMem() difference | If you need your old values you could call GlobalMemoryStatus() but beware of this:
[url:3ivl4cyb]https://msdn.microsoft.com/es-es/library/windows/desktop/aa366586(v=vs.85).aspx[/url:3ivl4cyb]
[quote:3ivl4cyb]On computers with more than 4 GB of memory, the GlobalMemoryStatus function can return in... |
nExtMem() difference | [code=fw:zoxaih1n]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</sp... |
nExtMem() difference | Understood the new function works well, BUT this not resolved my problem ! <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->
I will be not not able to detect the old RAM detected.
And i cannot sum 1 gb, as suggested, to the total RAM, because if a custmer has just 2 GB of re... |
nExtMem() difference | You can implement a function nExtMemOld() that will return the old value:
[code=fw:2njok4qq]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">(</span> NEXTMEMOLD <span style="color: #000000;">)</span><br /><span style="color: #00... |
nExtMem() difference | This can resolve my problem.
I'll try
Tks
R |
nExtMem() provocando GPF con xhb.com | Antonio, la funcion nExtMem() esta provocando gpf con xhb.com, esta funcion es usada en errsysw.prg por lo que cuando una app compilada con xhb.com genera un error, el cuadro de dialogo del error no aparece, si no que la aplicacion simplemnte colapsa y se cierra.
con xharbour y harbour funciona bien, ahora en los fuent... |
nExtMem() provocando GPF con xhb.com | Antonio, he quitado la compilacion condicional y ya funciona.
[code=fw:2wf9trk7]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"dll.... |
nExtMem() provocando GPF con xhb.com | Carlos,
Incluido para la próxima versión, gracias! |
nHeight of Xbrowse | If I 'm using superGoupHeader which is the variable to change the height of Group header ? |
nItemPos() | Muy interesante este aporte. Muchisimas gracias por compartirlo.
Saludos |
nItemPos() | Hola Foreros.
Recientemente, implementando una función he dado con un algoritmo muy sencillo que a lo mejor puede ser de utilidad para alguno de vosotros. Se trata del siguiente:
[code=fw:1m3cishh]<div class="fw" id="{CB}" style="font-family: monospace;">nPos := Int<span style="color: #000000;">(</span> <span styl... |
nKey return Value | Hi All !
How to get nKey return value of Alt+F1, Ctrl+F1 and Shift+F1
Thanks
Best Regard
Areang |
nKey return Value | This is a sample for Ctrl+F1 and Shift+F1:
[code:3ibbwbcf]#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
LOCAL cVar := SPACE( 30 )
SETKEY( VK_F1, { || Keys() } )
DEFINE DIALOG oDlg
@ 1, 1 GET cVar OF oDlg
@ 3, 1 BUTTON "&Close" OF oDlg... |
nKey return Value | Areang,
I believe the Alt keys are reserved for Windows (menus and hot-keys).
James |
nRandom | Amigos:
Necesito conseguir un número entre 1 y 42 incluyendo
el 1 y el 42.
Como se hace con nRandom?
Saludos y gracias.
Ruben Fernandez |
nRandom | [quote="RuFer":1ke8c533]Amigos:
Necesito conseguir un número entre 1 y 42 incluyendo
el 1 y el 42.
Como se hace con nRandom?
Saludos y gracias.
Ruben Fernandez[/quote:1ke8c533]
nAleatorio := nRandom( 1,42)
saludos |
nRandom | Wmormar:
Muchas gracias.
Saludos
Ruben Fernandez |
nRandom Numbers no duplicates | I have to calculate a random number up to 1 10
I have to extract 1 at a time for 10 times and I don't have to extract a number that has already been extracted, what should I do?
num:=nRandom(10)
[img:3pde4mnv]https://i.postimg.cc/fThGchsX/kk.png[/img:3pde4mnv]
I tried but I get duplicates what shoul... |
nRandom Numbers no duplicates | Mira se ayuda:
[code=fw:3jy0qxsz]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// \samples\RANDOM1.PRG</span><br /><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">FUNCTION</spa... |
nRandom Numbers no duplicates | [code=fw:2z2mw3aw]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// \samples\RANDOM2.PRG</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">STATIC</span> aNumeros<br /><... |
nRandom Numbers no duplicates | [code=fw:3w1mjs0h]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</span> RandomList<span style="color: #000000;">(</span> nNum <span style="color: #000000;">)</span><br /><br /> <span style="color: #00C800;">LOCAL</span> aList := ARRAY<span style="color: ... |
nRandom Numbers no duplicates | [code=fw:2k70hm8r]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">//------------------------------------------------//</span><br /><span style="color: #B900B9;">// EXTRAER NUMEROS RANDOM SIN DUPLICADOS</span><br /><span style="color: #B900B9;">//----------------------------------... |
nRecCount no me anda como quisiera. | Hola.
Hago una consulta antes de hacer un insert, pero cuando hago la consulta y me fijo
si nReccount() me devuelve valor me dice siempre que es 0 y se que existen valores.
porque?
gracias.
[code=fw:9c83ta2d]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> oQuery:= tDolphinQry<span sty... |
nRecCount no me anda como quisiera. | Intenta con esto oQry:LastRec() > 0, si te sigue diciendo que esta vacia entonce revisate la tabla o has una revision a las sentencias por parte, seguro no se esta cumpliendo alguna sentencia, prueba que los campos tengan valores, estas aramando el query diciendole que debe cumplir TODAS las sentencias, si falla alguna... |
nRecCount no me anda como quisiera. | [quote="goosfancito":2lgnhli2]Hola.
Hago una consulta antes de hacer un insert, pero cuando hago la consulta y me fijo
si nReccount() me devuelve valor me dice siempre que es 0 y se que existen valores.
porque?[/quote:2lgnhli2]
si estas seguro que hay datos en la tabla, entonces te devuelve 0 es porque no hay regis... |
nRecCount no me anda como quisiera. | lastkey no me devuelve nada.
y si Daniel, estoy verificando que la SELECT sea la correcta, es mas, si lo cargo en un array y busco en ese array estan los datos.
sigo. |
nRecCount no me anda como quisiera. | Daniel,.
El problema lo tengo cuando incluyo en mi WHERE un campo con fecha. si quito ese campo me devuelve valores.
asi creo mi tabla:
[code=fw:32iw0dyk]<div class="fw" id="{CB}" style="font-family: monospace;"> ::<span style="color: #000000;">oServidor</span>:<span style="color: #000000;">deletetables</span... |
nRecCount no me anda como quisiera. | Hola
tienes la sentencia SELECT mal...
[quote="goosfancito":3r3dafay]El problema lo tengo cuando incluyo en mi WHERE un campo con fecha. si quito ese campo me devuelve valores.[/quote:3r3dafay]
entonces la fecha esta mal... recuerda que en mysql la fecha es con este formato "yyyy-mm-dd", debes convertirla
dolphin t... |
nRecCount no me anda como quisiera. | de igual manera recuerda el tip anterior para futuras conflictos, problemas o errores
[quote="Daniel Garcia-Gil":1v1mff9b]para revisar los datos que envias, coloca una "traza" que te muestre la consulta y la ejecutas en la consola de mysql (creo que asi lo hacemos todos que trabajamos con mysql)[/quote:1v1mff9b] |
nRecCount no me anda como quisiera. | Daniel,
Era eso, gracias nuevamente. |
nRgb( 204 255 204 ) con tExcelScript | Estimados,
Yo hago esto:
[code:1dcpoln7]#define CLR_FONDO_CELDA nRgb( 204, 255, 204 ) //GoosFancito[/code:1dcpoln7]
Luego quiero utilizarlo aca:
[code:1dcpoln7]oExcel:say(01, 01, "PESQUERA", , CLR_FONDO_CELDA,,,,,)[/code:1dcpoln7]
Y me da error. En que le estoy pifiando? ( lease pifiando = erran... |
nRgb( 204 255 204 ) con tExcelScript | Gustavo,
Que error ? |
nRgb( 204 255 204 ) con tExcelScript | Antonio,
El editor que estoy usando me tiraba que en esa posicion iba el color de fondo. cambiando la estructura ya no tengo el mismo error.
Gracias. |
nRowsCount - nColsCount de tExcelScript | Hola amigos
alguien tiene las funciones nRowsCount() y nColsCount() de tExcelScript para que las comparta conmigo??
cRange:=cMakeRange( 5 , nCol, ( 5+oExcel:nRowsCount() ) - 1 , ( nCol+oExcel:nColsCount())-1 )
muchas gracias de antemano
Saludos Jorge Vargas |
nSerialHD | Vengo utilizando esta función para leer la serie del disco duro. Mi sorpresa ha sido, cuando ha cambiado el número de un dia para otro.
Ayer me daba 4589615 y hoy 4589639.- ¿Hay alguna razón lógica? |
nSerialHD | LOCAL nSerie, cClave
nSerie := ALLTRIM( STR( nSerialHD( "C:\" ) ) )
cClave := ENCRYPT( nSerie,"HD" ) |
nSerialHD | Gracias Joao |
nSerialHD Return not the same result | I just migrate my application from FW to FWH.
In FW nSerialHD() alway return the same number but in FWH will return the differance when I've change some detail in my source ( add or delete some function or procedure).
How can i solved this problem? |
nSerialHD Return not the same result | Please add this function to your main PRG:
[code:1k74v16b]
#pragma BEGINDUMP
#include <hbapi.h>
#include <windows.h>
HB_FUNC( NSERIALHD )
{
DWORD dwVolumeSerialNumber;
BYTE VolumeNameBuffer[ 256 ];
BYTE FileSystemNameBuffer[ 256 ];
GetVolumeInformation( hb_pcount&... |
nSerialHD Return not the same result | It work!
Thank you, |
nSerialHD question | Hi,
Does nSerialHD works with several storage devices such as:
Pens
Portable Harddrive
SD s
Regards
Antonio |
nSerialHD question | Antonio,
No. For pendrives please review fwh\samples\Protect.prg |
nSerialHD question | Ok thanks.
Antonio |
nSerialHD question | By the way. Can I test to see if it is a hard disk drive ?
Antonio |
nSerialHD question | Antonio,
Remove ".and. GetDriveType( cDrive ) == DRIVE_REMOVABLE" in fwh\samples\protect.prg, or check with other constants there |
nSerialHD question | Thanks
Antonio |
nSerialHD question again | Hi,
Calling nSerailHd() without any parametyers :
Is it garantee that nHserialHd always return a number ?
If the PC doesn't has any hard disk what it returns ?
If the PC has more than one hard disk ?
Regards
Antonio |
nSerialHD question again | Antonio,
> Is it garantee that nHserialHd always return a number ?
It should
> If the PC doesn't has any hard disk what it returns ?
How did the PC boot then ? Using a CD/DVD or pendrive or network ?
We have not tested it with no HD on the PC.
> If the PC has more than one hard disk ?
You can specify the drive... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.