topic
stringlengths
1
63
text
stringlengths
1
577k
BEGIN TRANSACTION
Hola, Esa situacion se corresponde con mi PD 2. [quote:3aokd1ye]PD 2. Si se movieran campos contador se podrian decrementar solo si otro usuario no los hubiera incrementado. Este problema tambien existe en las TRANSACTION a nivel bb.dd.[/quote:3aokd1ye] Hay que decrementarlos siempre que otro usuario no los incremen...
BEgin Sequence
Buen día,Tengo un problema y no se si hago algo mal o es que en xHarbour no funciona el BEGIN SEQUENCE.Guardo un array multidimensional en un campo memo y, como a veces los memos son de fallar, necesito detectar un error al leer el array desde el memo (cuando el memo contenga cualquier cosa) para así reemplazar el arra...
BEgin Sequence
Hola amigo, use : try x := 10/0 catch ? "deu erro" end Saluds, Ale
BEgin Sequence
Ale,Gracias por responder, pero lo que sugieres no funciona, me da error al compilar: Error E0030 Syntax error: "parse error at 'CATCH'"Aclaro que uso FWH2.7 + xHarbourAgradezco cualquier ayuda.Rolando
BEgin Sequence
Logré compilar con el CATCH (faltaba el objeto).Pero sigo teniendo el mismo problema, no detecta el error al querer leer un array guardado en un campo memo cuando este campo memo no contiene un array (contiene cualquier cosa).puse:[code:1wldattj] try aPartes := aRead( (cTrabajos)->APARTES ) c...
BEgin Sequence
Hola,Muy contento porque ya lo solucioné por mis medios. Retoqué un poco la clase TWindow agregandole una opción para que cuando lo que lea con aRead() no sea un array, lo reemplace por un array que le envío como data.Saludos.Rolando <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" />...
BIEL - xbrowse
Biel, como devo proceder para usar xbrowse + DBF : Parece que tenho que usar estes comandos: oBrw:cAlias ?? oBrw:bSkip ?? oBrw:bGotop ?? oBrw:bGoBottom ?? oBrw:bBookMark ?? Usted teria um exemplo de como usar? Grato
BIEL - xbrowse
Creo que es lo que necesitas [code:nkmdw82g] STATIC FUNCTION BasicCell&#40; oWnd &#41; local oChild, oBrw DEFINE WINDOW oChild TITLE "Basic Cell selector browse" MDICHILD OF oWnd oBrw &#58;= TXBrowse&#40;&#41;&#58;New&#40; oWnd &#41; oBrw&#58;SetRDD&#40;&#41; oBrw&#58;CreateFromCode&#40;&#41; oB...
BIEL - xbrowse
Como comenta Leandro tiene que funcionarte bien. Los metodos que mencionas, efectivamente deben usarse, pero con el uso de SetRDD, ya se definen con valores por defecto, que en la mayoria de los casos te van a funciona sin tener que modificarlos.
BIEL - xbrowse
Grato Biel e Leandro!
BIG Tooltip
it is possible with Fwh create a dialog when the final user move the mouse over a btnbmp ? as this : [img:2magptnt]http&#58;//www&#46;ilmuwebsite&#46;com/wp-content/uploads/2010/07/normals_tooltip&#46;png[/img:2magptnt] I need to insert on this dialog a xbrowse
BIG Tooltip
any solution ?
BIG Tooltip
Hello Mda, a Solution, to activate any Dialog from a HOT-area inside a Window ( I used a Alert ) : You can use a Background with defined HOT-areas ( in Your sample, it would be the Numbers ) Is it a Solution, You are looking for ? [img:2uza6mk2]http&#58;//www&#46;pflegeplus&#46;com/pictures/hot1&#46;jpg[/img:2uza6mk...
BIG Tooltip
Uwe, My names is Domenico ( Mda solution is my farm) My problem is that I use btnbmp / I use it for show tables of reataurant) can you make a test sample please I wish to show this <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=22102">viewtopic.php?f=3&t=22102</a><!-- l...
BIG Tooltip
Domenico, My Solution above doesn't need Buttons. Mouse-move ( connected to a defined Area ) can open a Dialog or start any other Action. A Mouseclick inside this Area, can do something else. can You place a sample-background-image ( card ) for testing inside a post ? Best regards Uwe <!-- s:?: --><img src="{SMILIES...
BIG Tooltip
Dear Ukoenig, I want create something as Tooltip as the picture !!! when the user move the mouse over del button it must be showed
BIG Tooltip
Domenico, I think using BTNBMP, doesn't work because of already defined NORMAL Tooltips ( on Mousecaption ). No Problem, the same Results You can get, using SAYs : 1. replace the Buttons with SAYs ( the Say changes with Temperatures from Your Sample-screenshot ) : [color=#4000FF:30tgq4gm]Temp1 := "62.6"[/color:30tg...
BIG Tooltip
thanks Uk this can be a ggod solution... on this week I make a Tooltip class it run ok but It can run good if the otooltip of Windows class become a classdata !!!! look it please I can set the header , the footer and the message or If the tooltip have only the message run as current tooltip only I not Know how make i...
BIG Tooltip
A complete Sample with included Source : [color=#FF0000:3ixzak9e]BTNBMP[/color:3ixzak9e] - Solution !!!! From inside the Dialog, You can switch between Tooltip and Edit-Mode. Position autoadjusted to left, if it is not possible, to show on Button-position : Bottom / Right Download ( 2.2 MB ) : <!-- m --><a class="post...
BIG Tooltip
You can replace the Dialog with VTitle [img:25ky3bd0]http&#58;//www&#46;pflegeplus&#46;com/pictures/toolt3&#46;jpg[/img:25ky3bd0] Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
BIG Tooltip
dear uk your solution is good for me and I am trying it on my application but why a tooltip class not is a good idea ?
BIG Tooltip
Dear Domenico, My only Reason is, looking for Solutions without any changes of Classes, or creating something new. A quick Test replacing the Dialog with VTitle from Screenshot above : [code=fw:2e22j7hk]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</span> SHOW...
BIOS DATE
Could someone show me how to get the BIOS date. Thanks in advance Otto
BIOS DATE
Hi Otto, try this code. [code:m6a5ol4n] FUNCTION Main&#40;&#41; LOCAL oLoc,oWmi,oLis, oBios oLoc &#58;= CreateObject&#40; "wbemScripting&#46;SwbemLocator" &#41; oWmi&#58;=oLoc&#58;ConnectServer&#40;&#41; oLis &#58;= oWmi&#58;ExecQuery&#40; "SELECT * FROM Win32_BIOS " &#41; FOR EACH oBios IN oLis ? ...
BIOS DATE
Is CREATEOBJECT a xHarbour function? Error: Unresolved external '_HB_FUN_CREATEOBJECT' reference Thanks in advance Otto
BIOS DATE
Otto, With current FWH 8.02 and xHarbour/Harbour, Biel's sample is linking and running fine
BIOS DATE
Antonio, How we can make to have the atomic time ?
BIOS DATE
Thank you, Antonio. I missed: echo $(HBDIR)\lib\HbWin32.lib + >> b32.bc Could someone post pros and cons between the two methods? oReg := TReg32():New( HKEY_LOCAL_MACHINE, "HARDWARE\DESCRIPTION\System", .f. ) uVar := oReg:Get( "SystemBIOSDate", "" ) oReg:Close() Thanks in advance Otto
BITMAP
Hola amigos: Tengo un problema y no se porque pasa ni como solucionarlo, es: Tengo una ventana principal oVentPrinc y en ella creo otra oDlgwBu2 y en esta ultima pongo una imagen con BITMAP y encima de la imagen unos GET y todo se cocloca bien pero si quiero pinchar con el raton en un GET del final para no pasar por ...
BITMAP
Colthop: Probablemente se debe a que el cursor está en el primer get que tiene su validacion, y mientras tanto no se cumpla su validacion, no puedes clickear otros gets. @ 28*ProporV,375*ProPorH GET gDlg001 VAR va011 OF oDlgwBu2 PIXEL COLOR escri02, fondo02 FONT oFont SIZE 11*ProPorH,16*ProPorV CENTER PICT "!" [b:1...
BITMAP
Hola FranciscoA y gracias por tu interes pero no es por ese motivo ya que va011 es un blanco y si pulsas el ENTER si pasa de un campo a otro hasta el final.
BITMAP
saludos se pueden mostrar 2 bitmap uno sobre otro, lo que quiero es ver en pantalla una planilla con 10 firmas, pero dependiendo de un Id enseñar solo una y las otras nueve ponerles un bitmap borroso, osea que se entienda solo 1 de las 9, segun unas coordenadas de renglon, muestro la de esa coordenada y las demas le mo...
BITMAP
alguna gentil idea, gracias
BITMAP
Alejandro, Creo usando las propiedades Hide() y Show() del bitmap pudieras resolver el problema. Saludos, George
BITMAP
[quote="QAZWSX2K":16hlyh5c]alguna gentil idea, gracias[/quote:16hlyh5c] Se me ocurre hacer dos bmps de cada uno: uno nitido y otro borroso y en función del ID enseñar uno u otro No es lo que preguntas pero creo que podrías solucionarlo asi Un saludo
BITMAP
Funcion original de Daniel, [url:221gdvb3]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=22517&p=120188&hilit=BlurEffect#p120083[/url:221gdvb3] modificada a mis necesidades... BlurEffect( oDIALOG, nTimes, lForWard, WinXp) oDialog == objeto a pintar vidrio opaco //dialogo, ventana, boton, foto,...
BITMAP NO TRANSPARENT
I HAVE A BITMAP @ 10,10 BITMAP filename "test.bmp" SIZE 64,64 DESIGN i MUST MOVE THIS BITMAP ON A WINDOW WITH DRAWGRID FUNCTION THIS BITMAP IS NOT TRANSPARENT AND WHEN i MOVE IT COPY THE BACKGROUND ON NEW POSITION HOW i CAN TO MOVE THIS BITMAP ON MODE TRANSPARENT ON THIS WINDOW ? [b:1u5hsgf5]THE SIMPLY C...
BITMAP NO TRANSPARENT
Hello silvio i will explain you... 1.- the current bitmap was alpha channel with white background, you can use this bitmap... [img:25n9sv1y]http&#58;//www&#46;sitasoft&#46;com/fivewin/bitmap/plus2&#46;bmp[/img:25n9sv1y] [url:25n9sv1y]http&#58;//www&#46;sitasoft&#46;com/fivewin/bitmap/plus2&#46;bmp[/url:25n9sv1y] 2.-...
BITMAP NO TRANSPARENT
SAME ERROR WHEN YOU USE DESIGN COMMAND TO MOVE THE BITMAP IT COPY THE OLD BACKGROUND INTO NEW POSITION
BITMAP NO TRANSPARENT
Silvio [quote="Daniel Garcia-Gil":me2jr782]3.- If you want move the bitmap around the window until the brush will be useless and will need paint the bitmap "with the hand" with transparencies techniques (seek in google about that) maybe bitblt function (<!-- m --><a class="postlink" href="http://msdn.microsoft.com/en-...
BITMAP NO TRANSPARENT
this is strange.... With the fivewin power why not we cannot move a bitmap transparent into a window with drawgrid ? I think we Not Know how make but i think and believe it can be done with the fivewin power language
BITMAP NO TRANSPARENT
Silvio it isn't strange... [quote="Silvio":3qhlfako]With the fivewin power why not we cannot move a bitmap transparent into a window with drawgrid ?[/quote:3qhlfako] yes, and already you do that, but with the Windows OS standar features FiveWin uses standard windows OS controls and other controls themselves, all con...
BITMAP NO TRANSPARENT
Silvio i found a possible solution... but you need the brush, same my last example in CONTROL.PRG, method LButtonUp LOCATE [code=fw:274a024s]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">if</span> Empty<span style="color: #000000;">&#40;</span> ::<span style="color: #0...
BITMAP TRANSPARENTES
AMIGOS, TENGO UN BITMAP DESDE RECURSO CON FONDO 255,255,255 (BLANCO) EN EL PRG TENGO: redefine bitmap oima resource 'tips' id 107 of otips TRANSPAREN EN EL RC TENGO: Class "TBtnBmp", Style: 0 | WS_CHILD | WS_VISIBLE desde recurso probé también con Class "Tbitmap". La cosa es que con FWH 2.4 sale perfectamente.... yo...
BITMAP TRANSPARENTES
En el recurso tienes que usar: Class "TBitmap", Style: 0 | WS_CHILD | WS_VISIBLE
BITMAP no xbrowse!
Como colocar uma BITMAP no fundo de um xbrowse? ex: <!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?t=9380">http://fivetechsoft.com/forums/viewtopic.php?t=9380</a><!-- m --> Grato
BITMAP no xbrowse!
UP!!!
BITMAP problem with different screen resolution
Hello, I have a strange problem displaying dialogs with bitmaps. A customer have send me a screendump of my program and as you can see, the bitmaps are to small for the dialog. As you can see, also the colum-with is to small. The text is not show completely <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":c...
BITMAP problem with different screen resolution
Marc I haven't tested this but on the init of the dialog maybe if you check the screen res, you could resize the bitmap controls to display properly, you might want to the the bitmap objects up as arrays ( if you haven't already so you do it in a loop). I don't know if this helps just an idea i thought could work. ...
BITMAP problem with different screen resolution
have u try : DEFINE BUTTON ... ADJUST
BITMAP problem with different screen resolution
tnhoe, I will try it with the ADJUST clause. Thanks, Marc
BITMAPS
Antonio,Can U insert on google page also all bitmaps and rc of Visual fw. thanksBecause I made a mistake...I need them!!
BITMAPS
Silvio,You can download them from here:<!-- w --><a class="postlink" href="http://www.fivetechsoft.com/files/visual">www.fivetechsoft.com/files/visual</a><!-- w -->
BITMAPS
Antonio,please I have problem also for the cur and Icon ARRAY.BMPCONTROL.CURfivetech.icoWHY NOT CREATE A DLL OR A NEW FOLDER INTO VISUALFW WITH ALL RESOURCES ?
BITMAPS ON XBROWSE
i HAVE A FIELD TEXT CALLED TYPE WHERE I WANT SHOW A BITMAP FOR THIS FIELD THIS FIELD CAN BE ONLY ONE OF THIS ITEMS local aItems := { 'COMPUTER',; 'PORTATILE',; 'STAMPANTE',; 'MONITOR', ; 'TASTIERA', ; 'SWITCH'...
BITMAPS ON XBROWSE
Silvio... [quote="Silvio":1bckcd5t]WHY IT MAKE ERROR ON oCol:bBmpData := { || AScan( aItems, Trim( (oDHard)->type ) + 2 ,) } ?[/quote:1bckcd5t] what error? please show the error... thanks
BITMAPS ON XBROWSE
Application =========== Path and name: C:\work\PRG\gut\main.Exe (32 bits) Size: 3,019,776 bytes Time from start: 0 hours 0 mins 10 secs Error occurred at: 18-02-2010, 15:26:36 Error description: Error BASE/1081 Argument error: + Args: [ 1] = C STAMPANTE [ 2] = N 2 Stack Calls ====...
BITMAPS ON XBROWSE
Silvio... Trim( (oDHard)->type ) is a Type CHAR Trim( (oDHard)->type ) + 2 is wrong ( char + num ) maybe is AScan( aItems, Trim( (oDHard)->type ) ) + 2
BITMAPS ON XBROWSE
Thank 's a lot : I resolved ")"
BITMAPS a veces desaparecen
Hola, A veces, al llamar al preview de Fastreport y volver al menú principal los Bitmaps de la Ribbon Bar o de los diálogos (REDEFINE BITMAP ...) desaparecen. ¿Por qué puede ser debido?. Gracias <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->
BITMAPS a veces desaparecen
hola, solucionaste tu problema, a mi me pasa lo mismo, pero me sucedio cuando le coloque un MANIFEST a mis recursos, si lo solucionaste me pudes decir como garcias
BITMAPS a veces desaparecen
Hola, No, todavía FWH no lo ha corregido. Además, sucede lo mismo teniendo una Ribbon con varias pestañas y trasteando un poco, es decir, pulsando los botones al cabo de un tiempo los Bitmaps desaparecen. Tampoco la cláusula WHEN .f. funciona adecuadamente, hay veces que tras pulsar también se pierden los bitmaps. ...
BITMAPS a veces desaparecen
mgsoft Proporciona un ejemplo que podamos podamos contruir para reproducir el error Gracias
BITMAPS a veces desaparecen
Daniel, Muchas gracias por tu atención. Te paso el ejemplo: <!-- m --><a class="postlink" href="http://rapidshare.com/files/452724544/errdani.zip">http://rapidshare.com/files/452724544/errdani.zip</a><!-- m --> También se produce el siguiente error cuando se acaba de pinchar un botón y hay otros en el grupo, el otr...
BITMAPS a veces desaparecen
mgsoft abre TRBTN.PRG en el metodo MouseMove, cambia las lineas [code=fw:1gubkm4w]<div class="fw" id="{CB}" style="font-family: monospace;">   <span style="color: #00C800;">if</span> ::<span style="color: #000000;">oWnd</span>:<span style="color: #000000;">ClassName</span> == <span style="color: #ff0000;">"TRBGROUP"...
BITMAPS a veces desaparecen
Daniel, Muchas gracias. Lo pruebo y te comento. También aprovecho para preguntarte qué hay que hacer para cuando se sitúe el ratón sobre una opción se vea así: Así bien: [url=http&#58;//img171&#46;imageshack&#46;us/i/tamaobotonbien&#46;png/:m2xjcjul][img:m2xjcjul]http&#58;//img171&#46;imageshack&#46;us/img171/4050/...
BITMAPS a veces desaparecen
Saludos Los cambios hechos son para utilizar tambien codeblock y no solo colors fijos, el cual recibe como argumento el status del "mouse over" sobre el boton (activo/no activo) disponible para la proxima version de fivewin ejemplo de su uso: [code=fw:kcgi3zrk]<div class="fw" id="{CB}" style="font-family: monospac...
BITMAPS a veces desaparecen
Muchas gracias. ¿Pudiste reproducir la pérdida de BMPS?. ¿También estará en FWH los colores de Office 2010?. <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->
BITMAPS a veces desaparecen
[quote="mgsoft":1llahjy3]¿Pudiste reproducir la pérdida de BMPS?.[/quote:1llahjy3] no [quote="mgsoft":1llahjy3]¿También estará en FWH los colores de Office 2010?.[/quote:1llahjy3] los controles ribbon son altamente configurables... estan diseñados para ser "adoptados" de la forma que el usuario quiera.. creo que con e...
BITMAPS a veces desaparecen
Muchas gracias, lo es. ¿Cómo puedo poner el look 2010 en el menú, ribbon y barra de estado inferior?. <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->
BITMAPS a veces desaparecen
Baje el zip donde está el ejemplo y lo que noto es que cuando redimensionas la ventana ( estirándola y comprimiendola ) también pierde los bmp´s. Salu2
BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
Saludos, retomando este tema, habra alguna manera de que usando alguna clausula como BLINK en el color de la fila de un xbrowse, este titile, parpadee(BLINK) sin necesidad de usar la funcion con el timer...? esto seria muy practico para resaltar registros bajo alguna condicion, es una idea que se me viene y se que much...
BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
Greetings, returning to this topic, is there a way that using a clause such as BLINK in the color of the row of an xbrowse, this blinks (BLINK) without the need to use the function with the timer...? This would be very practical to highlight records under some condition, it's an idea that came to me and I know many mig...
BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
Hasta donde yo sé, BLINK funciona solo en SAYS y lo mejor es SSAY.PRG y tenemos Dynamic SAYS con DSAY.PRG. Quizás el señor Rao haga un milagro. jajajajaja. Regards, saludos.
BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
[quote="karinha":3t2b1gik]Hasta donde yo sé, BLINK funciona solo en SAYS y lo mejor es SSAY.PRG y tenemos Dynamic SAYS con DSAY.PRG. Quizás el señor Rao haga un milagro. jajajajaja. Regards, saludos.[/quote:3t2b1gik] Saludos Karinha, hay esta propuesta, no se si eso de píe a una solucion <!-- l --><a class="postlin...
BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
Hola, esto es un truco. No pertenece a xBrowse(), probablemente causará efectos secundarios y el efecto visual puede ser horrible para el usuario. Mejor esperar señor Rao. [code=fw:meptcm7f]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span st...
BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
[quote="karinha":zndst6gn]Hola, esto es un truco. No pertenece a xBrowse(), probablemente causará efectos secundarios y el efecto visual puede ser horrible para el usuario. Mejor esperar señor Rao. [code=fw:zndst6gn]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   <span style="color: #0000ff;">DEFINE...
BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
Sorry, there is no such feature right now.
BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
[quote="nageswaragunupudi":kxzro345]Sorry, there is no such feature right now.[/quote:kxzro345] ok, I'll look for some temporary solution, thanks... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
BLINKER : 1148 : que significa
me aparece este error, el codigo esta ok, pero sigue molestando, sabe alguien que es esto
BLINKER : 1148 : que significa
Luis: Agrega BLINKER CLIPPER SYMBOL OFF al archivo de linkeado. 1148: BLINKER CLIPPER SYMBOL OFF required for huge symbol table ------------------------------------------------------------------------------ This message will only occur with CA-Clipper 5.x Windows programs, and indicates that the symbol tabl...
BLOB in SQL statement
Hello All, Im Using Ads 8.1 How can I save BLOB (image) via SQL script/command? I tried: AdsPrepareSQL() AdsSetBinary() AdsExecuteSQL() But "Error: Unresolved external.." on ADSSETBINARY() Any help? Regards, FAP
BLOB in SQL statement
This is not direct answer to your question. But i we want to store images in ADT table, we can easily store then and retrieve them in IMAGE type column. We can store and retrieve image data just like a memo field. Please see \fwh\samples\xbradt.prg. The images stored can be browsed inline and also printed by report ...
BLOB in SQL statement
Dear RAO, My simple method is this function to put image (blob) into the table (ADT/FoxPro)... [code=fw:dzsmcpxq]<div class="fw" id="{CB}" style="font-family: monospace;"><br />lSaved := BLOB-><span style="color: #000000;">&#40;</span> AdsFile2Blob<span style="color: #000000;">&#40;</span>cImgFile, <span style="color...
BLOB in SQL statement
The simplest thing I do ( ADT, ADS_CDX and DBFCDX ) is this: ALIAS->FIELDNAME := MemoRead( <imagefile> )
BLOB in SQL statement
Thanks RAO for the advise. <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> Regrads, FAP
BLOQUEAR BOTON BTNBMP
Amigos puedo bloquear un boton BTNBMP REDEFINE BTNBMP oBtns[nSit] ID bId OF oDlg RESOURCE "mesa_ocup" when .F. Se me ve gris y yo quiero q se ve al bitmap pero q no haga nada saludos
BLOQUEAR BOTON BTNBMP
Prueba asi: REDEFINE BTNBMP oBtns[nSit] ID bId OF oDlg RESOURCE "mesa_ocup" ACTION IF(lCodicion, HazAlgo(), Nil) Salu2
BLUEHOST.COM: Hardware Maintenance for fivetechsoft.com
This email is notification of planned hardware maintenance Friday morning, 16 January, 2015, between 00:00 hours and 4:00am MDT (UTC/GMT-6), for the server which hosts fivetechsoft.com. The maintenance will include approximately 45 minutes of downtime for your website while the server is powered down, the hardware cha...
BMAKE CON FWH ERROR INSOLITO
Estimados amigos Estoy usando el Bmake con un archivo .MAK para construir aplicaciones en Windows 7 Cuando lo ejecuto en una carpeta determinada, la aplicacion se construye perfectamente Si lo ejecuto en una[b:3hmrf0xa] carpeta distinta[/b:3hmrf0xa] para construir otra aplicacion me da el error que les muestro debajo ...
BMAKE CON FWH ERROR INSOLITO
Raul, Comprueba si los ficheros hbvmpub.h y hbinit.h estan en la carpeta c:\hb30\include
BMAKE CON FWH ERROR INSOLITO
Antonio, Los dos ficheros estan en la ubicacion correcta HB30 Lo mas extraño es que copiando los prg y el .MAK a la carpeta de la otra aplicacion los ensambla perfectamente!!!! Verifique los datos de las carpetas y estan identicos. En otra PC con XP me hace exactamente lo mismo, en una carpeta con una aplicacion desarr...
BMAKE CON FWH ERROR INSOLITO
Raul, Ejecuta set desde una ventana de consola (cmd) y revisa los valores que te aparecen En principio en el fichero mak no se aprecia que se llame a set ... Llamas al fichero mak desde un fichero bat ? En tal caso comprueba si se llama a set desde el fichero bat
BMAKE CON FWH ERROR INSOLITO
Antonio, Al Set no lo llama de ningun lado, ademas lo mire y esta bien. Copie los archivos .h al directorio de la aplicacion y corri el bmake, me encontro los dos que dan error pero me da otros errores porque no encuentra los demas ????????? esto es lo que muestra [code=fw:221gq5am]<div class="fw" id="{CB}" style="fon...
BMAKE CON FWH ERROR INSOLITO
Raul, Prueba a usar esta versión de Harbour: [url:3iqj9eib]https&#58;//bitbucket&#46;org/fivetech/harbour-xharbour-builds/downloads/harbour_3&#46;2_32bits_Borland582_20150205&#46;zip[/url:3iqj9eib] Parece que no encuentra esos ficheros. Has comprobado que esten en la carpeta include ?
BMAKE CON FWH ERROR INSOLITO
Estimado Antonio, Despues de muchas pruebas y comprobaciones diversas y de haber compilado los mismos prg en otra pc con xp y haber obtenido el mismo error en el Bmake, descarte que fuera el sietma operativo o la pc la causa del error asi que me enfoque por otro lado. Abri los PRG con un editor bajo DOS los modifique y...
BMAKE CON FWH ERROR INSOLITO
Raul, gracias por comentarlo aqui, asi puede serle de ayuda a otros compañeros <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
BMP DE FONDO
Como puedo colocar un BMP de fondo para mi aplicacion de Pokect Existe algun tutor para ver el ejemplo gracias a todos por vuestra ayuda.
BMP DE FONDO
Creo que es el tutor11 Saludso.
BMP DE FONDO
Gracias voy a probarlo. Una pregunta mas por favor ¿ Estareis alguno de vosotros en el foro esta semana santa? GRACIAS.