topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
fw192 to 2.7 | I have a program that is in FW192 and has been working for a long time in xp. Very stable and no problems. Still improving and works great. I need to convert to 32bit and I'm lost. Is there anyone in the LOs Angeles area that mey be of help as to the best way to go and available for some consulting?
Harvey |
fw192 to 2.7 | Harvey,
You may contact Brian Hays at <!-- e --><a href="mailto:bhays@abacuslaw.com">bhays@abacuslaw.com</a><!-- e --> He is at Los Angeles.
Anyhow if you use these forums, we will help you for a smooth transition to 32 bits. |
fw192 to 2.7 | Thanks for the info. I'll keep in touch. BTW is 2.7 a 32bit program or do I go fron 1.92 to 2.7 to harbour? |
fw192 to 2.7 | You have to use Harbour and FWH (FiveWin for Harbour) to get 32 bits applications. That the most popular choice. |
fw2.0 y blinker 7.0 | Hola amigos de foro
Soy un programador medio y me comunico desde Peru..
Mi pregunta es como compilo y enlazo con el blinker 7.0, ya que uso el blinker 4.0 y todo ok... Pero cuando lo hago con el Blinker 7.0, no ejecuta nada?
Que puede faltar, algun comando o nose ? |
fw2.0 y blinker 7.0 | Hola Francis.
Yo también utilizo el Blinker 4.0 y he probado Blinker 7.0.
En principio es sólo sustituir uno por el otro (en todos los aspectos: AUTOEXEC.BAt, CONFIG.SYS,ETC.., incluso los BAT's que utilizo para compilar y linkar).
Aunque lo mejor es cabiar el nombre de los directorios. El directorio BLIBKER4 lo he l... |
fw2.0 y blinker 7.0 | Hola Manuramos
Voy a probar lo que me dices y te aviso....
Sigues usando Blinker 4.0 o la 7.0 en tus sistemas?
Cual es la diferencia entre ambos?
Se transformara en una aplicaion 32 bits?
Salu2 |
fw2.0 y blinker 7.0 | Francis, Sigo con Blinker 4.0 pués aún no he resuelto lo de uLoadObject aunque ahora lo que hago es ASAVE() más MEMOWRIT(), pero no lo he probado con Blinker 7.0. De todas formas es posible que me falle por culpa del Windows Millenium o por falta de memoria. En teoría debería funcionar como el 4 o mejor.
En cuanto al ... |
fw2.0 y blinker 7.0 | Gracias Manuramos por el apoyo...
Tengo el Blinker 5.1 sera bueno usarlo en vez del 7.0?
Salu2 |
fw2.0 y blinker 7.0 | Sólo es cuestión de probar. |
fw2.7 : GPF with xbrowse again | hello,
After installing fw2.6 , i got a gpf in xbrowse (from ozlib). Antonio sended me a obj-file. Linking in text.obj , and it is ok .
Now , in fw2.7 , the error is there again . It obvious that i can't link test.obj again
Offset : 000c9dd3
code : 0xc0000005
Address : 0x00000000004c9dd3
How can the map-file be us... |
fw2.7 : GPF with xbrowse again | Frank,
We have emailed you two new OBJs for your test. We appreciate your feedback. Thanks |
fw712\samples\buildh.bat | dos> Buildh testxbrw
Many 'ads' functions can't be found.
Regards !
Shuming Wang |
fw712\samples\buildh.bat | Shuming,
Are you using Harbour or xHarbour ?
Are you using the Harbour/xHarbour build that we have published for FWH 7.12 ? Here it is working fine |
fw712\samples\buildh.bat | Antonio,
Harbour 1 .1-1 ( libs dated Nov 05,2007 ) From fwh package download site.
Regards!
Shuming Wang |
fw712\samples\buildh.bat | Please rebuild your ACE32.lib doing:
implib.exe ACE32.lib ACE32.dll |
fw_SetUnicode() | [quote:2p7krts0]What I understand from you is that your application will be mostly an ANSI application with only a few modules / screens handling Unicode text. Am I right?[/quote:2p7krts0]
yes, my applications are mostly ANSI with few modules / screens handling Unicode text.
[quote:2p7krts0]In your case (and similar a... |
fw_SetUnicode() | hi at all,
when i activate unicode with fw_SetUnicode(.t.) all the gets of my program (dbase fields, MsgGet(), etc.) are in insert mode and i am not able to set overwrite mode.
is there a way to activate overwrite mode?
thanks |
fw_SetUnicode() | You may set FW_SetUnicode( .T. ) at the very beginning in the Main() function if you want to make a Unicode application.
In a Unicode application GETs of any variable other than character type behave the same way as in a pure ANSI application. Behavior of GETs of character variables is effected by CLAUSE CHRGRP
@ r,c... |
fw_SetUnicode() | Nages,
many thanks for your informations!
i am trying the news in fwh, I'm trying to understand this topic (unicode) quite complex.
Anyway i am interested to use im my programs languages like russian, rumenian, french.
thanks for any help.
marzio |
fw_SetUnicode() | [quote:1oqcnw0c]
i am trying the news in fwh, I'm trying to understand this topic (unicode) quite complex.
[/quote:1oqcnw0c]
Pleae go ahead testing. As you go on you will find Unicode is not really complex. It is as simple as a normal ANSI program but has the capability to handle Unicode text. Well you need to keep in ... |
fw_SetUnicode() | [quote:3h290ilt]is it possible in browse file to have columns with UNICODE and column with ANSI ?
[/quote:3h290ilt]
Yes, possible.
From version FWH17.04, you can set classdata TGet():lDefaultANSI := .t. at the beginning of the application after FW_SetUnicode( .t. ). With this setting, all Gets default to ANSI. Only fo... |
fw_addtime | Al linkar en 64 bits me arroja un error: unresolved external
Para la función FW_ADDTIME.
En 32 bits sin embargo lo hace bien.
La versión de FW64 que tengo es la 14.07 |
fw_arratoDbf l and progress | [code=fw:2tu1zvoz]<div class="fw" id="{CB}" style="font-family: monospace;"><br />FW_ArrayToDBF<span style="color: #000000;">(</span> aData, cFieldList, bProgress, lOverWrite, lRecallDeleted, bTrigger <span style="color: #000000;">)</span><br /> </div>[/code:2tu1zvoz]
3rd parameter is bprogress
But the f... |
fw_arratoDbf l and progress | thanksssssssssssssssssssssssss |
fw_arratoDbf l and progress | If I have a fw_arratoDbf()
sample
oArchivio:fw_arraytodbf(adata)
can insert a refer to a TProgress, and how ?
and if I have an Aeval function can insert the position of the tprogress ? |
fw_arratoDbf l and progress | sorry Nages I tried but not happend any
LOCAL bprogress := { || ( oProgress:SetPos( npos++ ),;
SysRefresh() ) }
oProgress:SetRange( 0, len(aData) )
oProgress:SetPos( 0 )
oLotto2:fw_ArrayToDBF( aData,,bProgress) |
fw_arraytodbf - record empty - Resolved! | When I convert from a csv file to an array, the fw_ArrayToDBF (aData ,, bProgress) function inserts me an empty record, how do I avoid this
[code=fw:1qlozare]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">local</span> csvfile:=<span style="color: #ff0000;">".<span style="co... |
fw_arraytodbf - record empty - Resolved! | Any solution Please ?
today I converted another file and I have the same problem see the picture
[img:26uoisj9]https://i.postimg.cc/GmCCBmq9/jjjjj.jpg[/img:26uoisj9] |
fw_arraytodbf - record empty - Resolved! | Instead of
[code=fw:2ylyn78s]<div class="fw" id="{CB}" style="font-family: monospace;"> Adel<span style="color: #000000;">(</span>aData,<span style="color: #000000;">1</span><span style="color: #000000;">)</span><br /> </div>[/code:2ylyn78s]
please try
[code=fw:2ylyn78s]<div clas... |
fw_arraytodbf - record empty - Resolved! | [quote="nageswaragunupudi":2dhz1lnd]Instead of
[code=fw:2dhz1lnd]<div class="fw" id="{CB}" style="font-family: monospace;"> Adel<span style="color: #000000;">(</span>aData,<span style="color: #000000;">1</span><span style="color: #000000;">)</span><br /> </div>[/code:2dhz1lnd]
please try
[code=fw:2dhz1ln... |
fw_dbftoArray alcance | Buenas noches foro
Un ejemplo de ayuda en la forma correcta de codificar fw_dbftoarray,
cFieldList := "Fecha, Terminal, Valor"
FW_DbfToArray ( cFieldList, bFor, bWhile, nNext, nRec, lRest, aData )
Necesito en el Array solo una fecha determinada
Gracias |
fw_dbftoArray alcance | [code=fw:8x61z6se]<div class="fw" id="{CB}" style="font-family: monospace;"><br />aRows := FW_DbfToArray<span style="color: #000000;">(</span> <span style="color: #ff0000;">"DATE,TERMINAL,VALUE"</span>, <span style="color: #000000;">{</span> || FIELD->DATE = dDate <span style="color: #000000;">}</span> <s... |
fw_dbftoArray alcance | thank you Mr RAO |
fw_exeltodbf error on execute | Hello,
I'm having folowing error with FW_EXCELTODBF
[code=fw:3o1uowim]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> cCurFile := cGetFile<span style="color: #000000;">(</span> <span style="color: #ff0000;">"Exel file| *.xl*| "</span>, <span style="color: #ff0000;">"Kies een leveranciers exel f... |
fw_exeltodbf error on execute | It is clear that is has something todo with the fact that in the exel file there is a column with a numeric value in the rows or
that this column is changed to tekst.
If I use a other column with the same headernaam than it works ?? |
fw_exeltodbf error on execute | [code=fw:1ztojwh4]<div class="fw" id="{CB}" style="font-family: monospace;">FW_ExcelToDBF<span style="color: #000000;">(</span> oRange, <span style="color: #00C800;">NIL</span> , .t. <span style="color: #000000;">)</span></div>[/code:1ztojwh4]
When you specify the 3rd parameter as .T., you are indicating that ... |
fw_menudraw | Buen dia...
Estoy obteniendo este error despues de actualizar a fwh 23.04
Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Build 20150726)
FiveWin Version : FWH 23.04
Windows version: 6.2, Build 9200
Time from start: 0 hours 0 mins 15 secs
Error occurred at: 10/09/2023, 08:11:47
Error descripti... |
fw_menudraw | Muestra:
[code=fw:y8q8awz0]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Called <span style="color: #0000ff;">from</span>: <span style="color: #000000;">FUENTES</span>\MAIN\ZerusMain.prg => ZERUSMAIN<span style="color: #000000;">(</span> <span style="color: #000000;">4230</span> <span style="colo... |
fw_menudraw | Buena tarde...
Persiste error con version 23.10
[code=fw:2nos3jpz]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />Application<br />===========<br /> Path and <span style="color: #0000ff;">name</span>: <span style="color: #000000;">D</span>:\RUSSOFT\ZERUS\zeruswin.exe <span style="color: #00000... |
fw_menudraw | Puedes propocionar un pequeño y completo PRG de ejemplo ?
gracias |
fw_menudraw | Antonio buena tarde...
El error es esporádico... anexe desde el llamado del primer método... para ver manejo de variables según expreso KARINA
Gracias |
fw_menudraw | Publique estas funciones o haga una DEMO para que podamos compilar y encontrar la falla o el error.
[code=fw:2h0izf93]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> Called <span style="color: #0000ff;">from</span>: <span style="color: #000000;">FUENTES</span>\COMUNES\FW_FUNCSST3.PRG => PR... |
fw_menudraw | Buena tarde... el código esta publicado |
fw_menudraw | [code=fw:14yfx7jm]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> #ifdef __FWXH__ <span style="color: #B900B9;">// FIVEWIN</span><br /><br /> CLOSE ALL<br /><br /><br /> PRINCIPAL<span style="color: #0... |
fw_valtosql() devuelva ""dd/mm/yyyy"" | Fivewineros
Estoy haciendo un select entre rango de fechas de esta forma:
[code=fw:29hr32dp]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> SET DATE FORMAT <span style="color: #ff0000;">"dd/mm/yyyy"</span><br />cMes:=StrZero<span style="color: #000000;">(</span>mMes,<span style="color: #000000;">2<... |
fw_valtosql() devuelva ""dd/mm/yyyy"" | Usa DTOC(fecha)
[code=fw:1a54t9ef]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> SET DATE FORMAT <span style="color: #ff0000;">"dd/mm/yyyy"</span><br />cMes:=StrZero<span style="color: #000000;">(</span>mMes,<span style="color: #000000;">2</span><span style="color: #000000;">)</span><br />cSq... |
fw_valtosql() devuelva ""dd/mm/yyyy"" | [quote="cmsoft":38g1tb3i]
Igualmente, en Mysql las fechas se consultan como tu consulta original. Porque las quieres consultar en ese formato?[/quote:38g1tb3i]
Hola cmsoft gracias por responder, si utilizo dtoc() para hacer mis consultas, queria una variante con fw_valtosql() ya que me olvido de poner la comilla simpl... |
fwcalendar pequeñas modificaciones | hola foro,
aqui dejo una imagen de la clase fwcalendar que modifique un poco para su presentacion, al rato subo la clase para los interesados
<!-- m --><a class="postlink" href="http://img112.imageshack.us/my.php?image=fwcalendaraw4.jpg">http://img112.imageshack.us/my.php?imag ... daraw4.jpg</a><!-- m -->
salu2
paco |
fwcalendar pequeñas modificaciones | aqui dejo otra imagen, en esta ultima version los colores cambiaron, dejo la posibilidad de poder establecer a criterio de cada uno los colores que mas les gusten, ej:
FwCalendar(dVar1,aRect[1],aRect[4],oDlg,cColorDialogo,cColorFecha,cColorDias,aColorTituloSemana)
dVar1 := FwCalendar(dVar1,aRect[1],a... |
fwcalendar pequeñas modificaciones | esta arreglado para que salga con doble-click ó enter de acuerdo al dia posicionado.
aqui dejo el link para su descarga:
<!-- m --><a class="postlink" href="http://www.savefile.com/files/878186">http://www.savefile.com/files/878186</a><!-- m -->
salu2
paco |
fwdbg.dll when start FIVEDIT.EXE | hi,
i have my Demo under c:\fwh\Sample\123
when start c:\fwh\FIVEDIT\FIVEDIT.EXE it say "missing fwdbg.dll" <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
but there is c:\fwh\samples\fwdbg.dll ...
i guess i still have a Environment Problem with FiveWin
---... |
fwdbg.dll when start FIVEDIT.EXE | Copy that DLL from the SAMPLES folder to the folder where FIVEDIT.EXE is ( c:\fwh\FIVEDIT\ ) |
fwdbg.dll when start FIVEDIT.EXE | [quote="cnavarro":3f5mbdbv]Copy that DLL from the SAMPLES folder to the folder where FIVEDIT.EXE is ( c:\fwh\FIVEDIT\ )[/quote:3f5mbdbv]
OK that work <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
now FivEdit ask me where is PRG to debug ... |
fwdbu request | it is possible add to the function TxtStruct( oBrw ) of fivedbu the list of index and key expression and for expression .
thanks |
fwdbu request | Hello Silvio,
this is a very useful practical feature. Thank you for asking.
Best regards,
Otto
[code=fw:2cgo4bmg]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> TxtStruct<span style="color: #000000;">(</span> oBrw <span style="color: #000000;">)</span>... |
fwdbu request | Thanks Otto <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
I think this is a better implementation as it writes the code that we need to create the indexes <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) --> :
[code=fw:2qycxfa4]<div... |
fwdbu request | Antonio,
and the tags ? |
fwdbu request | Dear Antonio,
thank you.
As to show source code is for me one oft he most used functions I inserted a button on the buttonbar for this.
[code=fw:1le6vrml]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">BUTTON</span> <span style="color:... |
fwdbu request | In my copy I also changed AddClipboardButton:
function AddClipboardButton( oDlg, cText )
local oBtn
@ 238, 6 BUTTON oBtn PROMPT FWString( "Copy to clipboard" ) ;
OF oDlg SIZE 180, 28 PIXEL ;
ACTION ( CopyToClipboard( oDlg:aControls[ 1 ]:GetText() ), oDlg:end() )
return nil
//--------... |
fwdbu request | In FWDbu there is no option to print the structure on paper ? |
fwdbu request | Marc,
You copy it and paste it on notepad, email, etc |
fwdbu request | Antonio
I not understood
I need also the tag
sample :
INDEX ON upper(last) [b:1mc5k21y]TAG LAST[/b:1mc5k21y] EVAL (oProgress:SetPos(nProgress++), Sysrefresh()) EVERY 1 FOR ! DELETED() |
fwdbu request | Hello Silvio,
I added:
[code=fw:3dtitsjk]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">if</span> cRDD = <span style="color: #ff0000;">"DBFCDX"</span><br /> <br /> &n... |
fwdbu request | Silvio,
[code=fw:scgv3z77]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">for</span> n = <span style="color: #000000;">1</span> <span style="color: #0000ff;">to</span> <span style="color: #000000;">15</span><br /> <span style="color: #00C800;">if</spa... |
fwdbu request | I'm rather confused by the question ...
I modified the dBU a few years ago, added some features, and have the ability to select an index. My clients have learned to use this "File Editor" effectively.
In the users manual, I added instruction on how to use the editor, plus the structure ( fields, types, sizes, and d... |
fwdbu request | Tim,
Today we enhanced the FiveDBU functionality to generate the code to create the index files:
[img:260ejbh5]https://bitbucket.org/fivetech/screenshots/downloads/fivedbu1.JPG[/img:260ejbh5]
ASWAPT.dbf is provided in FWH\samples. It is used from FWH\samples\schedule.prg
I don't remember when it was place... |
fwdbu request | Antonio,
Schedule.prg is the program I worked on with two other FW developers, which we shared freely, and it is fine to be in the samples. It uses the Codejock library.
This specific version is pretty enhanced, and is used by most of my clients very heavily. It allows for very detailed appointments, repeating one... |
fwdbu request | [quote="Antonio Linares":181no8fd]Silvio,
[code=fw:181no8fd]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">for</span> n = <span style="color: #000000;">1</span> <span style="color: #0000ff;">to</span> <span style="color: #000000;">15</span><br /> <span style="color: #00... |
fwdbu request | [quote="TimStone":82o3dwp7]Antonio,
Schedule.prg is the program I worked on with two other FW developers, which we shared freely, and it is fine to be in the samples. It uses the Codejock library.
This specific version is pretty enhanced, and is used by most of my clients very heavily. It allows for very detailed ... |
fwdbu request | Antonio,
Maybe you can put the print (structure) button in the new release ? So we don't have to copy /paste ? Would be handy... |
fwdbu request | [quote="Antonio Linares":1glf2bro]Silvio,
[code=fw:1glf2bro]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">for</span> n = <span style="color: #000000;">1</span> <span style="color: #0000ff;">to</span> <span style="color: #000000;">15</span><br /> <span style="color: #00... |
fwdbu request | I see here options to create indexes, but has someone a option (code) for the folowing :
I have a app. (Xbrowse) with lots of fields and already many indexes.
I see that I often need a other index to sort the data a better way. Is there a sample that will build a index while te program is running ?
or a function tha... |
fwdbu request | Hello,
If you want to create index purely in memory you can use
( cAlias )->( FW_CdxCreate( niL, .T. ) ) --> lSuccess
Note: Creation in memory if available only in the recent versions 17.09 and 17.11
BTW- does someone know if there is a Limit of TAGs you can create.
I do not see any limitation in FW_CdxCreate .
FW e... |
fwdbu request | Carlos,
many thanks. This is the final version:
[code=fw:31dr4s47]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">for</span> n = <span style="color: #000000;">1</span> <span style="color: #0000ff;">to</span> <span style="color: #000000;">15</span><br /> <spa... |
fwdbu request | Marc and all,
This is the most recent FiveDBU version. Free and full source code included <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[url:2fbzjmzl]https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedbu_20180327.zip[/url:2fbzjmzl]
[img:2fb... |
fwdbu request | Marc,
[quote="Marc Venken":1rsg0ws0]I see here options to create indexes, but has someone a option (code) for the folowing :
I have a app. (Xbrowse) with lots of fields and already many indexes.
I see that I often need a other index to sort the data a better way. Is there a sample that will build a index while te p... |
fwdbu request | Hello Antonio,
I did following test.
use ( "artikel" ) new
artikel->( FW_CdxCreate( niL, .T. ) )
It seems Harbour can handle more Indexes than 15.
for n = 1 to 15
Errorsys does also use only 15.
Best regards,
Otto
use ( "artikel" ) new
artikel->( FW_CdxCreate( niL, .T. ) )
1: => ARTIKEL ... |
fwdbu request | We can enhance FiveDBU code this way:
[code=fw:yjk93q13]<div class="fw" id="{CB}" style="font-family: monospace;"> n = <span style="color: #000000;">1</span><br /> <span style="color: #00C800;">while</span> ! Empty<span style="color: #000000;">(</span> IndexKey<span style="color: #000000;">(</span> n <span ... |
fwdbu request | Dear Antonio,
thank you. The same code is in errorsys.prg too.
Best regards and Happy Easter
Otto |
fwdbu request | Antonio
Al elegir un indice, me da este error:
[code=fw:3h6ayfqx]<div class="fw" id="{CB}" style="font-family: monospace;"> Error description: <span style="color: #000000;">Error</span> BASE/<span style="color: #000000;">1004</span> No exported <span style="color: #00C800;">method</span>: <span style="col... |
fwdbu request | Otto,
[quote="Otto":10rwn1tl]Dear Antonio,
thank you. The same code is in errorsys.prg too.
Best regards and Happy Easter
Otto[/quote:10rwn1tl]
Modified and included for next FWH 18.03
many thanks |
fwdbu request | Gonzalo,
Arreglado,
Por favor vuelve a descargar FiveDBU, gracias <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[url:15wwrovw]https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedbu_20180327.zip[/url:15wwrovw] |
fwdbu request | Dear Antonio,
in my copy I changed size of the dialogs and I inserted AUTOSORT.
Best regards,
Otto
[img:24sgp1nb]http://www.atzwanger-software.com/fw/fivedbu.jpg[/img:24sgp1nb] |
fwdbu request | Otto,
What size are you using ?
thanks |
fwdbu request | Dear Antonio,
I like large screens so I use
DEFINE DIALOG oDlg ;
TITLE Alias() + " " + FWString( "fields" ) ;
SIZE 900, GetSysMetrics( 1 )- 100 .
Perhaps you can add a setup to FiveDBU.
Thank you for your work and best regards,
Otto |
fwdbu request | HI, i need use with ADS files and index (ADT,ADX) , and open existing index files (adx), this can implemented?
i use remote local server, eg 192.168.1.10:6562 to ADS server.
thanks. |
fwdbu request | Antonio,
when you resize the dialog the button "copy to clipboard" is moved on the middle of dialog |
fwdbu request | Silvio,
Yes, I know it
Thinking how to fix it... |
fwdbu request | ok and think to use it in a tablet .... |
fwh + hp officejet 55 | estou com o problema que é o seguinte:
usando a impressora hp officejet 55 mando imprimir pelo sistema quando abro a tela novamente demonstra um erro estranho, pois a impressora mudou o caminho do sistema como resolver isso |
fwh + hp officejet 55 | Ronaldo,
Has probado la misma aplicación con otra impresora ? |
fwh + hp officejet 55 | com outra impressora funciona normal. |
fwh 10.01 and xhb commercial | Antonio
When trying to compile one of my apps with xhb commercial i get an unresolved external symbol -hb-mbtowc
I am linking xhb2.obj
any clue ?
Thanks |
fwh 10.01 and xhb commercial | Richard,
Please try to add this code to your main PRG:
[code=fw:2bp25tnv]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br />void * AnsiToWide<span style="color: #000000;">(</span> char * <span style="color: #000000;">)</span>;<br /><br />... |
fwh 10.01 and xhb commercial | Antonio
Still not good , this is the message i get
Redeclaration of 'hb_mbtowc' previously declared at c:\xhb\include\hbwince.h (165) : found 'void * _cdec1 function (char *) expected
unsigned short *_cdec1 function (const char *)
Richard |
fwh 10.01 and xhb commercial | Richard,
Lets try it this way:
[code=fw:17a3l0ty]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br />unsigned short * AnsiToWide<span style="color: #000000;">(</span> const char * <span style="color: #000000;">)</span>;<br /><br />unsigned... |
fwh 10.01 and xhb commercial | Antonio
It compiles ok now
I get module activex was compiled in pcode version 10 and this version of xharbour requires pcode 9
I guess i have to recopile the whole fw lib
Or maybe easier to create the uestudio project for this app,
Thanks for the help,
Richard |
fwh 10.01 and xhb commercial | Richard,
Isn't there available a xhb commercial with pcode 10 ? |
fwh 10.01 and xhb commercial | Richard,
I also use xHarbour commercial and I don't have any problem.
Which version do you use ? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.