topic
stringlengths
1
63
text
stringlengths
1
577k
Campos en TDatabase
Saludos amigos En TDatabase es posible leer campos de esta manera [code:h0j4o8ag]use cDbf database oDbf Msginfo( oDbf:Campox )[/code:h0j4o8ag] he revisado la clase pero no identifico la manera en como se crea este metodo. Podrian darme una mano con esto? Gracias anticipadas Williams Pacheco
Campos en TDatabase
Williams, Se utiliza la técnica del error handler: ERROR HANDLER OnError( uParam1 ) Al intentar acceder al nombre del campo se genera un error, ya que no existe esa DATA, y el sistema de gestión de errores del motor de clases de Harbour lo reconduce al método OnError(), desde allí se accede al campo que se esté usan...
Campos en TDatabase
With xHarbour Regards Maurizio ------------------------------------------------- oDbf := NewScatter() FUNCtion NewScatter() Local aVars := {=>} LOcal nField := FCount() LOcal nX := 1 FOR nX := 1 TO nField aVars[FIELDNAME(nX)] := FieldGet(nX) NEXT RETU aVars Function Gather(aVars) lOCAL...
Campos en TDatabase
Muchas gracias Voy a chequear
Campos en TDatabase
W Podés probar con TDbf de Manu Expósito que te da eso y mucho mas! <!-- m --><a class="postlink" href="http://www.fivewin.info/html/downloads.php?category=FiveWin%20users%20contributions&id=280">http://www.fivewin.info/html/downloads. ... ons&id=280</a><!-- m --> Saludos
Campos memo
Hola a todos. Tengo una dbf con varios campos memo y de vez en cuando aparecen datos cambiados de un memo a otro, creo que esta roto el archivo dbt, pero como repararlo sin perder datos, el viejo filefix de norton anda muy bien con las dbf pero no asi con los dbt. Probe pasar los datos a un archivo igual pero vacio, y...
Campos memo
Jorge, Que build de Harbour ó xHarbour estás usando ? De que fecha ?
Campos memo
Estoy usando Harbour 41.0 el copyright dice 1999-2002.
Campos memo
Jorge, Como ves, es bastante antiguo y se han modificado mucho los RDDs desde entonces. Actualízate a un build más reciente. En la sección whatsnew de estos foros tienes builds recientes que puedes descargar.
Campos memo
Antonio: Estamos utilizando la versión FWH/FWHX 7.01 January/2007 y aún así seguimos teniendo problemas con los campos memos, es decir, en reiteradas oportunidades cuando grabamos un memo en un registro aparece en otro, y estamos compilando con el Harbour que viene en esa versión. Ya hay alguna solución respecto a est...
Campos memo
Jorge, Es preciso que construyais un ejemplo pequeño y autocontenido que reproduzca el problema, sin usar FWH, para que podamos reportarlo en la lista de desarrollo de Harbour y lo revisen Es extraño puesto que nadie más ha reportado problemas con los campos memo, y más aún si habeis probado con ADS, pero no por eso ...
Campos memo
[code:9ehjv7qy]// ALTA, MODIFICACION Y ELIMINAR Function ABMBanco&#40;oDbf,oLbx,oDlg,nKey&#41; Local oDlg1,Btn1,Btn2,OldOrd,Reg,SiNo,VecLoc&#91;0&#93;,VecProv&#91;0&#93;,; vCod,vRaz,vDir,vPro,vLoc,vTel,vCui,vPos,; oCod,oRaz,oDir,oPro,oLoc,oTel,oCui,oPos Reg&#58;=oDbf&#58;Recno&#40;&#41; CargoVec_Ban&#40;o...
Can I use TXBrowse class from Resource?
I'm very impress with TXBrowse but I've used TWbrowse from Resource? How can I replace TWbrowse from resource with TXBrowse? If it's possible, could I have an example pls. Regards, Dutch
Can I use TXBrowse class from Resource?
Dutch: Try using oBrw:CreateFromResource( 10 ) // 10 is your browse ID Instead oBrw:CreateFromCode() Regards
Can I use TXBrowse class from Resource?
Hello Dutch, I see, you are changing from TW / TC-Browse to xBrowse. You can have a look at the topic DB-Tools. It is a nice sample, what you can do. In the moment, it is a little bit to early, to put the source in the forum, because it is still a lot to do. It might give you a overview of the handling. Greetings fro...
Can I use TXBrowse class from Resource?
You should also change wbrowse to xbrowse in the resource file.
Can I use TXBrowse class from Resource?
Hello NageswaraRao, would you be so kind to post a little rc- and prg-file with a demo for fwcodesnips.com. Thanks in advance Otto
Can I use TXBrowse class from Resource?
Hello Otto, here is a small rc and prg sample [code:x7f8hudx]Test DIALOG DISCARDABLE 39, 40, 429, 272 STYLE WS_POPUP|WS_CAPTION|WS_SYSMENU CAPTION "Test" FONT 8, "Verdana" BEGIN CONTROL "", 110, "TOutLook2003", 0x00800000, 3, 4, 111, 250 CONTROL "Exit", 1001, "Button", WS_TABSTOP, 381, 234, 45, 20 CONTROL "", 1...
Can I use TXBrowse class from Resource?
Hello Stefan, Thank you. BTW, do you know how I could extend the VSX resource editor that I can select "TXBrowse"? At the moment I can use copy and paste from a other project. But it is not elegant. Regards, Otto
Can I use TXBrowse class from Resource?
Dear StefanHaupt, Thanks, I've got it. Dear Antonio, In xbrowse.ch is not including REDEFINE command. Have you done the transalator command for REDEFINE? or I have to do by ourselve. Thanks&Regards, Dutch
Can I use TXBrowse class from Resource?
Otto, [url=http&#58;//imageshack&#46;us:3hrtpfyr][img:3hrtpfyr]http&#58;//img512&#46;imageshack&#46;us/img512/3840/ottooe3&#46;png[/img:3hrtpfyr][/url:3hrtpfyr]
Can I use TXBrowse class from Resource?
Dutch, > In xbrowse.ch is not including REDEFINE command. We are going to implement it asap,
Can I use TXBrowse class from Resource?
Thank you, Antonio, I am surprised you can do this without adding a own control to the TOOLBOX. Great. Are you using VSX much? Regards, Otto
Can I use TXBrowse class from Resource?
Otto, > I am surprised you can do this without adding a own control to the TOOLBOX. > You can do the same using Borland resources workshop <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> > Are you using VSX much ? Sometimes, to learn how to use it.
Can I use TXBrowse class from Resource?
[quote="dutch":54l3n8ts]Dear StefanHaupt, In xbrowse.ch is not including REDEFINE command. Have you done the transalator command for REDEFINE? or I have to do by ourselve. Dutch[/quote:54l3n8ts] Actually you can use the same command for resources also like this: [code:54l3n8ts] @ 0,0 XBROWSE FIELDS <fileds> HEADERS ...
Can I use TXBrowse class from Resource?
NageswaraRao, We should better have a REDEFINE XBROWSE ... to avoid confusions
Can I use TXBrowse class from Resource?
Dear Antonio & nageswaragunupudi & Stefan Thanks for your valuable help. Regards, Dutch
Can I use TXBrowse class from Resource?
Dear nageswaragunupudi, [quote:2g8xxvww]Actually you can use the same command for resources also like this: Code: @ 0,0 XBROWSE FIELDS <fileds> HEADERS <headers,...> PIXEL OF oDllg ALIAS <alias> < your other code for other xbrowse set up if any > oBrw:CreateFromResource( <ID> ) // instead of oBrw:CreateFromCod...
Can I use TXBrowse class from Resource?
Mr Dutch > GoDown() after bottom line will show the data from the line before bottom line but it's ok when put bChange := {|| oBrw:Refresh() } > I too have noticed some painting problems when we press down arrow key continuously when we reach the end of the table. Seems this is an issue to be resolved. I would lik...
Can I use TXBrowse class from Resource?
Thanks nageswaragunupudi Regards, Dutch
Can :bRClickData coexist with :bPopUp on xBrowse?
Hi. I'm looking to execute a code block when rightclicking on a specific column, as in: [code=fw:b3ppqyok]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />   WITH OBJECT ::<span style="color: #000000;">oGrid</span><br />      :<span style="color: #000000;">MedRec</span>:<span style="color: #00000...
Can :bRClickData coexist with :bPopUp on xBrowse?
bPopup takes precedence over bRClickData. So for the same column, bRClickData does not work if bPopUp is defined. For your requirement, you may assign the context menu block to all individual columns except the one for which you want bRClickData instead of to the browse object. [code=fw:1wmszlwe]<div class="fw" id="{...
Can :bRClickData coexist with :bPopUp on xBrowse?
Mr. Rao; Excellent suggestion. Thank you, Reinaldo.
Can Colorized this border ?
could i program the color of this border? [img:ohpdrhkf]https&#58;//i&#46;postimg&#46;cc/QNJKdhC1/bb&#46;jpg[/img:ohpdrhkf]
Can Colorized this border ?
Show how you made this edge. on this forum, there are programmers, not soothsayers. Muestre cómo hizo este borde. en este foro, hay programadores, no adivinos. Te he pedido varias veces que siempre publiques el código. I have asked you several times to always post the code.
Can Colorized this border ?
[quote="karinha":1eza9pc7]Show how you made this edge. on this forum, there are programmers, not soothsayers. Muestre cómo hizo este borde. en este foro, hay programadores, no adivinos. Te he pedido varias veces que siempre publiques el código. I have asked you several times to always post the code.[/quote:1eza9pc7]...
Can Colorized this border ?
ok. sirve para otro usuário.
Can Colorized this border ?
Cuando alguien pide un ejemplo, debería publicarse, más o menos como si lo estuviera publicando ahora. Si el ejemplo no funciona para usted, funcionará para otro usuario del foro. Vea si este código le ayuda. When someone asks for an example, it should get posted, more or less like I'm posting it now. If the example d...
Can Colorized this border ?
[quote="karinha":1xp9xy4j]Cuando alguien pide un ejemplo, debería publicarse, más o menos como si lo estuviera publicando ahora. Si el ejemplo no funciona para usted, funcionará para otro usuario del foro. Vea si este código le ayuda. When someone asks for an example, it should get posted, more or less like I'm postin...
Can Colorized this border ?
Silvio, my solution is tested on all 4 positions possible to define : pensize, color and the pen transparentlevel [img:5gr3pt56]http&#58;//www&#46;service-fivewin&#46;de/images/Silvio1&#46;png[/img:5gr3pt56] [img:5gr3pt56]http&#58;//www&#46;service-fivewin&#46;de/images/Btnbar1&#46;png[/img:5gr3pt56] regards Uwe <...
Can Colorized this border ?
I resolved thanks
Can FW also read a intire online webshop ?
Today I was totaly surpriced that a colluege of mine presented me a exel file with the content of my online webshop !! All catagories and all product info is inside the exel file. So, he was able with a Exel Macro to read my webshop. How great is this Can this be done also with FW ? shop = www(dot)maveco-webshop...
Can FW also read a intire online webshop ?
Yes, interesting. By the way, can you provide us the link to your webshop?
Can FW also read a intire online webshop ?
<!-- m --><a class="postlink" href="https://www.maveco-webshop.be">https://www.maveco-webshop.be</a><!-- m --> Maybe the code of mr. Rao's and Uwe for retrieving the topics from this forum are the base of this new setup ?
Can FW also read a intire online webshop ?
Here is the basic code from Mr. Rao for reading the forum This code is used inside a loop to get all forum topics... <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=">viewtopic.php?f=3&t=</a><!-- l -->" + cValToChar( nTopic ) How do we find the code from a webshop that...
Can FW also read a intire online webshop ?
This seems to be the part of code that would be needed in order to read the webshop, but it is giving no data. <!-- m --><a class="postlink" href="https://www.maveco-webshop.be/bedrijfskleding/broek/?page=2">https://www.maveco-webshop.be/bedrijfsk ... ek/?page=2</a><!-- m --> If I copy this code into Chrome, then it ...
Can FW also read a intire online webshop ?
I did some more testing, but i get no data in the cText. Is it possible that the function Webpagecontents is not able to retrive the data when it is a https (notice the s) site? with http seems to give data ... //cData = "https://www.maveco-webshop.be/" cData = "http://forums.fivetechsupport.com/" ...
Can FW also read a intire online webshop ?
The function reads the contents of "https" also. [code=fw:4czhpv5d]<div class="fw" id="{CB}" style="font-family: monospace;">FW_MEMOEDIT<span style="color: #000000;">&#40;</span> WebPageContents<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"https://www.maveco-webshop.be/"</span>, .t. <span s...
Can FW also read a intire online webshop ?
How could i do the folowing ? assume is have a start description field like "Safety shoes S3 with composit upper and kevlar sole type 1254" Then I have a huge dbf with several field like 'description' and 'memo' and 'reference' .... How can I put in a array or dbf ALL the records that meet one of the words from the...
Can FW also read a intire online webshop ?
I'm trying to analyse the function below and see that this is the string that is build up when typing words in Xbrowse cFilter will look like this --->> 'DASSY' $ UPPER( DBRECORDINFO( 9 ) ) .AND. 'BARI' $ UPPER( DBRECORDINFO( 9 ) ) What is DBRECORDINFO(9) doing ? Looking into all field <!-- s:?: --><img src="{...
Can FW also read a intire online webshop ?
[quote:polo7eyv]cFilter will look like this --->> 'DASSY' $ UPPER( DBRECORDINFO( 9 ) ) .AND. 'BARI' $ UPPER( DBRECORDINFO( 9 ) ) What is DBRECORDINFO(9) doing ? Looking into all field <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> <!-- s:?: --><img src="{SMILIES_PAT...
Can FW also read a intire online webshop ?
Alternatively [code=fw:z3pok9an]<div class="fw" id="{CB}" style="font-family: monospace;">hb_wildMatchI<span style="color: #000000;">&#40;</span> cPattern, cString <span style="color: #000000;">&#41;</span></div>[/code:z3pok9an] <!-- m --><a class="postlink" href="http://kresin.ru/en/hrbfaq_3.html#Doc13_9">http://kre...
Can FW also read a intire online webshop ?
[quote="hmpaquito":2gnte96h]Alternatively [code=fw:2gnte96h]<div class="fw" id="{CB}" style="font-family: monospace;">hb_wildMatchI<span style="color: #000000;">&#40;</span> cPattern, cString <span style="color: #000000;">&#41;</span></div>[/code:2gnte96h] <!-- m --><a class="postlink" href="http://kresin.ru/en/hrbfa...
Can FW also read a intire online webshop ?
Is there also a HTML class ? I found this : <!-- m --><a class="postlink" href="https://github.com/harbour/core/blob/master/tests/html.prg">https://github.com/harbour/core/blob/ma ... s/html.prg</a><!-- m --> Is there a more complete version ? Not for writing, but read a html page and extract all stuff from it. <t...
Can FW also read a intire online webshop ?
Today I found this code in java. It should show the tags in a html page. I can read the tags in FW when i know te name of them en take the text between the corresponding text. Do we have a corresponding function like getelementbytagname ? [code=fw:tjyt8q3f]<div class="fw" id="{CB}" style="font-family: monospace...
Can FW also read a intire online webshop ?
[code=fw:1zpicl8u]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> GetTag<span style="color: #000000;">&#40;</span> cTag, cHtml, nPos <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> cText := BeforAtNum<s...
Can Fivewin be used for process IO hardware ?
Just wonder if Fivewin can be used as platform (graphics layout) for processing utilities ? I'v done some very small testing with Arduino I/O board, but FW is more fun in visuals and keeping data. At this point I would like to know if I can get FW to know if a beam (ex. laser) is broken by trespassing the laser. The...
Can Fivewin be used for process IO hardware ?
Marc, This seems to be the way to go: [url:32d7vmze]http&#58;//xanthium&#46;in/Serial-Port-Programming-using-Win32-API[/url:32d7vmze] Seen here: [url:32d7vmze]https&#58;//forum&#46;arduino&#46;cc/index&#46;php?topic=438190&#46;0[/url:32d7vmze]
Can Fivewin be used for process IO hardware ?
Yes, this is a point for information about IO and so on. <!-- m --><a class="postlink" href="https://xanthium.in/cross-platform-attiny-2313a-rs485-communication-with-pc-led-control-csharp-dot-net">https://xanthium.in/cross-platform-atti ... rp-dot-net</a><!-- m --> From the Site : The Control Software that runs on ...
Can Fivewin be used for process IO hardware ?
Marc, You don't need C# at all for this to work: [url:2w25s51q]http&#58;//xanthium&#46;in/Serial-Port-Programming-using-Win32-API[/url:2w25s51q] C# is based on .NET virtual machine and it is not compatible with Harbour
Can Fivewin be used for process IO hardware ?
Antonio, Could Fivewin for Linux be used for this?
Can Fivewin be used for process IO hardware ?
George, Linux C serial communication with arduino [url:369g5895]http&#58;//forum&#46;arduino&#46;cc/index&#46;php?topic=45115&#46;0[/url:369g5895]
Can Fivewin be used for process IO hardware ?
Maybe there is a easy way of doing what I want. I want to count how many times a laserbeam is interupted. With that count, I need to present data on screen with FW. Fw can open a cashdrawer and also read data from a scanner (barcode) This is done by COM port. There is surely hardware on the internet that can give a...
Can Fivewin be used for process IO hardware ?
There is a sample from Enrico that read/write to COM <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=4378&hilit=read+comport">viewtopic.php?f=3&t=4378&hilit=read+comport</a><!-- l --> A com port is reading text data, but can also read a power signal ? It has to open a ...
Can Fivewin be used for process IO hardware ?
Reading about COM port is telling me that I need to look for the right PIN's from the Com-connector. that is used for power signal in/out Has anyone done this for a application ?
Can Fivewin be used for process IO hardware ?
I believe that I have seen gauges and meters somewhere on the forum ? Anybody now where ? Meters like this ? I would like to look into them. [img:1lysiepq]https&#58;//www&#46;maveco&#46;be/fivewin/arduino&#46;jpg[/img:1lysiepq]
Can I Manage gotfocus event of TwBrowse (Std.)
Hello All, Can I control gotfocus event of TwBrwse (standard). Typically I wish to set filter when listbox receives focus. I am trying to use Listbox in Tab of Folder. Can somebody help ? TIA Milan.
Can I Manage gotfocus event of TwBrowse (Std.)
oBrw:bGotFocus EMG
Can I Manage gotfocus event of TwBrowse (Std.)
[quote="EnricoMaria":2rizgdrg]oBrw:bGotFocus EMG[/quote:2rizgdrg] Dear Enrico, No it does not work. I am using Nov-2005 build. With best regards, Milan.
Can I Modify Error Log info?
Dear All, Can I modify the message or information of contact to my info? [url=http&#58;//image&#46;ohozaa&#46;com/view2/y6kUC2HRV98mlIMd:1qxw2oe3][img:1qxw2oe3]http&#58;//image&#46;ohozaa&#46;com/i/d78/irRGOn&#46;jpg[/img:1qxw2oe3][/url:1qxw2oe3]
Can I Modify Error Log info?
Dutch, It seems as you are not using FWH's standard errorsys. FWH errorsys full source code is available at: FWH\source\function\errsysw.prg
Can I Modify Error Log info?
Dear Antonio, I've got it now, it is the replacement errsysw.prg from Uwe source code function (PickDate). [quote="Antonio Linares":kqmr61cn]Dutch, It seems as you are not using FWH's standard errorsys. FWH errorsys full source code is available at: FWH\source\function\errsysw.prg[/quote:kqmr61cn]
Can I Modify Error Log info?
this is the current dialog of error of fivewin, this is create in source\function\errsysw.prg [img:2drfld09]http&#58;//i&#46;imgur&#46;com/QJoV5hc&#46;png[/img:2drfld09] yours is diferent.
Can I Modify Error Log info?
Dear Carlos, Thank you so much, I've got it now. [quote="carlos vargas":1cgb8orn]this is the current dialog of error of fivewin, this is create in source\function\errsysw.prg [img:1cgb8orn]http&#58;//i&#46;imgur&#46;com/QJoV5hc&#46;png[/img:1cgb8orn] yours is diferent.[/quote:1cgb8orn]
Can I attach files?
Is there any possibility to attach files to messages on the forum? Vladimir Grigoriev
Can I attach files?
Vladimir, You have to host your file in a place like <!-- w --><a class="postlink" href="http://www.hyperupload.com">www.hyperupload.com</a><!-- w --> and then copy here the link they provide you.
Can I attach files?
Thanks Antonio. You are just in time as usual. Vladimir Grigoriev
Can I avoid console window when I run FWH application ?
Hello All, When I run an FWH application, a console window also pop up along with main window. Can I avoid it ? I am using May 2006 build. TIA Milan.
Can I avoid console window when I run FWH application ?
Milan, Please use GTGUI.lib instead of GTWIN.lib.
Can I avoid console window when I run FWH application ?
Dear Antonio, I am still getting two windows open after linking GtGui.Lib instead of GtWin.Lib. Do I need to do anything else ? TIA Milan.
Can I avoid console window when I run FWH application ?
Milan, Please check that you are using these flags when calling ilink32: ilink32 -Gn -aa -Tpe -s -v ... What Windows version are you using ? Can you reproduce it using a FWH sample ?
Can I avoid console window when I run FWH application ?
Dear Antonio, Yes it did solve the problem. Thanks a lot. With best regards, Milan.
Can I change DATA ::oMnuHeight ?
Dear Antonio, How can I set the menu height? Because I set oMenu:oMnuHeight, it doesn't effect. It still cannot set now. <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=31117">viewtopic.php?f=3&t=31117</a><!-- l --> Thanks.
Can I change DATA ::oMnuHeight ?
Currently the menu height is calculated by the Height of the selected font for the menu. The property (oMnuHeight) has been added to establish in the near future the top of the menuitems regardless of the height of the font Currently oMnuHeight nonfunctional regards [code=fw:29v0rcbh]<div class="fw" id="{CB}" style="f...
Can I change DATA ::oMnuHeight ?
Dear Canavarro, Thanks FYI.
Can I change ODBC Data Source Configon the fly? *Got it*
Dear All, I use Crystal Report with MySql. Can I change MySql/ODBC Data source configuration such as below by our program? - Data Source Name - TCP/IP Address - User - Password Thanks in advance.
Can I change ODBC Data Source Configon the fly? *Got it*
I found page to update MySql ODBC by programming. [url:brgt3d71]https&#58;//dev&#46;mysql&#46;com/doc/connector-odbc/en/connector-odbc-examples-programming-vb-rdo&#46;html[/url:brgt3d71] How to do with FWH? Thanks in advance.
Can I change ODBC Data Source Configon the fly? *Got it*
I Use oDSN := TDSN():Create( cODBC, "mastroODBC",cDbName ,cServer, cUser,1, 'C:\Program Files (x86)\MySQL\Connector ODBC 3.51\myodbc3.dll', val(nPort), cPassword ) Maurizio <!-- w --><a class="postlink" href="http://www.nipeservice.com">www.nipeservice.com</a><!-- w -->
Can I change ODBC Data Source Configon the fly? *Got it*
[quote="Maurizio":2njgw69s]I Use oDSN := TDSN():Create( cODBC, "mastroODBC",cDbName ,cServer, cUser,1, 'C:\Program Files (x86)\MySQL\Connector ODBC 3.51\myodbc3.dll', val(nPort), cPassword ) Maurizio <!-- m --><a class="postlink" href="http://www.nipeservice.com">http://www.nipeservice.com</a><!-- m -->[/quote:...
Can I change ODBC Data Source Configon the fly? *Got it*
look at <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=18619&p=97790&hilit=create+odbc#p97790">viewtopic.php?f=6&t=18619&p=97790&hilit=create+odbc#p97790</a><!-- l --> Maurizio
Can I change ODBC Data Source Configon the fly? *Got it*
Thanks once again, Maurizio
Can I change ODBC Data Source Configon the fly? *Got it*
Hello Dutch , what version of crystal report do you use ? I use 8.5 and I have no problem creating the setup for customers . I would like to use s 10 but I can't create the setup <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> Maurizio
Can I change ODBC Data Source Configon the fly? *Got it*
Dear Maurizio, I use CR XI R6 SP6 (11.5). Please check this site for runtime setup. [url:3jbc7mfu]http&#58;//www&#46;vdf-guidance&#46;com/ContribPage&#46;asp?Page=HOWTOPRNTCRXIRTI&ContribRecId=109[/url:3jbc7mfu] [quote="Maurizio":3jbc7mfu]Hello Dutch , what version of crystal report do you use ? I use 8.5 and I have...
Can I change my IP address with Fivewin/Harbour?
Dear Members, Can I change my IP address with FiveWin/Harbours? I am using Internet by ISP company. If possible, please let me have some sample or link on IP Change. Thanks.
Can I change my IP address with Fivewin/Harbour?
[code=fw:2rn6m9c1]<div class="fw" id="{CB}" style="font-family: monospace;">cAdapterType:=<span style="color: #ff0000;">"Local Area Connection"</span><br />cIP:=<span style="color: #ff0000;">"192.168.0.200"</span><br />cSubNet:=<span style="color: #ff0000;">"255.255.255.0"</span><br />cGateWay:=<span style="color: #ff0...
Can I change my IP address with Fivewin/Harbour?
Thanks so much Mr.anserkk! I was in business travel, and found your answer today...
Can I change standard CursorWait() to another animation?
I would like to change standard hourglass to another modern animation? Thanks in advance,
Can I change standard CursorWait() to another animation?
Dutch, Please review FWH\samples\win32.prg Also check the free tool AniTuner from this URL: [url:3cs4ksbf]https&#58;//torry&#46;net/pages&#46;php?id=1520[/url:3cs4ksbf]
Can I change standard CursorWait() to another animation?
Dear Antonio, Thanks for an idea.
Can I change the DIALOG TITLE to Non-Standard Windows?
Dear All, Can I change (define) DIALOG TITLE BAR to another style? I try to put this after DEFINE DIALOG but not successful. [code=fw:21zzz3mk]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000...