topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
does FiveWin have a Constant like __XPP__ | FiveWin was fully xBase++ compatible for many years, but finally there were no xBase++ users... except you <!-- s:-D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":-D" title="Very Happy" /><!-- s:-D --> |
does Fivewin have a Gradient ComboBox ? | hi Antonio,
[quote="Antonio Linares":emxe1hb6]Please review FWH\samples\ownerdra.prg[/quote:emxe1hb6]
aaah, i have to look into *.RC File too when search for Constant as "Keyword"
i´m not aware about Technique using "REDEFINE" ... is there a Readme for "Dummy" ?
---
bOwnerDraw -> Combobox
bDrawItem -> Listbox / Combo... |
does Fivewin have a Gradient ComboBox ? | hi,
while i can use Menu with Gradient i like to ask if Fivewin have Combobox with Gradient <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
i can change Foreground and Background Color into Dark-Mode but Highlight Bar ( COLOR_HIGHLIGHT ) have normal Color
btw. do... |
does Fivewin have a Gradient ComboBox ? | Dear Jimmy,
Please review FWH\samples\ownerdra.prg |
does Fivewin have a Gradient ComboBox ? | hi,
have try ComboBox Ownerdraw and "fill" bOwnerDraw with Codeblock
[code=fw:c8lqrui7]<div class="fw" id="{CB}" style="font-family: monospace;"> oCombo_left:<span style="color: #000000;">bOwnerDraw</span> := <span style="color: #000000;">{</span>|a,b,c,d| DoMyComBo<span style="color: #000000;">(</span>... |
does Fivewin have a Gradient ComboBox ? | hi,
got 1st Result
[img:39kk0u37]https://i.postimg.cc/Dy7439zm/FW-Combobox-Ownerdraw-highlight.png[/img:39kk0u37]
but Cursor Highlight does only work when Mouse is over Listbox-Part of Combobox
[code=fw:39kk0u37]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;... |
does Fivewin have a Gradient ComboBox ? | Dear Jimmy,
You are doing an outstanding work on your total commander version, congratulations
Where could we download it from to test it ?
many thanks |
does Fivewin have a Gradient ComboBox ? | hi Antonio,
[quote="Antonio Linares":26hpofdz]Where could we download it from to test it ? [/quote:26hpofdz]
i´m going to prepare next Release
but still have new Idea ... so i must clean-up again ...
i have now include System Icon from "\System32\imageres.dll" for Ownerdraaw Combobox
[code=fw:26hpofdz]<div class="fw"... |
does Fivewin have a Gradient ComboBox ? | hi,
now Combobox look like Menu
[img:1ue6p759]https://i.postimg.cc/NMb48KrM/Combo-Box-Gradient2.jpg[/img:1ue6p759] |
does Fivewin hbpgsql.lib include CLASS TPQServer ? | hi,
i have include hbpgsql.lib and LibPQ.LIB in *.HBC
[code=fw:tnxepz5x]<div class="fw" id="{CB}" style="font-family: monospace;">libs=hbpgsql.LIB<br />libs=libpq.lib</div>[/code:tnxepz5x]
but i get Error :
[quote:tnxepz5x]Error: Unresolved external '_HB_FUN_TPQSERVER' referenced from C:\FWH\0\LISTVIEW\OBJ\HBPGU.OBJ
... |
does Fivewin hbpgsql.lib include CLASS TPQServer ? | hbpqsql.lib is not a FiveWin library. This is a Harbour library
libpq.lib is implib from libpq.dll |
does Fivewin hbpgsql.lib include CLASS TPQServer ? | hi,
thx for Answer
ok i have ask wrong : does C:\fwh\lib\hbpgsql.lib (here 32 Bit) include
[quote:ta9kriy4]postgres.c
rddcopy.c
tpostgre.prg[/quote:ta9kriy4]
like used in c:\harbour64\contrib\hbpgsql\hbpgsql.hbp <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
i h... |
does Fivewin open *.CDX ""automatic"" ? | hi,
it seems Fivewin open *.CDX "automatic" <!-- s:o --><img src="{SMILIES_PATH}/icon_surprised.gif" alt=":o" title="Surprised" /><!-- s:o -->
is there a Way to avoid this <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> |
does Fivewin open *.CDX ""automatic"" ? | [code=fw:v3mpfb68]<div class="fw" id="{CB}" style="font-family: monospace;">SET AUTOPEN OFF</div>[/code:v3mpfb68] |
does Fivewin open *.CDX ""automatic"" ? | hi Enrico,
[quote="Enrico Maria Giordano":17fs6bwd][code=fw:17fs6bwd]<div class="fw" id="{CB}" style="font-family: monospace;">SET AUTOPEN OFF</div>[/code:17fs6bwd][/quote:17fs6bwd]
ah, thx for Answer |
does Fivewin open *.CDX ""automatic"" ? | Fivewin not, the [x]harbour compiler yes. |
does Fivewin open *.CDX ""automatic"" ? | [quote="carlos vargas":1lbx7hyb]Fivewin not, the [x]harbour compiler yes.[/quote:1lbx7hyb]
Yes.
Fivewin has nothing to do with it.
It is a feature of (x)Harbour. |
does directory exist? | Hi,
Which the best form for a directory to be seen exists?
example:
C:\BA
* he doesn't have any file in this directory
Clemerson |
does directory exist? | Clemerson
lIsDir(cDirectoryName)
return .T. if exist, else return .F.
Regards
George |
does directory exist? | see this sample :
I hope it good for you
[code:1veqbyht]
cIni :=GetWinDir()+"\Classroom.Ini"
cTem :=GetPvProfString("Classroom","DirDat","",cIni)
cDir :=IF(!Empty(cTem),LFN2SFN(cTem),cTem)
cNSys:="ClassRoom"
IF !Empty(cPar) .AND. cPar=="/L... |
does directory exist? | tank's
Clemerson |
does folder exist | what's an easy way to check to see if a folder exists |
does folder exist | Try with
[code=fw:2lz32s8y]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">if</span> !hb_DirExists<span style="color: #000000;">(</span> cFld <span style="color: #000000;">)</span><br /> <span style="color: #00C8... |
does folder exist | [code=fw:2wqs6blj]<div class="fw" id="{CB}" style="font-family: monospace;"><br />? IsDir<span style="color: #000000;">(</span> cSpec <span style="color: #000000;">)</span><br /> </div>[/code:2wqs6blj] |
does folder exist | thanks everyone |
dolphin y xbrowse | Hola.
esto esta mal, como lo hago bien?
[code=fw:3icv8mgn]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">DEFINE</span> QUERY oQuery <span style="color: #ff0000;">"SELECT * FROM tbempresas order by tbempresas.empresa"</span><br /> oBrw:= TXBROWSE<span style="color: ... |
dolphin y xbrowse | Porque usas un formato picture de fecha.? veo que el nombre es de empresa y el campo paraciera que fuese un campo uno ID...saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> |
dolphin y xbrowse | No uso TDolphin, pero me da la impresion que aqui:
[quote:1p2nnbkl]:acols[1]:bData:= { || oQuery:ID_PROG} <--------------------- esto esta mal.[/quote:1p2nnbkl]
...deberia ser: acols[1]:bEditValue:= { || oQuery:ID_PROG} o acols[1]:bStrData:= { || oQuery:ID_PROG}
Saludos. |
dolphin y xbrowse | [quote="joseluisysturiz":2jo0wgbh]Porque usas un formato picture de fecha.? veo que el nombre es de empresa y el campo paraciera que fuese un campo uno ID...saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->[/quote:2jo0wgbh]
porque estaba probando el xb... |
dolphin y xbrowse | [quote="FranciscoA":30sahk1w]No uso TDolphin, pero me da la impresion que aqui:
[quote:30sahk1w]:acols[1]:bData:= { || oQuery:ID_PROG} <--------------------- esto esta mal.[/quote:30sahk1w]
...deberia ser: acols[1]:bEditValue:= { || oQuery:ID_PROG} o acols[1]:bStrData:= { || oQuery:ID_PROG}
Saludos.[/qu... |
dolphin y xbrowse | Goosfancito;
esta es otra forma de acerlo
[code=fw:3sn5msd6]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">DEFINE</span> QUERY oQuery <span style="color: #ff0000;">"SELECT * FROM tbempresas order by tbempresas.empresa"</span><br /><br /> <span style="color: ... |
dolphin y xbrowse | gracias.
eso en el caso de ser un solo campo no? |
dolphin y xbrowse | Nop;
lo puse en funcion de tu ejemplo. Podes agregar otros campos separando por comas luego de Headers
[code=fw:1a9gsxi8]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">DEFINE</span> QUERY oQuery <span style="color: #ff0000;">"SELECT * FROM tbempresas order by tbempresas.e... |
dolphin y xbrowse | Gracias.-
[quote="MarioG":1q9c57ep]Nop;
lo puse en funcion de tu ejemplo. Podes agregar otros campos separando por comas luego de Headers
[code=fw:1q9c57ep]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">DEFINE</span> QUERY oQuery <span style="color: #ff0000;">"SELECT * F... |
dolphin.lib needed | I tried to download and buildh the dolphin.lib but all the efforts in vain.
Can any one provide me dolphin.lib? I am using bcc582 for linking... |
dolphin.lib needed | Hello
what problem do you have?
the best way is get the source and build the lib your self
check:
[url:1pecpyvz]http://tdolphin.blogspot.com.ar/2010/06/comanzando-starting.html[/url:1pecpyvz]
after
[url:1pecpyvz]http://tdolphin.blogspot.com.ar/2010/11/construir-lib-ejemplos-build... |
dolphin.lib needed | I got these errors...
Compiling .\source\prg\tdolpsrv.prg
\borland\bcc582\bin\bcc32 -c -D__WIN__ -D__HARBOUR__ -DHB_LEGACY_TYPES_ON -tWM -I\hb30\include -I.\include -o.\obj\HARBOUR\BCC\tdolpsrv.obj .\obj\HARBOUR\BCC\tdolpsrv.c
Compiling .\obj\HARBOUR\BCC\tdolpsrv.c
Borland C++ 5.82 for Win32 Copyright (c) 1993, 200... |
dolphin.lib needed | My setenvh.bat is as follows:
@CALL CLEANENV.BAT
@SET PRG_COMPILER=HARBOUR
@SET PRG_COMP_PATH=\hb30
@SET PRG_COMP_BIN_PATH=%PRG_COMP_PATH%\bin
@SET PRG_COMP_LIB_PATH=%PRG_COMP_PATH%\lib\win\bcc
@SET PRG_COMP_INC_PATH=%PRG_COMP_PATH%\include
@SET C_COMPILER=BCC
@SET C_COMP_PATH=\borland\bcc582
@SET C_COMP_BIN_PATH=%C_C... |
dolphin.lib needed | hello
did you downloaded from svn?
can you chat with me by gmail? |
dolphin.lib needed | I downloaded from svn.
My gmail id: <!-- e --><a href="mailto:csplsurat@gmail.com">csplsurat@gmail.com</a><!-- e -->
Thanks in advance... |
dolphin.lib needed | Your system is using and old verrsion of dolerr.ch you must change includes path to use tdolphin include.
Regards, |
dolphin.lib needed | Hi Daniel,
I checked out the dolphin library and came up with certain suggestions ( if you feel right ) that SHOULD be incorporated. It would be much better to converse on google talk. It will make dolphin even more acceptable and fantastic. |
dolphin.lib needed | Hello
is ok to me, while more people use the class we can do a better product. |
don't close window with Escape | Hello,
It has been a long time since I had the oppurtunity to work on my program, due to personal problems.
I have some questions:
When in the Window definition I don't use the VALID option, the user can close the Window with the Escape key. I have set a VALID in this way:
[code=fw:28313ltp]<div class="fw" id="{CB}" st... |
don't close window with Escape | Hello, try with
[code=fw:1m4w0ew3]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">VALID</span> <span style="color: #000000;">(</span> <span style="color: #00C800;">IF</span><span style="color: #000000;">(</span>MsgYesNo<span style="color: #000000;">(</span><span... |
don't close window with Escape | Hello,
Thank you very much, that was the trick <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
don't open duplicates of an exe | not to open the same exe I have always done this way (it seems to me that the source is EMG)
[code=fw:3ds524jm]<div class="fw" id="{CB}" style="font-family: monospace;"><br /># <span style="color: #0000ff;">define</span> NOME_PROGRAMMA_TITLE <span style="color: #ff0000;">"Winbeach"</span><br /><br /><span style="color... |
don't open duplicates of an exe | [code=fw:2midsuuf]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">IF</span> ISEXERUNNING<span style="color: #000000;">(</span> CFILENAME<span style="color: #000000;">(</span> HB_ARGV<span style="color: #000000;">(</span> <span style="color: #000000;... |
don't open duplicates of an exe | [quote="karinha":2jtf816f][code=fw:2jtf816f]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">IF</span> ISEXERUNNING<span style="color: #000000;">(</span> CFILENAME<span style="color: #000000;">(</span> HB_ARGV<span style="color: #000000;">(</span> <span style=... |
don't open duplicates of an exe | It works perfectly. Show how you are doing. What is the NAME of your EXECUTABLE? I don't understand why nothing works for you.
<!-- m --><a class="postlink" href="https://i.imgur.com/Xd9rfEn.png">https://i.imgur.com/Xd9rfEn.png</a><!-- m -->
[img:2x2tfqd2]https://i.imgur.com/Xd9rfEn.png[/img:2x2tfqd2]... |
don't open duplicates of an exe | ok now load the same exe again and then look at the computer task manager
however I use Harbor and it doesn't work on mine |
don't open duplicates of an exe | Test now:
[code=fw:17ag0qik]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// SAMPLES\SILVIO.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> CLR_L... |
don't open duplicates of an exe | Silvio,
This is from my note file:
--------------------------------------------------------------------------------
Posted: Sun Sep 17, 2006 11:56 pm
Post subject: Preventing more than one instance of an app running.
Author: Antonio Linares
----------------------------------------------------------------------... |
don't open duplicates of an exe | James
it seem run good
only where I must call the message "another copy allready run " |
don't open duplicates of an exe | James,Santos,Otto
this run ok
[code=fw:29pgkubu]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /> <span style="color: #00D7D7;">#define</span> GW_CHILD <span style="colo... |
don't open duplicates of an exe | Silvio escrebió:
[code=fw:2eskwfvt]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #ff0000;">" ahora tengo otro problema que tengo que solucionar, cuando un usuario ingresa inicia sesión y podemos bloquear la duplicación del exe en una computadora. <br /><br />Pero si ese mism... |
don't open duplicates of an exe | I have used the following for many years:
[code=fw:2kllfzo1]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">IF</span> IsExeRunning<span style="color: #000000;">(</span> CFILENOEXT<span style="color: #000000;">(</span> hb_argv<span style="color: #000000;">(</span> <... |
don't open duplicates of an exe | [quote:1xqxq1w7]Certainly you could put a popup in there with your message if desired.[/quote:1xqxq1w7]
IMHO I would not. People don't want to be told they did something wrong by a computer. If at all possible, software should just fix the problem and be quiet about it.
Thanks for the code Tim. I have a routine, but ... |
donde consigo la ultima vercio de Wbrowse Hernan? | Hola, donde puedo conseguir la ultima version de esta estupenda clase ya la uso pero estoy implementando un browse con ADO y me da el siguiente error:
Error description: Error BASE/1002 Alias does not exist: ARRAY
Stack Calls
===========
Called from (b)TWBROWSE:SETFILTER(2639)
Called from (b)TWBROWSE:SETFILT... |
donde consigo la ultima vercio de Wbrowse Hernan? | Te falta la funcion Skipper() que esta en el ::Bskip |
donde consigo la ultima vercio de Wbrowse Hernan? | rene ya la puse pero ahora me da el siguiente error en el skipper dentro de la busqueda:
Application
===========
Path and name: f:\SIV\NXTMenu.Exe (32 bits)
Size: 2,594,816 bytes
Time from start: 0 hours 0 mins 25 secs
Error occurred at: 28/07/2006, 15:27:42
Error description: Error adodb.command:EXECU... |
donde consigo la ultima vercio de Wbrowse Hernan? | de hecho si compilo el codigo que tu me pasaste me da el mismo error |
donde consigo la ultima vercio de Wbrowse Hernan? | Cuando estas creando el Recordset, ¿ que tipo de cursor estas usando ?
¿ Puedes poner tu cadena de conexion y la creacoin del RecordSet ? |
donde consigo la ultima vercio de Wbrowse Hernan? | ahi va:
oConexionAdo := TOLEAUTO():New("adodb.connection")
oComando := TOLEAUTO():New("adodb.command")
oConexionAdo:Open("Provider=Advantage.OLEDB.1;User ID=adssys;Data Source="+xrutab+"dd.add;Persist Security Info=False;ServerType="+xservidor+";LockMode=ADS_COMPATIBLE_LOCKING")
oComando:ActiveConnecti... |
donde consigo la ultima vercio de Wbrowse Hernan? | No señor, te falta definir el tipo del cursor en el RecordSet, por eso no te puedes mover sobre el browse.
Necesitas hacer lo siguiente:
[code:avjlv8mn]*---- CursorTypeEnum Values ----
#DEFINE adOpenForwardOnly 0
#DEFINE adOpenKeyset 1
#DEFINE adOpenDynamic 2
#DEFINE adOpenStatic 3
*---- LockTypeEnum V... |
donde estan definidas VK_RETURN VK_ESC etc. | Quiero saber donde puedo ver las definiciones...
Gracias. |
donde estan definidas VK_RETURN VK_ESC etc. | Goos:
\FWH\INCLUDE\VKey.Ch
Saludos |
donde estan definidas VK_RETURN VK_ESC etc. | gracias |
donde puedo ver los metodos nuevos de dolphin con harbour? | Hola.
Estoy empezando a emigrar pero me topo con muchos metods que no existen mas
[quote:1y02rkeh]selectDb
DBCreate
deletedb( ::cDb )
deletetables[/quote:1y02rkeh]
por favor se los agradezco desde ya que me pasen info.
gracias |
donde puedo ver los metodos nuevos de dolphin con harbour? | Gustavo,
[url:1djpzqay]http://tdolphin.blogspot.com/[/url:1djpzqay]
[url:1djpzqay]https://bitbucket.org/danielgarciagil/tdolphin/src/master/source/prg/[/url:1djpzqay] |
donde puedo ver los metodos nuevos de dolphin con harbour? | Viel Danke! |
donde se encuentra GetProcAddress() | Tengo un error de linkeo UNRESOLVED EXTERNAL GetProcAddress
la linea de codigo que genera el error es:
lpZipCreateFile = (ZipCreateFilePtr *)GetProcAddress(zipDll, ZIPCREATEFILENAME);
(A proposito se trata de probar LiteZip.dll que me sugiere JL Capel en mi post anterior)
ESTOY UTILIZANDO EL BUILD DE AUGOST 2007, p... |
donde se encuentra GetProcAddress() | Arturo,
Tienes que usar GetProcAddressW( HMODULE hModule, WCHAR * cProcName ); que es para unicode.
Ojo que cProcName tiene que ser proporcionado en unicode, por lo que tienes que llamar a estas funciones:
WCHAR * AnsiToWide( char * );
...
WCHAR * pW = AnsiToWide( "nombre_funcion" );
usas pW
y liberas su memoria... |
donde se encuentra GetProcAddress() | Gracias, ya estoy intentando con GetProcAddressW() en lugar de GetProcAddress(), aun no lo logro porque se casi nada de C y menos de tipos de variable, pero por lo pronto GetProcAddressW() igual me marca "undefined assuming external..." pienso que me falta alguna libreria ??? |
donde se encuentra GetProcAddress() | Arturo,
La función GetProcAddressW() es proporcionada por coredll.lib, que es una librería de importación del propio coredll.dll de Windows Mobile. |
donde se encuentra GetProcAddress() | Arturo,
Aqui tienes un pequeño ejemplo que usa LoadLibrary() y GetProcAddressW() y que aqui compila y genera el EXE bien:
test.prg
[code=fw:qdazk7j8]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FWCE.ch"</span><br /><br /><span s... |
donde se encuentra GetProcAddress() | Gracias, con lo que me mandaste pude comprobar que la dll que estoy intentando no puede cargarse, probablemente porque la lib no esta para ARM. Ahora, si entendi bien lo leido aqui en los foros, si yo tengo LiteZip.dll y LiteZip.lib, necesito lo siguiente:
Para obtener LiteZip.def:
impdef.exe LiteZip.def LiteZip.dl... |
donde se encuentra GetProcAddress() | Arturo,
Es correcto lo que comentas <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Aqui tienes impdef.exe:
<!-- m --><a class="postlink" href="http://www.mediafire.com/?sharekey=414c17b7b136abb70f83d91f6dff7c38b4e3dd16889229e1c95965eaa7bc68bc">http://www.mediafire.com/?s... |
donde tomas los datos de la tabla twbrowsetsbrowse etc. | Hola todos he estado echando una mirada tanto a tsbtrowse y twbrowse, pero no doy con vola donde toma los datos de la tabla para mostrarlos.
gracias y saludos a todos.
fernando sandoval ruiz |
donde tomas los datos de la tabla twbrowsetsbrowse etc. | Fernando:
En TwBrowse del Maestro Hérnan D C:
REDEFINE LISTBOX oLbx FIELDS (cProducto)->PRO_DES,;
(cProducto)->PRO_PRO,;
TRANSFORM((cProducto)->PRO_SAF,"@Z 99,999"),;
TRANSFORM((cProducto)->PRO_PRE,"@Z 999,999.99");
HEADERS "Descripción","Clave","Saldo","Unitario";
FIELDSIZES 320,65,37,30... |
donde tomas los datos de la tabla twbrowsetsbrowse etc. | Mil, Gracias Armando, y aclarado, lo toma directamente de la tabla, estabu algo liado con esto de los Ado, Odbc, que no me funcionan en los browse, listbox, etc, etc..., el buen amigo frank me dio una ayuda enorme y parece que ya vamos solventando el problema. gracias y estmos en contacto.
saludos.
fernando sandoval... |
dos funciones utiles | Te pongo aqui 2 funciones que estoy usando . Ya las puse en un post anterior pero mezcladas con mas cosas y por ello igual quedaron despistadas .Una de ellas es una mejor version de apppath() y la otra sería el equivalente a la funcion path() "de toda la vida"
Saludos.
[code=fw:33ldn55a]<div class="fw" id="{CB}" style=... |
dos funciones utiles | Manuel,
Incluidas para el próximo build que publiquemos <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Muchas gracias! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
dos lineas en titulo de browse | Hola a todos,Necesito implementar dos lineas de titulo en columnas de un browse. Uso wBrowse.¿Como se hace? ¿Puede ser en wbrowse, o tengo que pasar a xBrowse?Gracias anticipadas... |
dos lineas en titulo de browse | Hola Juliosi usas el Brw de Hernan es asi HEADER [b:2f4dndbb]"Codigo"+CRLF+"Articulo"[/b:2f4dndbb], "Descripcion", "Cantidad", ; "Unitario", "Total " ;y luegooLbx:nHeaderHeight := 30saludosJorge Vargas |
dos lineas en titulo de browse | Julio:Si usas xBrowseoCol:cHeader:= "Cliente"+CHR(10)+"Dirección"SaludosRuben Fernandez |
dos lineas en titulo de browse | Gracias, ¿Se puede utilizar en el wBrowse "normalito" de FWH ?Tengo la V 8.08... |
dosbox issue | What about the messge about ?harbour compilation :
This program must be run under Win32 |
dosbox issue | Harbour.exe is 32 bits or 64 bits and you can not run it on Win 16 bits. |
dosbox issue | Solutions please . |
dosbox issue | Oracle VM VirtualBox
Create a xp machine |
dosprint.bat | Hola amigos del foro
Estoy usando la clase modificada por anser para imprimir en impresoras matriciales con vista preliminar...no puedo imprimir.
alguien tiene este archivo o que contiene para poder crearlo o donde lo consigo... ya que la clase pide este archivo y no lo tengo..
Salu2
Francis |
dosprint.bat | Hace un archivo conteniendo lo siguiente:
@COPY /B %1 %2 >Nul
@exit
Luis |
dosprint.bat | Dear Mr.Francis,
The contents of Dosprint.bat are the same as posted by Luis
[quote:21op8pr4]@COPY /B %1 %2 >Nul
@exit[/quote:21op8pr4]
Regards
Anser |
dotted line | Hi,
I need to draw a dotted line on the window.
oWnd:Line(Top, Left, Bottom, Right)
But if I change the thickness of the line, it stops looking like a dotted line.
oWnd:Line(Top, Left, Bottom, Right,, 2)
How to resolve this issue ? |
dotted line | [quote:bijsgevj]But if I change the thickness of the line, it stops looking like a dotted line.
[/quote:bijsgevj]
Yes. I too observed the same thing. This is not FWH issue.
Better we stick to width 1 when we want dotted lines. This is my feeling. |
dotted line | Thank you. <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> |
dotted rectangle | Hi,
Is it possible to draw a dotted rectangle/box on the window ? |
dotted rectangle | ACTIVATE WINDOW oWnd ON PAINT RectDotted( oWnd:hWnd, nBoxTop, nBoxLeft, nBoxBottom, nBoxRight ) |
dotted rectangle | Yes, that's what I need ! Thanks. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.