topic
stringlengths 1
63
| text
stringlengths 1
577k
⌀ |
---|---|
question to ""static far char cHelpTopic[ 50 ];"" | Günther,We are going to review it asap, thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
question xBrowse | Hello Mr. Rao,
I would like to know if xBrowse could work like Excell when editing a Cell and clicking with mouse out of it resulting in saving the data, not loosing it like nowadays.
Thank you. |
question xBrowse | Hi
Try
oCol:lAutoSave := TRUE
Colin |
question xBrowse | Hello,
It worked, thank you:
[code=fw:3vofzrsv]<div class="fw" id="{CB}" style="font-family: monospace;">AEval<span style="color: #000000;">(</span> oBrowse:<span style="color: #000000;">aCols</span>, <span style="color: #000000;">{</span> |o| o:<span style="color: #000000;">lAutoSave</span> := .T. <span style="color: #000000;">}</span> <span style="color: #000000;">)</span></div>[/code:3vofzrsv] |
questions about 64 bits and FWH | Class TImage for 64 bits seems to be ready <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> We had to change code to adapt it to FreeImage.dll 64 bits (we have renamed it as FreeImage64.dll)
samples\testimg.prg is already working fine with FWH 64 and Harbour
[img:1mvdxy2o]http://img541.imageshack.us/img541/39/capturezxx.jpg[/img:1mvdxy2o]
It will be included in FWH 13.02 |
questions about 64 bits and FWH | Hello,
I would like to ask please some questions about 64 bits and FWH.
What happens with 32 bit dlls, such as Fast Report ?.
Does FWH 64 bits provide all clases in 64 bits mode?. I heard that not all were available, particulary Freeimage support. Maybe I am wrong.
Antonio, please, why do not consider to merge FWH 32 and FWH 64 into a single product, so with a single install we have all libs?. That will help us updating both products every build with a single task.
What about .rc dialogs?.
Any other useful tips?. Maybe an introduction of using 64 bits will help newbies as me.
Thanks a lot!! <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->. |
questions about 64 bits and FWH | Lucas,
32 bits DLLs seem to work fine from 64 bits apps.
FWH 64 was developed after FWH 32, and required lots of changes in the source code, thats why we sell them as different products.
Applying your logic, you shoud receive a Windows 32 and 64 bits when you buy Windows. They are sold as different products, the same way as we do.
rc files are fully compatible, except the manifest file that is different, if used. |
questions about 64 bits and FWH | Antonio,
Thank you about for your quick answer as usual.
Does FWH 64 bits provide all clases in 64 bits mode?. I heard that not all were available, particulary Freeimage support. Maybe I am wrong?.
What changes should I do in my normal code?.
And how 32 bits dll are called in FWH 64?.
Thanks. |
questions about 64 bits and FWH | Up!. |
questions about 64 bits and FWH | Lucas,
My mistake, 32 bits DLLs can not be used in 32 bits mode.
We don't have a FreeImage64.dll yet. We need to get it
All FWH classes are available in FWH 64, except TImage for the above reason |
questions about 64 bits and FWH | [url:1igz9yip]http://stackoverflow.com/questions/2265023/load-32bit-dll-library-in-64bit-application[/url:1igz9yip] |
questions about 64 bits and FWH | Antonio,
Thanks for reply.
When do you plan to have TImage working in 64 bits please?.
Also, as BCC now also has a 64 bit compiler, are you interested in testing and building 64 bits libs?. I can offer my help to test FWH64 with BCC 64 bits.
Thanks. |
questions about 64 bits and FWH | Lucas,
In fact, what we need is how to successfully rebuild FreeImage.dll in 64 bits. I am not familiar with Free Image source code but I assume that they should provide a make file for 64 bits.
Regarding bcc 64, we have been offering FWH 64 much before and we used Microsoft C compiler to do it. I don't see any advantages in using bcc 64 except that it may be easier for bcc users. |
questions about 64 bits and FWH | Antonio,
You are right, the main advantage is that it is easier for bcc users. So maybe it is interesting and will help users to move and produce 64 bits with BCC and 32 bits with same compiler.
What do you think?. |
questions about 64 bits and FWH | Is bcc 64 already available ?
Is it free ? |
questions about 64 bits and FWH | Antonio,
Yes, BCC 64 bits is available since 2013 here:
C++Builder XE3 Architect with 64-bit
<!-- m --><a class="postlink" href="https://downloads.embarcadero.com/free/c_builder">https://downloads.embarcadero.com/free/c_builder</a><!-- m -->
Also, Harbour does support it as Viktor replied me.
Thanks. It should be interesting testing it. Latest BCC 32 bits compiles very very fast. <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->. |
questions about 64 bits and FWH | Hola,
Yo también estoy interesada, porque MSVC lo veo complicadísimo la verdad. |
questions about 64 bits and FWH | Antonio,
Freeimage is avaliable on 64 bits:
<!-- m --><a class="postlink" href="http://www.sambeauvois.be/blog/2010/05/freeimage-and-x64-projects-yes-you-can/">http://www.sambeauvois.be/blog/2010/05/ ... s-you-can/</a><!-- m -->
Already compilled:
<!-- m --><a class="postlink" href="http://www.sambeauvois.be/Demos/FreeImage/x64/FreeImageX64.zip">http://www.sambeauvois.be/Demos/FreeIma ... ageX64.zip</a><!-- m -->
Hope it helps.
Thanks. |
questions about 64 bits and FWH | Lucas,
Many thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Working on it... |
questions about 64 bits and FWH | Antonio,
Very good news <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->.
Is there any class non compatible with FWH64 bits?.
Also, did you were able to try BCC 64 bits?.
Thank you for your very effective and quick support and atention Antonio. |
questions about 64 bits and FWH | [quote="Antonio Linares":gwtmucvt]Class TImage for 64 bits seems to be ready <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:gwtmucvt]
Great! Good news. Thanks, Antonio. |
questions about 64 bits and FWH | No time to test bcc 64 yet... |
questions about 64 bits and FWH | Antonio,
Can you able to build samples\vistamnu1 with FH64?.
All all classes working in 64 bits?.
Thanks a lot. |
questions about 64 bits and FWH | Lucas,
Here it is vistamnu.prg working on 64 bits with FWH 64 and Harbour:
Several modules were missing in FWH 64. Now it is ok <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[img:3bk2awzj]http://img545.imageshack.us/img545/3066/capturenxh.jpg[/img:3bk2awzj] |
questions about 64 bits and FWH | Thanks Antonio.
I thought .rc files were only for Borland BCC 32 bits. How are they compiled into 64 bits?.
PD. What are your feelings about BCC 64 BITS?. |
questions about 64 bits and FWH | Lucas,
We don't have a single PRG that test all FWH classes. But enough complex examples like:
* samples\fivedbu.prg
* samples\fiveform.prg
* samples\rbdesign.prg
are properly working on 64 bits.
There is just a weird bug that we have detected _only_ with Windows 8 64 bits and FWH 64 bits: Mdi childs crash. Apps GPF.
The same FWH 64 bits apps, run fine on Windows 7 64 bits... |
questions about 64 bits and FWH | [quote="lucasdebeltran":1t9kizlz]Thanks Antonio.
I thought .rc files were only for Borland BCC 32 bits. How are they compiled into 64 bits?.
PD. What are your feelings about BCC 64 BITS?.[/quote:1t9kizlz]
Lucas,
We use this rc.exe compiler from Microsoft and works very fine:
[quote:1t9kizlz]Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.
c:\vc64\bin>rc
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
Copyright (C) Microsoft Corporation. All rights reserved.
fatal error RC1107: invalid usage; use RC /? for Help[/quote:1t9kizlz] |
questions about 64 bits and FWH | Lucas.
I have not tested bcc 64 yet...
downloading it... |
questions about 64 bits and FWH | Antonio,
Many thanks. Now I have to try to build my application with FH64 bits.
I´ll check with next build. Hope you could merge FWH and FWH64 installer to install it one time, thanks!!.
Thanks a lot.
I think it is important to consider 64 bits, because maybe soon printers with only 64 bit drivers could cause the same problems we had in the past with 16 bits. The sooner we are ready the better.
Also, the increase of speed and performance is it noticeable?.
Thanks. |
questions about 64 bits and FWH | Lucas,
[quote:33rs8hva] Hope you could merge FWH and FWH64 installer to install it one time, thanks!!. [/quote:33rs8hva]
This will not happen by now, as we sell them as different products, and we don't have a plan to change it
[quote:33rs8hva]Also, the increase of speed and performance is it noticeable?[/quote:33rs8hva]
There is no increase of speed in 64 bits, thats a common missunderstanding <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
64 bits apps are only interesting for applications that need to manage huge amounts of memory (over 4 gb), i.e.: multimedia apps.
Another example. IE 64 bits is a little faster than IE 32, but thats a multimedia app <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
questions about 64 bits and FWH | Antonio,
Thank you. Before testing FWH64 bits I wil first switch to MSVC 32 bits, to narrow issues it they arrise, and so better know if it is a MSVC issue or FHW64 bits issue.
I ahve two little questions please:
a) Using #def #indef how can I set in my code some parts to be compiled only by MSVC 32 bits?.
b) And the same as a) but only for Harbour/FWH64 bits?.
Thank you so much. |
questions about 64 bits and FWH | Lucas,
Yesterday it was the first day that I put my hands on Borland bcc 64 and it is quite different from bcc 32. First of all, the download/setup for the Embarcadero's demo, is simply daunting. Its huge!!! even if you unselect many packages not needed by us.
One of those differences is that LIB files are no longer used. Not with that sufix. It seems as they use ".a" like in Linux. Also if you run bcc 64, there is no help on screen as it used to be. Really shocking...
Said that, I think it is very clever to consider a migration to Microsoft C, that at least, it is exactly the same for 32 and 64 bits. And thats a really help
Anyhow, I will continue reviewing bcc 64, maybe its easy after a scaring first review <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Related to your answer:
In runtime you can use FWH function IsWin64() to check if you are running on a Windows 64 bits. In compile time, there is no way to distinct Harbour 32 and 64 (unless I am wrong) though you can use a define from the batch file that invokes your makefile. From C code you can use:
#ifdef _WIN64
and to detect the C compiler:
[code=fw:2ha4903p]<div class="fw" id="{CB}" style="font-family: monospace;"> #ifdef __BORLANDC__<br /> asm push ax;<br /> #elif defined<span style="color: #000000;">(</span> _MSC_VER <span style="color: #000000;">)</span><br /> _asm <span style="color: #000000;">{</span> push ax <span style="color: #000000;">}</span><br /> #elif defined<span style="color: #000000;">(</span> __GNUC__ <span style="color: #000000;">)</span> <br /> asm<span style="color: #000000;">(</span> <span style="color: #ff0000;">"push ax"</span> <span style="color: #000000;">)</span>;</div>[/code:2ha4903p] |
questions about 64 bits and FWH | Antonio,
Thank so much.
This is the doc about BCC 64 command line options:
<!-- m --><a class="postlink" href="http://docwiki.embarcadero.com/RADStudio/XE3/en/Command_Line_Utilities_Index">http://docwiki.embarcadero.com/RADStudi ... ties_Index</a><!-- m -->
Also, Harbour hbmake supports it with the corresponding flags.
Hope it helps. |
questions about 64 bits and FWH | Lucas,
Thanks for the url. See this:
[quote:atir2dtf]The C++ 64-bit Windows compiler (BCC64) is based on the open-source Clang compiler, which is the front end for the LLVM compiler, described at <!-- m --><a class="postlink" href="http://clang.llvm.org/">http://clang.llvm.org/</a><!-- m --> and <!-- m --><a class="postlink" href="http://www.llvm.org/">http://www.llvm.org/</a><!-- m --> respectively.
BCC64 is an entirely new code base, so there are significant differences between BCC64 and BCC32.[/quote:atir2dtf]
From an easy of use point of view, sadly the current make files based on bcc32 will have to be modified.
I don't like to use hbmk2 because I like to exactly know and control how an EXE gets built, thats why we do prefer our batch files and our make files, that are simple and easy to be modified from FWH users. |
questions about 64 bits and FWH | I am not sure if hbmk2 is able to echo its work, in such case it may be usefull to know what it does for bcc 64 <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
questions about 64 bits and FWH | Antonio,
Viktor told me he added support to bcc64 to let build Harbour.
Also, when calling hbmk2 you can see the flags used to compile.
Hope it helps. |
questions about xbrowse to understand better | [img:3tple2la]https://i.postimg.cc/LX8YmshY/ssd.jpg[/img:3tple2la]
this is an array and there is only ( at init) one row x 7 columns.
[b:3tple2la]Questions [/b:3tple2la]
if there is only one line why do the lines go all the way to the bottom of the xbrowse? (1)
if there is a single line or several lines but these do not reach the bottom of the coordinates of the xbrowse why is there the vertical scrollbar? (2)
that is, the vertical scrollbar must take place when there is actually something below the last visible line
i.e. to better explain the vertical scroll it must appear as it happens in the tesplorerbar class i.e. it appears if we make the window smaller, even in xbrowse it must happen in this way also for the horizontal scroll
the same thing must be true for the record selector first column on the left |
questions about xbrowse to understand better | [quote:29ec46r1]if there is only one line why do the lines go all the way to the bottom of the xbrowse? (1)
[/quote:29ec46r1]
Please see the DATAs
lRowDividerComplete
lColDividerComplete
By default both of them are .F.
Do not set any of them to .T.
Do not use LINES clause in XBROWSE definition |
questions about xbrowse to understand better | When you do not want scrollbars, you may disable lHScroll or lVScroll |
questions about xbrowse to understand better | [quote="nageswaragunupudi":1lid6sgq][quote:1lid6sgq]if there is only one line why do the lines go all the way to the bottom of the xbrowse? (1)
[/quote:1lid6sgq]
Please see the DATAs
lRowDividerComplete
lColDividerComplete
By default both of them are .F.
Do not set any of them to .T.
Do not use LINES clause in XBROWSE definition[/quote:1lid6sgq]
[b:1lid6sgq]Sorry I forget them[/b:1lid6sgq] |
questions about xbrowse to understand better | [quote="nageswaragunupudi":zycre2hf]When you do not want scrollbars, you may disable lHScroll or lVScroll[/quote:zycre2hf]
No sorry,
I meant that the scrollbar in this case the vertical one should be activated only when the lines exceed the height of the xbrowse control, as happens in the texplorer class
sample :
[img:zycre2hf]https://i.postimg.cc/3xYp3wt3/gg.png[/img:zycre2hf]
the rows of the table does not arrive at the end of the xbrowse control,
but it is possible see a vertical scroll bar that is commonly unusable because it is not possible to provide information on video. |
questions manage dbf | I 'm trying to create a app for network but I not remember how I must create it
because in the last 10 years I have preferred to deal with simple little programs where there was no need for the archives on the net. now I present the problem of an application that must necessarily use a shared management of the archives because it connects in the background with Telgram on the Internet and sends text messages taking information from the archives that could be used by the application
trying to manage the archive on the net I now find a test to cancel a record having opened an archives in NEW SHARED
in the old system I deleted a record and run the archive pack this way
[code=fw:2mbjabjn]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /> ES-><span style="color: #000000;">(</span>DbSkip<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> nNext := ES-><span style="color: #000000;">(</span>Recno<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> ES-><span style="color: #000000;">(</span>DbGoto<span style="color: #000000;">(</span>nRecord<span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> ES-><span style="color: #000000;">(</span>DbDelete<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> ES-><span style="color: #000000;">(</span>DbPack<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> ES-><span style="color: #000000;">(</span>DbGoto<span style="color: #000000;">(</span>nNext<span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">if</span> ES-><span style="color: #000000;">(</span>EOF<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span> .or. nNext == nRecord<br /> ES-><span style="color: #000000;">(</span>DbGoBottom<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">endif</span><br /> </div>[/code:2mbjabjn]
now if I try to make pack let me fwh sad me the dbf must be open on exclusive mode
how I can resolve it ?
this is the source when I try to erase a record
[code=fw:2mbjabjn]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">local</span> nRecord := ES-><span style="color: #000000;">(</span>Recno<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">local</span> nNext<br /><br />ES-><span style="color: #000000;">(</span>DbSkip<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> nNext := ES-><span style="color: #000000;">(</span>Recno<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> ES-><span style="color: #000000;">(</span>DbGoto<span style="color: #000000;">(</span>nRecord<span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">IF</span>!Ocupado<span style="color: #000000;">(</span><span style="color: #ff0000;">"ES"</span><span style="color: #000000;">)</span><br /> ES-><span style="color: #000000;">(</span>DbDelete<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> ES-><span style="color: #000000;">(</span>DbCommit<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> ES-><span style="color: #000000;">(</span>DbPack<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> ES-><span style="color: #000000;">(</span>DbUnlock<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">Endif</span><br /> ES-><span style="color: #000000;">(</span>DbGoto<span style="color: #000000;">(</span>nNext<span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">if</span> ES-><span style="color: #000000;">(</span>EOF<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span> .or. nNext == nRecord<br /> ES-><span style="color: #000000;">(</span>DbGoBottom<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">endif</span></div>[/code:2mbjabjn]
why I cannot make dbpack ?
If I not make dbpack on xbrowse I see the record
the function Ocupado is a function with a cicle to try to rlock the dbf |
questions manage dbf | You can't pack a DBF not opened in exclusive mode. Put
[code=fw:3mejbsh3]<div class="fw" id="{CB}" style="font-family: monospace;">SET DELETED <span style="color: #0000ff;">ON</span></div>[/code:3mejbsh3]
at the start of your main function and you will not see the deleted records anymore.
EMG |
questions manage dbf | I still do not understand why when I have to delete a record I am forced to use rlock / dbunclock when instead I insert a record he turns the old way without rlocking
I'm using an archive with the "New shared" method
I thought a control archive in the root of the program to open in "new shared" and then the others in the "data" folder can open with
DbUseArea( [<lNewArea>] , ;
[<cRddName>] , ;
<cDatabase> , ;
[<cAlias>] , ;
[<lShared>] , ;
[<lReadonly>] , ;
[<cCodePage>] , ;
[<nConnection>] ) --> NIL
[b:2idbqu90] cAlias:=New_Alias(cDbf,nD)
DbUseArea(.T.,cDriver,cDbf,cAlias,.T.,.F.)[/b:2idbqu90]
in your opinion, it could be configured to be able to use an archive and at the same time reopen it from another part
I'm afraid that I get the message [b:2idbqu90]"alias do not exist"[/b:2idbqu90] this is and it was my nightmare 15 years ago for this reason I had abandoned and embraced the exclusive way |
questions manage dbf | [quote="Silvio.Falconi":1ojl2ytx]I 'm trying to create a app for network but I not remember how I must create it
because in the last 10 years I have preferred to deal with simple little programs where there was no need for the archives on the net. now I present the problem of an application that must necessarily use a shared management of the archives because it connects in the background with Telgram on the Internet and sends text messages taking information from the archives that could be used by the application
trying to manage the archive on the net I now find a test to cancel a record having opened an archives in NEW SHARED
in the old system I deleted a record and run the archive pack this way
[code=fw:1ojl2ytx]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /> ES-><span style="color: #000000;">(</span>DbSkip<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> nNext := ES-><span style="color: #000000;">(</span>Recno<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> ES-><span style="color: #000000;">(</span>DbGoto<span style="color: #000000;">(</span>nRecord<span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> ES-><span style="color: #000000;">(</span>DbDelete<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> ES-><span style="color: #000000;">(</span>DbPack<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> ES-><span style="color: #000000;">(</span>DbGoto<span style="color: #000000;">(</span>nNext<span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">if</span> ES-><span style="color: #000000;">(</span>EOF<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span> .or. nNext == nRecord<br /> ES-><span style="color: #000000;">(</span>DbGoBottom<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">endif</span><br /> </div>[/code:1ojl2ytx]
now if I try to make pack let me fwh sad me the dbf must be open on exclusive mode
how I can resolve it ?
this is the source when I try to erase a record
[code=fw:1ojl2ytx]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">local</span> nRecord := ES-><span style="color: #000000;">(</span>Recno<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">local</span> nNext<br /><br />ES-><span style="color: #000000;">(</span>DbSkip<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> nNext := ES-><span style="color: #000000;">(</span>Recno<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> ES-><span style="color: #000000;">(</span>DbGoto<span style="color: #000000;">(</span>nRecord<span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">IF</span>!Ocupado<span style="color: #000000;">(</span><span style="color: #ff0000;">"ES"</span><span style="color: #000000;">)</span><br /> ES-><span style="color: #000000;">(</span>DbDelete<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> ES-><span style="color: #000000;">(</span>DbCommit<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> ES-><span style="color: #000000;">(</span>DbPack<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> ES-><span style="color: #000000;">(</span>DbUnlock<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">Endif</span><br /> ES-><span style="color: #000000;">(</span>DbGoto<span style="color: #000000;">(</span>nNext<span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">if</span> ES-><span style="color: #000000;">(</span>EOF<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span> .or. nNext == nRecord<br /> ES-><span style="color: #000000;">(</span>DbGoBottom<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">endif</span></div>[/code:1ojl2ytx]
why I cannot make dbpack ?
If I not make dbpack on xbrowse I see the record
the function Ocupado is a function with a cicle to try to rlock the dbf[/quote:1ojl2ytx]
The following commands require the exclusive use of a table with either SET EXCLUSIVE ON or USE...EXCLUSIVE:
CONVERT
DELETE TAG
INDEX...TAG
MODIFY STRUCTURE
PACK
REINDEX
ZAP |
questions manage dbf | [quote="Silvio.Falconi":3qicdd4z]I still do not understand why when I have to delete a record I am forced to use rlock / dbunclock when instead I insert a record he turns the old way without rlocking[/quote:3qicdd4z]
Because APPEND BLANK automatically locks the newly created record. You still need to unlock it at the end of the assignment operation.
EMG |
questions manage dbf | [quote="Silvio.Falconi":37q347ne]in your opinion, it could be configured to be able to use an archive and at the same time reopen it from another part[/quote:37q347ne]
Yes, but you have to use a different alias to reopen the same DBF. Try using TDatabase class that automatically handles all those alias complexities.
EMG |
questions manage dbf | thanks Enrico,
I'm rehearsing to see if I can manage at least one customer on the net
This happens to me this evening
I have opened the customer file with
[code=fw:3suz5xz8]<div class="fw" id="{CB}" style="font-family: monospace;">DbUseArea<span style="color: #000000;">(</span>.T.,cDriver,cDir+cDbf,cAlias,.T.,.F.<span style="color: #000000;">)</span></div>[/code:3suz5xz8]
I made the indexes only two one for the field "FIRST" the other for "LAST"
[img:3suz5xz8]https://i.postimg.cc/pXb2dqRG/test_borra.png[/img:3suz5xz8]
insert a First such as "FALCONI"
the valid function attached to the get does not find the name and then makes me save the new record
now I want to delete the record "falconi"
and I execute the command with
[code=fw:3suz5xz8]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">IF</span>!Occupato<span style="color: #000000;">(</span>oDCli<span style="color: #000000;">)</span><br /> <span style="color: #000000;">(</span>oDCli<span style="color: #000000;">)</span>-><span style="color: #000000;">(</span>DbDelete<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> <span style="color: #000000;">(</span>oDCli<span style="color: #000000;">)</span>-><span style="color: #000000;">(</span>DbCommit<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> <span style="color: #000000;">(</span>oDCli<span style="color: #000000;">)</span>-><span style="color: #000000;">(</span>DbUnlock<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">ENDIF</span></div>[/code:3suz5xz8]
the "Occupato" function is a cycle to call the rlock function where is is not rlock wait 5 sec
[b:3suz5xz8]
OK THE RECORD IS DELETE[/b:3suz5xz8]
Now I want to do another test and insert the name "Falconi" again, Obviously without leaving the customer screen
when I insert the name "Falconi" the valid finds me the name and tells me existing record
It is possible that at the time of cancellation the index does not refresh and therefore the procedure always keeps the name in memory and finds it? |
questions manage dbf | Sorry,
there was another record with "Falconi" .... mhm sorry , It seemed strange to me <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
questions manage dbf | So,
to insert a record the procedure inserts it
but when I have to modify or delete a record , I have to use rlock / dbunclock
I cannot use dbpack when I open on share mode
I must use [b:nc76y6f5]SET DELETE ON[/b:nc76y6f5] if I want not show the delete record into xbrowse
and I must index with the clausole FOR .not. Deleted()
I delete the command dbpack from mine sources but I need it or not ?
I not understood where i can make dbpack because when open the customer.dbf with emagdbu I see also the delete records
[img:nc76y6f5]https://i.postimg.cc/CxdBGcnG/image.png[/img:nc76y6f5]
where I can use dpack ?
I must create a a new function where I can index all files and I can make dbpack and I must sure no user is on line |
questions manage dbf | [quote="Silvio.Falconi":4o0612x1]where I can use dpack ?
I must create a a new function where I can index all files and I can make dbpack and I must sure no user is on line[/quote:4o0612x1]
Yes.
EMG |
questions manage dbf | Silvo
Re-Writing for a shared network multi-user environment takes a bit of skill .. I have exclusively moved to ADO and do not need these functions .. here are my DBFCDX network functions that may help you ...
Rick Lipkin
[code=fw:2w09fte3]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">/* LOGICAL NETUSE( CDATABASE, LOPENMODE, NSECONDS )<br /><br /> CHARACTER CDATABASE - NAME OF DATABASE<br /> LOGICAL LOPENMODE - OPEN MODE .T. exclusive .F. shared<br /> NUMERIC NSECONDS - NUMBER OF SECONDS TO WAIT 0 forever<br /><br /> RETURN .T. if successful, .F. if not<br /><br /> SAMPLE CALL IF NETUSE( "CALLS", .F., 5 )<br />*/</span><br /><span style="color: #B900B9;">//------------------------------</span><br />Func NETUSE<span style="color: #000000;">(</span> CDATABASE, LOPENMODE, NSECONDS <span style="color: #000000;">)</span><br /><br /><span style="color: #00C800;">LOCAL</span> FOREVER, RESTART, WAIT_TIME, YESNO<br /><br />RESTART := .T.<br />FOREVER := <span style="color: #000000;">(</span> NSECONDS = <span style="color: #000000;">0</span> <span style="color: #000000;">)</span><br />YESNO := <span style="color: #000000;">{</span><span style="color: #ff0000;">"Yes"</span> , <span style="color: #ff0000;">"No"</span><span style="color: #000000;">}</span><br /><br /><span style="color: #00C800;">DO</span> <span style="color: #00C800;">WHILE</span> RESTART<br /><br /> WAIT_TIME := NSECONDS<br /><br /> <span style="color: #00C800;">DO</span> <span style="color: #00C800;">WHILE</span> <span style="color: #000000;">(</span> FOREVER .OR. WAIT_TIME > <span style="color: #000000;">0</span> <span style="color: #000000;">)</span><br /><br /> <span style="color: #00C800;">IF</span> LOPENMODE<br /> USE <span style="color: #000000;">(</span> CDATABASE <span style="color: #000000;">)</span> via <span style="color: #ff0000;">"DBFCDX"</span> EXCLUSIVE<br /> <span style="color: #00C800;">ELSE</span><br /> USE <span style="color: #000000;">(</span> CDATABASE <span style="color: #000000;">)</span> via <span style="color: #ff0000;">"DBFCDX"</span> SHARED<br /> <span style="color: #00C800;">ENDIF</span><br /><br /> <span style="color: #00C800;">IF</span> .NOT. NETERR<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">RETURN</span><span style="color: #000000;">(</span>.T.<span style="color: #000000;">)</span><br /> <span style="color: #00C800;">ENDIF</span><br /> INKEY<span style="color: #000000;">(</span><span style="color: #000000;">1</span><span style="color: #000000;">)</span><br /> WAIT_TIME--<br /><br /> <span style="color: #00C800;">ENDDO</span><br /><br /> * lock failed, ask <span style="color: #0000ff;">to</span> <span style="color: #00C800;">continue</span><br /><br /> <span style="color: #00C800;">IF</span> MsgYesNo<span style="color: #000000;">(</span> <span style="color: #ff0000;">"Cannot lock "</span> + CDATABASE + <span style="color: #ff0000;">", retry ?"</span> <span style="color: #000000;">)</span><br /> <span style="color: #00C800;">ELSE</span><br /> EXIT<br /> <span style="color: #00C800;">ENDIF</span><br /><br /><span style="color: #00C800;">ENDDO</span><br /><br /><span style="color: #00C800;">RETURN</span><span style="color: #000000;">(</span>.F.<span style="color: #000000;">)</span><br /><br /><span style="color: #B900B9;">//--------------------------</span><br />func ADDREC<span style="color: #000000;">(</span> NWAITSECONDS <span style="color: #000000;">)</span><br /><br /><br /><span style="color: #00C800;">LOCAL</span> LFOREVER, WAIT_TIME, RESTART, YESNO<br /><br />APPEND BLANK<br /><span style="color: #00C800;">IF</span> .NOT. NETERR<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">RETURN</span> .T.<br /><span style="color: #00C800;">ENDIF</span><br /><br />RESTART := .T.<br />LFOREVER := <span style="color: #000000;">(</span> NWAITSECONDS = <span style="color: #000000;">0</span> <span style="color: #000000;">)</span><br />YESNO := <span style="color: #000000;">{</span><span style="color: #ff0000;">"Yes"</span>, <span style="color: #ff0000;">"No"</span><span style="color: #000000;">}</span><br /><br /><span style="color: #00C800;">DO</span> <span style="color: #00C800;">WHILE</span> RESTART<br /><br /> WAIT_TIME := NWAITSECONDS<br /> <span style="color: #00C800;">DO</span> <span style="color: #00C800;">WHILE</span> <span style="color: #000000;">(</span> LFOREVER .OR. WAIT_TIME > <span style="color: #000000;">0</span> <span style="color: #000000;">)</span><br /> APPEND BLANK<br /> <span style="color: #00C800;">IF</span> .NOT. NETERR<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">RETURN</span> .T.<br /> <span style="color: #00C800;">ENDIF</span><br /> INKEY<span style="color: #000000;">(</span>.<span style="color: #000000;">5</span><span style="color: #000000;">)</span> <span style="color: #B900B9;">// wait 1/2 second to try again</span><br /> WAIT_TIME = WAIT_TIME - .<span style="color: #000000;">5</span><br /> <span style="color: #00C800;">ENDDO</span><br /><br /> * <span style="color: #00C800;">if</span> failed ask user <span style="color: #0000ff;">to</span> <span style="color: #00C800;">continue</span><br /><br /> <span style="color: #00C800;">IF</span> MsgYesNo<span style="color: #000000;">(</span> <span style="color: #ff0000;">"Cannot add Record, retry ?"</span> <span style="color: #000000;">)</span><br /> <span style="color: #00C800;">ELSE</span><br /> EXIT<br /> <span style="color: #00C800;">ENDIF</span><br /><br /><span style="color: #00C800;">ENDDO</span><br /><br /><span style="color: #00C800;">RETURN</span> .F.<br /><br /><span style="color: #B900B9;">//-----------------------------</span><br />func RECLOCK<span style="color: #000000;">(</span> NSECONDS <span style="color: #000000;">)</span><br /><br /><br /><span style="color: #00C800;">LOCAL</span> LFOREVER, RESTART, WAIT_TIME, YESNO<br /><br /><span style="color: #00C800;">IF</span> RLOCK<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">RETURN</span> .T. <span style="color: #B900B9;">// LOCKED</span><br /><span style="color: #00C800;">ENDIF</span><br /><br />RESTART := .T.<br />LFOREVER := <span style="color: #000000;">(</span> NSECONDS = <span style="color: #000000;">0</span> <span style="color: #000000;">)</span><br />YESNO := <span style="color: #000000;">{</span><span style="color: #ff0000;">"Yes"</span> , <span style="color: #ff0000;">"No"</span><span style="color: #000000;">}</span><br /><br /><span style="color: #00C800;">DO</span> <span style="color: #00C800;">WHILE</span> RESTART<br /><br /> WAIT_TIME := NSECONDS<br /> <span style="color: #00C800;">DO</span> <span style="color: #00C800;">WHILE</span> <span style="color: #000000;">(</span> LFOREVER .OR. WAIT_TIME > <span style="color: #000000;">0</span> <span style="color: #000000;">)</span><br /><br /> <span style="color: #00C800;">IF</span> RLOCK<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">RETURN</span> <span style="color: #000000;">(</span>.T.<span style="color: #000000;">)</span><br /> <span style="color: #00C800;">ENDIF</span><br /><br /> INKEY<span style="color: #000000;">(</span>.<span style="color: #000000;">5</span><span style="color: #000000;">)</span><br /> WAIT_TIME = WAIT_TIME - .<span style="color: #000000;">5</span><br /><br /> <span style="color: #00C800;">ENDDO</span><br /><br /> * lock failed<br /><br /> <span style="color: #00C800;">IF</span> MsgYesNo<span style="color: #000000;">(</span> <span style="color: #ff0000;">"Cannot lock Record, retry ?"</span> <span style="color: #000000;">)</span><br /> <span style="color: #00C800;">ELSE</span><br /> EXIT<br /> <span style="color: #00C800;">ENDIF</span><br /><br /><span style="color: #00C800;">ENDDO</span><br /><br /><span style="color: #00C800;">RETURN</span><span style="color: #000000;">(</span>.F.<span style="color: #000000;">)</span><br /> </div>[/code:2w09fte3] |
questions manage dbf | [quote="Rick Lipkin":34ni1f4s]Silvo
Re-Writing for a shared network multi-user environment takes a bit of skill ..[/quote:34ni1f4s]
Yes, it's not easy at all. Bad locking strategy could cause slowness, duplicated keys and other unpleasant things.
EMG |
questions manage dbf | Enrico
[quote:vam6j3fw]
Yes, it's not easy at all. Bad locking strategy could cause slowness, duplicated keys and other unpleasant things.
EMG
[/quote:vam6j3fw]
I ( pretty much ) gave up on dbf\cdx because of the opportunistic locking issues and dbCommit() and workstation update visabilities on certain networks .. As you tutored me many years ago .. .mdb ( ms access ) is a good ADO solution for portable multi-user network apps .. Ms Sql Server is my choice for Enterprise corporate tables.
I only use dbf\cdx for writing reports and I where I need to create a ( local ) temporary table and I always create those tables on demand and open the .dbf exclusively .. I think the worst problem using dbf\cdx is the opportunistic locking issues that just destroy application speed and performance .. and this issue is random in nature and YOU ( the developer ) are always blamed for this issue which is beyond your control ..
Rick Lipkin |
questions manage dbf | everyone has their own situations, then the functions when we try them all turn then when one puts them in the big applications are created the problems, I never trusted to manage the archives in a local network for the countless problems that there are...
It's not so easy .
I created a "Netuse" type function but a little different management in order to open a dbf in specific folders
I have a difficult situation. it's not easy
I have a dbf named Dbase.dbf where I inserted all the dbf / cdx and more
when I do oDCli: = Open_Dbf ("Customer",. t..f.aIdx, .t.) means that the archive is in the folder. \ 2013 \ data if instead I make Open_dbf ("dbase") the file is in root obviously oDli is the area in which I open the file
in this way I also open the indexes that are stored in dbase.dbf
I do so since I work with clipper
I have a data folder divided for years eg 2013 and inside this folder other folders like: date, Doc, Pdf, Xls, Xml, Zip
Generally the archives are in the folder. \ Data \
The general archives I have to call them from the root of the application
So with Apri_Dbf / chiudi_Dbf (cdbf, calias) I manage the openings and the closures
With Busy () I see if the archive is busy or not with rlock and I wait for a cycle of 5 seconds
Now the problem is that I have to do a function inmodo to index all files and do the dbpack but I have the problem of checking if users are online |
questions manage dbf | Silvio,
As I mentioned in my post in another thread of yours, you really need to start using database objects. All of these problems will go away.
No more dealing with workareas, locking/unlocking, committing, opening and closing files, etc.
James |
questions manage dbf | should I use tdatabase or mysql or ads?
I do not have to manage large archives for which it is necessary in my opinion mysql or ads, now I have the only need to use archives that I can open from another part because I explain you I created a function that sends messages on Telegram, to inform teachers of the school, and this function ( on a application) is always active because at a time interval it reads the requests on telegram and responds automatically, so it needs to read information from two archives that could be used by the same application by an operator in an office. |
questions manage dbf | I agree, you do not need to use SQL for small workgroups. I suggest that you start with TDatabase then you may want to upgrade to my TData class. TData adds some features like automatic sequential IDs and reuse of deleted records.
I will put together some sample code to get you started.
James |
questions manage dbf | OK, here is a sample program showing how easy it is to create and use database objects. We are not using TDatabase directly, but rather creating a customer class which inherits from TDatabase. Later I will show you how to create multiple database objects that eliminate repetitive code. -James
[code=fw:2d1eu8bf]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">/*<br />Purpose : Sample OOP using TDatabase<br />Program : Test05.prg<br />Author : James Bott, <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e --><br />Date : 10/04/2018 04:49:55 PM<br />Company : Intellitech<br />Copyright: Copyright © 2017 Intellitech. All rights reserved.<br />Language : Fivewin/xHarbour<br />Updated : <br />Notes : Use the customer.dbf in the FWH\samples directory<br /><br />*/</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><br /><span style="color: #00C800;">Function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">Local</span> oCustomer<br /><br /> <span style="color: #B900B9;">// Houekeeping</span><br /> REQUEST DBFCDX<br /> rddsetdefault<span style="color: #000000;">(</span> <span style="color: #ff0000;">"DBFCDX"</span> <span style="color: #000000;">)</span><br /> SET EXCLUSIVE OFF<br /> SET<span style="color: #000000;">(</span>_SET_AUTOPEN, .T. <span style="color: #000000;">)</span><br /> SET <span style="color: #00C800;">default</span> <span style="color: #0000ff;">to</span> <span style="color: #ff0000;">".<span style="color: #000000;">\"</span><br /> <br /> // Opens the dbf shared<br /> // New workarea is automaticlly selected<br /> // Loads all fields of the first record into an array<br /> // No scatter/gather routines needed<br /> oCustomer:= TCustomer():New()<br /> <br /> msgInfo(oCustomer:First) <br /> <br /> // Replace the data in the array for this field<br /> oCustomer:First := "</span>Silvio<span style="color: #ff0000;">"<br /> <br /> // lock record, save buffer, and unlock <br /> // oCustomer:save()<br /> <br /> msgInfo(oCustomer:First)<br /> oCustomer:skip()<br /> msgInfo(oCustomer:First)<br /> <br /> oCustomer:end() <br /><br />Return nil<br /><br />//---------------------------------------------------------------------------//<br /><br />CLASS TCustomer from TDatabase<br /> Method New()<br />Endclass<br /><br />Method New() CLASS TCustomer<br /> Super:New(,"</span>customer<span style="color: #ff0000;">","</span>DBFCDX<span style="color: #ff0000;">",.t.)<br /> ::use()<br /> // Note: Since you are using DBFCDX, the index file is automatically opened<br /> // and the first index is selected and it is at the first record.<br />Return self<br /><br />//---------------------------------------------------------------------------//<br /><br />// EOF </span></div>[/code:2d1eu8bf] |
quien me da una idea de como hacer esto? | soy totalmente novato, hace tan sólo dos dias que he conseguido compilar.
Vereis quiero hacer esto.
AVENIDA MADRID
1 3 5 7 9 10 12 14 16
18 20 22 24 26 etc
RAMON Y CAJAL
2 4 6 8 10 12 14 16 etc
Bueno lo que quiero saber como hacer para que los numeros se puedan marcar o desmarcar pulsandolos con el ratón.
La visualización ya la he hecho, pero mucho me temo que no vale, Pongo el código
[code=fw:3v7c6a6h]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><br /><br /><span style="color: #00C800;">function</span> main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /><span style="color: #00C800;">local</span> oDlg<br /><br /><span style="color: #00C800;">local</span> fila,col,cCal<br /><br /><br />fila:=<span style="color: #000000;">4</span><br />col:=<span style="color: #000000;">2</span><br />cCal:=<span style="color: #ff0000;">""</span><br /><br /><br /> use bar2 <span style="color: #0000ff;">alias</span> hojaruta <span style="color: #B900B9;">// esto es una base de datos que contiene calles y portales</span><br /><br /><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">dialog</span> oDlg <span style="color: #0000ff;">FROM</span> <span style="color: #000000;">1</span>, <span style="color: #000000;">1</span> <span style="color: #0000ff;">TO</span> <span style="color: #000000;">42</span>, <span style="color: #000000;">100</span> ;<br /> <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Nuevo cliente"</span> <br /><br />go top<br />skip <span style="color: #000000;">1</span><br />cCal=hojaruta->calle<br />@<span style="color: #000000;">2</span>,<span style="color: #000000;">2</span> <span style="color: #0000ff;">say</span> cCal<br /><br /><span style="color: #00C800;">do</span> <span style="color: #00C800;">while</span> .not. eof<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /> @fila,col <span style="color: #0000ff;">say</span> hojaruta->portal <br /> col=col<span style="color: #000000;">+3</span><br /> <span style="color: #00C800;">if</span> col><span style="color: #000000;">40</span><br /> fila=fila<span style="color: #000000;">+1</span><br /> col=<span style="color: #000000;">2</span><br /> <span style="color: #00C800;">endif</span><br /> <br /> skip <span style="color: #000000;">1</span><br /> <br /> <span style="color: #00C800;">if</span> hojaruta->calle<>cCal<br /> fila=fila<span style="color: #000000;">+2</span><br /> col=<span style="color: #000000;">2</span><br /> cCal=hojaruta->calle<br /> @fila,<span style="color: #000000;">2</span> <span style="color: #0000ff;">say</span> hojaruta->calle<br /> fila=fila<span style="color: #000000;">+2</span><br /> <span style="color: #00C800;">endif</span><br /><span style="color: #00C800;">enddo</span><br /><br /><br /><br /><br /><br /><br /><span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">window</span> oDlg<br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /><br /><br /> </div>[/code:3v7c6a6h]
Gracias de antemano. |
quien me da una idea de como hacer esto? | Hola...
A que te refieres con marcar y desmarcar los números?? |
quien me da una idea de como hacer esto? | gracias por contestar, me refiero a que cuando pulses con el ratón sobre un número de portal este quede seleccionado y cuando lo vuelva a pulsar se desmarque.
por ejemplo
RAMON Y CAJAL
1 2 3 4 5 6 7 8 [color=#BF8000:133w1xj4] 10 [/color:133w1xj4] 12
CUANDO PULSE el numero 10 que este se marque con otro color.
me imagino que se tiene que hacer con un array, pero como no se como convertir esos numeros a objetos para hacerlo.
Espero haberme explicado bien. |
quien me da una idea de como hacer esto? | Hola amigo...
Prueba lo siguiente:
[code=fw:1tnp78rr]<div class="fw" id="{CB}" style="font-family: monospace;"><br />@ nRow,nCol <span style="color: #0000ff;">SAY</span> oSay <span style="color: #B900B9;">// Donde oSay es el objeto asociado.</span><br /> </div>[/code:1tnp78rr]
Espero te sirva. |
quien me da una idea de como hacer esto? | Hola
podrias usar los Say con lWantClick
[code=fw:31ino0fz]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">CURSOR</span> oCursor HAND<br /><span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">SAY</span> oSay<span style="color: #000000;">[</span><span style="color: #000000;">1</span><span style="color: #000000;">]</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">201</span> <span style="color: #0000ff;">OF</span> oDlg <span style="color: #0000ff;">PROMPT</span> <span style="color: #ff0000;">"1"</span> <span style="color: #0000ff;">COLOR</span> CLR_BLUE<br /><span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">SAY</span> oSay<span style="color: #000000;">[</span><span style="color: #000000;">2</span><span style="color: #000000;">]</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">202</span> <span style="color: #0000ff;">OF</span> oDlg <span style="color: #0000ff;">PROMPT</span> <span style="color: #ff0000;">"2"</span> <span style="color: #0000ff;">COLOR</span> CLR_BLUE<br /><br />aEval<span style="color: #000000;">(</span> oSay, <span style="color: #000000;">{</span> |x| x:<span style="color: #000000;">lWantClick</span> := .t., x:<span style="color: #000000;">oCursor</span> := oCursor, x:<span style="color: #000000;">bLClicked</span> := <span style="color: #000000;">{</span> || tufuncionaevaluar<span style="color: #000000;">(</span><span style="color: #000000;">)</span> <span style="color: #000000;">}</span> <span style="color: #000000;">)</span></div>[/code:31ino0fz]
espero que te sirva.. |
quien me da una idea de como hacer esto? | gracias a los dos me pongo con ello, aver si soy capaz
un saludo. |
quien me da una idea de como hacer esto? | [quote="jrestojeda":1t4jjo8w]Hola amigo...
Prueba lo siguiente:
[code=fw:1t4jjo8w]<div class="fw" id="{CB}" style="font-family: monospace;"><br />@ nRow,nCol <span style="color: #0000ff;">SAY</span> oSay <span style="color: #B900B9;">// Donde oSay es el objeto asociado.</span><br /> </div>[/code:1t4jjo8w]
Espero te sirva.[/quote:1t4jjo8w]
[quote="Patricio Avalos Aguirre":1t4jjo8w]Hola
podrias usar los Say con lWantClick
[code=fw:1t4jjo8w]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">CURSOR</span> oCursor HAND<br /><span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">SAY</span> oSay<span style="color: #000000;">[</span><span style="color: #000000;">1</span><span style="color: #000000;">]</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">201</span> <span style="color: #0000ff;">OF</span> oDlg <span style="color: #0000ff;">PROMPT</span> <span style="color: #ff0000;">"1"</span> <span style="color: #0000ff;">COLOR</span> CLR_BLUE<br /><span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">SAY</span> oSay<span style="color: #000000;">[</span><span style="color: #000000;">2</span><span style="color: #000000;">]</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">202</span> <span style="color: #0000ff;">OF</span> oDlg <span style="color: #0000ff;">PROMPT</span> <span style="color: #ff0000;">"2"</span> <span style="color: #0000ff;">COLOR</span> CLR_BLUE<br /><br />aEval<span style="color: #000000;">(</span> oSay, <span style="color: #000000;">{</span> |x| x:<span style="color: #000000;">lWantClick</span> := .t., x:<span style="color: #000000;">oCursor</span> := oCursor, x:<span style="color: #000000;">bLClicked</span> := <span style="color: #000000;">{</span> || tufuncionaevaluar<span style="color: #000000;">(</span><span style="color: #000000;">)</span> <span style="color: #000000;">}</span> <span style="color: #000000;">)</span></div>[/code:1t4jjo8w]
espero que te sirva..[/quote:1t4jjo8w]
Me podeis decir con que manuales habeis empezado, porque yo los que tengo dan por sentado muchas cosas y no me entero de nada. |
quien me da una idea de como hacer esto? | Saludos Jefe...
Es algo muy simple...
Recopilando un poco lo aqui expuesto
[code=fw:up0rqtbv]<div class="fw" id="{CB}" style="font-family: monospace;"> @ <span style="color: #000000;">20</span>,<span style="color: #000000;">20</span> <span style="color: #0000ff;">say</span> oSay <span style="color: #0000ff;">prompt</span> <span style="color: #ff0000;">"Test"</span> <span style="color: #0000ff;">of</span> oWnd <span style="color: #0000ff;">pixel</span> <span style="color: #0000ff;">COLOR</span> CLR_BLACK <br /> <br /> oSay:<span style="color: #000000;">bLClicked</span> := <span style="color: #000000;">{</span>| nRow, nCol, nFlags, oSay | ;<br /> <span style="color: #00C800;">if</span> <span style="color: #000000;">(</span> oSay:<span style="color: #000000;">nClrText</span> == CLR_BLACK, oSay:<span style="color: #000000;">nClrText</span> := CLR_YELLOW, oSay:<span style="color: #000000;">nClrText</span> := CLR_BLACK <span style="color: #000000;">)</span>, oSay:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">(</span><span style="color: #000000;">)</span> <span style="color: #000000;">}</span><br /> oSay:<span style="color: #000000;">lWantClick</span> := .t.</div>[/code:up0rqtbv] |
quien me da una idea de como hacer esto? | [quote="Daniel Garcia-Gil":3u5qf8xj]Saludos Jefe...
Es algo muy simple...
Recopilando un poco lo aqui expuesto
[code=fw:3u5qf8xj]<div class="fw" id="{CB}" style="font-family: monospace;"> @ <span style="color: #000000;">20</span>,<span style="color: #000000;">20</span> <span style="color: #0000ff;">say</span> oSay <span style="color: #0000ff;">prompt</span> <span style="color: #ff0000;">"Test"</span> <span style="color: #0000ff;">of</span> oWnd <span style="color: #0000ff;">pixel</span> <span style="color: #0000ff;">COLOR</span> CLR_BLACK <br /> <br /> oSay:<span style="color: #000000;">bLClicked</span> := <span style="color: #000000;">{</span>| nRow, nCol, nFlags, oSay | ;<br /> <span style="color: #00C800;">if</span> <span style="color: #000000;">(</span> oSay:<span style="color: #000000;">nClrText</span> == CLR_BLACK, oSay:<span style="color: #000000;">nClrText</span> := CLR_YELLOW, oSay:<span style="color: #000000;">nClrText</span> := CLR_BLACK <span style="color: #000000;">)</span>, oSay:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">(</span><span style="color: #000000;">)</span> <span style="color: #000000;">}</span><br /> oSay:<span style="color: #000000;">lWantClick</span> := .t.</div>[/code:3u5qf8xj][/quote:3u5qf8xj]
muchas gracias si funciona, pero ahora me tengo que empapar esto, ya que tendre que crear un array ya que en cada calle puede haber hasta 1000 portales.
de verdad muchas gracias, esque soy muy torpe y estoy aprendiendo sobre la marchas |
quien me da una idea de como hacer esto? | [quote="jefe":2bk8wmtd]
Me podeis decir con que manuales habeis empezado, porque yo los que tengo dan por sentado muchas cosas y no me entero de nada.[/quote:2bk8wmtd]
Podrías empezar mirando los samples de FWH y la ayuda proporcionada con el paquete.
Hay muchos ejemplos muy interesantes para ver... |
quien me orienta con RESEDIT algun editor de DBF y textos? | Hola a Todos.
Hasta hoy día he usado el borland WORSHOP como editor de recursos, el MULTIEDIT como editor de textos y un editor muy pero muy viejo de DBF.
Ya me encuentro en la necesidad de migrar a otras herramientas , por aquellos de los 16bits
He leído de resedit, pellets, xedit, dbfmanager entre otros, y creo por lo leído que para los recursos la vía es RESEDIT, pero para editor de textos (necesito uno que maneje codificación UTF-8, que me permita utilizar caracteres chinos y árabes) aún no se cual podría ser. El otro caso, una herramienta para crear, accesar, ver y editar DBF tambien me hace falta.
Si alguien me da una mano y me informa cuales usar y donde encontrarlas ( que sean de uso libre) nuevamente estaría agradecido. Ah y muy importante, donde conseguir material de apoyo para aprender a usarlos.
Un abrazo a todos, quedo esperando su gentil ayuda, como siempre. |
quien me orienta con RESEDIT algun editor de DBF y textos? | Excelente Editor de textos e .PRG: EditPad Lite.
[url:1oltbhvl]http://www.editpadlite.com/[/url:1oltbhvl]
Saludos. |
quien me orienta con RESEDIT algun editor de DBF y textos? | Excelente editor de .DBF: DBF Desktop.
[url:1cr2gm8u]http://www.griffinsolutions.com/products.php[/url:1cr2gm8u]
Saludos. |
quien me orienta con RESEDIT algun editor de DBF y textos? | Muchas Gracias Karinha <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Eres un ángel ! |
quien me orienta con RESEDIT algun editor de DBF y textos? | [quote="JoseAlvarez":2iuz4yer]Muchas Gracias Karinha <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Eres un ángel ![/quote:2iuz4yer]
Jose Alvarez, no te vayas a confundir, Karinha ...es un MAN...brazilero sino me equivoco, es solo en cuestion de chiste, jejeje...saludos... |
quien me orienta con RESEDIT algun editor de DBF y textos? | Yo uso
Pelles C = Editor de Recursos [url:kvix5se0]http://www.smorgasbordet.com/pellesc/[/url:kvix5se0]
MED = Editor de Prg [url:kvix5se0]http://www.utopia-planitia.de/indexus.html[/url:kvix5se0]
Dbf Viewer Plus = Administrador de DBF's ( aunque no lo uso mucho ) [url:kvix5se0]http://www.alexnolan.net/software/dbf.htm[/url:kvix5se0]
Sin problemas hasta ahora....
Desde Chile
Adolfo |
quien me orienta con RESEDIT algun editor de DBF y textos? | José,
Tambien puedes usar FiveDBU que ademas proporciona todo el código fuente y lo puedes incluir en tu propia aplicación:
[url:1se7zqco]https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedbu_20140730.zip[/url:1se7zqco] |
quien me orienta con RESEDIT algun editor de DBF y textos? | Tambien puedes revisar FivEdit que aunque tiene algunos fallos, yo lo uso a veces <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Incluye todo el código fuente:
[url:2vnmf1n4]https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedit.zip[/url:2vnmf1n4] |
quien me orienta con RESEDIT algun editor de DBF y textos? | Yo utilizo:
PellesC para recursos
OurXdbu 1.7.2 para DBF´s igual que el FiveDbu de Antonio hecho con Fivewin
UEstudio Editor (Es de paga pero es muy bueno)
Saludos,
Adhemar |
quien me orienta con RESEDIT algun editor de DBF y textos? | Ok, gracias a todos por su ayuda, voy a darle un vistazo a todas las herramientas que me recomiendan...
Luego les comento cual seleccioné para trabajar. |
quien me puede facilitar WBrwLine.c para Harbour/xHarbour | Buen Día mis Estimados... saludos a todos...
Estoy aprovechando unos días "de vacaciones" para migrar de xHarbour a Harbour...
Me he encontrado que la WBrwLine de la clase TWBrowse de Hernan Ceccarelli tiene algunos problemas de compatibilidad con Harbour...
buscando en el historial me encontré con este post: <!-- l --><a class="postlink-local" href="http://fivetechsupport.com/forums/viewtopic.php?f=6&t=24587&start=0">viewtopic.php?f=6&t=24587&start=0</a><!-- l -->
pero evidentemente los enlaces ya no están disponibles ya que se trata de un tema publicado en Agosto/2012 y en el se comenta que los enlaces solo estarían disponibles por 60 días...
La gran pregunta es... alguien me puede facilitar esos fuentes correspondientes al módulo WBrwLine.C???
me gustaría tenerlos todos porque uno nunca sabe... pero realmente me interesan en particular los que son para BCC en versiones para Harbour y xHarbour.
Gracias de Antemano,
Giancarlo Sabattino
Valencia, Venezuela. |
quien me puede facilitar WBrwLine.c para Harbour/xHarbour | mira se ayuda:
[url:topmsns8]https://github.com/manuelcalerosolis/Gestool/tree/master/c[/url:topmsns8]
Saludos. |
quiero agregar funcionalidades a TREE. | Hola.
Si quiero agregar funcionalidades a la clase TREE, pregunto: que archivos deberia de tener en mi proyecto?
tview.prg
treeitem.prg
y cual mas?
no logro hace lo que necesito asi que voy a ver como me las arreglo extendiendo la libreria.
gracias. |
quiero aprender a modificar una clase (xbrowse) | Hola.
Hago cada tanto (Eso por copiar y pegar) la misma caga@@ cuando defino setdolphin... en el xbrowse
y busco y rebusco hasta que doy con el error, yo creo que porque la info que tira cuando da error no es suficiente (para mi)
El error salta cuando paso el tercer parametro del setdolphin un .T. y en el query de la consulta no existe la clausula ORDER BY.
en otras palabras: si hago esto
[code=fw:2095ryt1]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">define</span> query oQry <span style="color: #ff0000;">"SELECT * FROM CLIENTES"</span><br />obrw:<span style="color: #000000;">setdolphin</span><span style="color: #000000;">(</span>oquery, .t., .T.<span style="color: #000000;">)</span> <span style="color: #B900B9;">//este último .t. da error al ejecutarlo.</span></div>[/code:2095ryt1]
[quote:2095ryt1] Error description: Error BASE/1132 Error de rango: acceso al array
Args:
[ 1] = A { ... }
[ 2] = N 1
[/quote:2095ryt1]
y me gustaria que el error sea mas especifico, que diga FALTA DEFINIR SET ORDER...
como puedo hacer para modificar eso?
gracias. |
quiero aprender a modificar una clase (xbrowse) | Trata de esta forma
TRY
define query oQry "SELECT * FROM CLIENTES"
CATCH oErr
MsgInfo( oErr:Description )
Return
End
obrw := TXBrowse():New(oWnd)
obrw:setdolphin(oquery, .t., .T.) //este último .t. da error al ejecutarlo.
saludos ! |
quiero aprender a modificar una clase (xbrowse) | hola!
es que el QUERY no da el error. El error lo "ve" tdolphin cuando paso los parametros.
gracias. |
quiero aprender a modificar una clase (xbrowse) | Holá, mira se ayuda:
[url:2n7p3jir]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=24175[/url:2n7p3jir]
[url:2n7p3jir]http://www.sitasoft.net/tdolphinblog/?paged=3[/url:2n7p3jir]
[url:2n7p3jir]http://tdolphin.blogspot.com.br/2010/07/xbrowse.html[/url:2n7p3jir]
Saludos |
quiero cambiar mi forma de codificacion de esto | Hola.
Hoy por hoy hago esto:
[code=fw:ma55lr6p]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#define</span> ARBOL_RAMA ;<br /><span style="color: #ff0000;">"SELECT "</span> + ;<br /><span style="color: #ff0000;">"d.id as c1, "</span> + ;<br /><span style="color: #ff0000;">"d.apellidos as c2, "</span> + ;<br /><span style="color: #ff0000;">"d.nombres as c3 "</span> + ;<br /><span style="color: #ff0000;">"FROM tbdante as d "</span> + ;<br /><span style="color: #ff0000;">"WHERE d.id = "</span> + ClipValue2SQL<span style="color: #000000;">(</span> nId <span style="color: #000000;">)</span><br /> </div>[/code:ma55lr6p]
pero me gusta mas como se ve este tipo:
[code=fw:ma55lr6p]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">TEXT</span> INTO cSql<br /> <span style="color: #0000ff;">SELECT</span> <br />....<br />ENDTEXT<br /> </div>[/code:ma55lr6p]
pero no se como hacerlo. me pueden explicar?
gracias. |
quiero cambiar mi forma de codificacion de esto | goosfancito:
mira esto,
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=38182&p=228072&hilit=cadena+text#p228072">viewtopic.php?f=6&t=38182&p=228072&hilit=cadena+text#p228072</a><!-- l --> |
quiero cambiar mi forma de codificacion de esto | gracias |
quiero codificar bien esto... | hola.-
tengo este codigo:
[code=fw:2sv0uo70]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">function</span> ver<span style="color: #000000;">(</span>cDatos<span style="color: #000000;">)</span> <br /> <span style="color: #00C800;">local</span> vDatos:= sapce<span style="color: #000000;">(</span><span style="color: #000000;">20</span><span style="color: #000000;">)</span><br /> ...<br /> ...<br /><br /> <span style="color: #00C800;">IF</span> <span style="color: #000000;">(</span>Empty<span style="color: #000000;">(</span>vdatos<span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> vDatos:= <span style="color: #00C800;">NIL</span><br /> <span style="color: #00C800;">ENDIF</span><br /><br /> <span style="color: #00C800;">RETURN</span> <span style="color: #000000;">(</span>vDatos<span style="color: #000000;">)</span></div>[/code:2sv0uo70]
y la llamada a esta funcion es asi:
[code=fw:2sv0uo70]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">if</span> <span style="color: #000000;">(</span> ver<span style="color: #000000;">(</span> cVerifica <span style="color: #000000;">)</span> <span style="color: #000000;">)</span><br />...<br /><span style="color: #00C800;">endif</span><br /> </div>[/code:2sv0uo70]
Puedo reducir esas lineas? pricipalmente cuando hago el Return de la funcion.
gracias. |
quiero codificar bien esto... | No entiendo muy bien el código que pones .
Si vDatos Esta vacío ya es NIL con lo que todo el bloque if te sobra. |
quiero codificar bien esto... | hola,
Te recuerdo, y quiza es incesario, que Empty() devuelve .T. si un dato es una cadena vacia o solo blancos o es NIL
[code=fw:2t2lajrw]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Version <span style="color: #000000;">1</span>.<br />-----------------<br />cVer:= Ver<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><span style="color: #00C800;">IF</span> cVer != <span style="color: #00C800;">NIL</span><br /> ....<br /><span style="color: #00C800;">ENDIF</span><br /><br /><span style="color: #00C800;">FUNCTION</span> Ver<span style="color: #000000;">(</span>cDatos<span style="color: #000000;">)</span><br /><span style="color: #00C800;">Local</span> vDatos:= <span style="color: #00C800;">NIL</span> <span style="color: #B900B9;">// No necesaria la asignacion pero si clarificadora de que se usara el valor NIL</span><br />....<br /><span style="color: #00C800;">RETURN</span> vDatos<br /><br />Version <span style="color: #000000;">2</span>.<br />-------------------<br /><span style="color: #00C800;">IF</span> Empty<span style="color: #000000;">(</span>Ver<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> ...<br /><span style="color: #00C800;">ENDIF</span><br /><br /><span style="color: #00C800;">FUNCTION</span> Ver<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br />....<br />idem a la anterior <br /><span style="color: #00C800;">RETURN</span> vDatos<br /> </div>[/code:2t2lajrw]
Saludos |
quiero codificar bien esto... | gracias. |
quiero codificar bien esto... | gracias |
quiero comenzar con el nuevo editor | Hola.
Quiero comenzar con el nuevo editor e ir dejando el xmate.
quien me da una mano?
intente un par de veces pero fue engorroso el pase y lo deje.
gracias. |
quiero comenzar con el nuevo editor | [quote:vkscz70l]Quiero comenzar con el nuevo editor[/quote:vkscz70l]
???? Cual ?????
Saludos. |
quiero comenzar con el nuevo editor | scintilla |
quiero comenzar con el nuevo editor | Fivedit
[url:1koxs1e1]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=24025&start=990[/url:1koxs1e1] |
quiero comenzar con el nuevo editor | [quote="goosfancito":1jc6z17s]scintilla[/quote:1jc6z17s]
Hola buenas tardes Ing. Goosfancito, hay dos alternativas de editores y compilacion :
1.- FiveEdit, la puedes solicitar con el Ing. Cristobal Navarro el le puede asesorar y configurarle a la excelente herramienta desarrollado por el Ing. Cristobal Nava.
2.- El otro que igual es muy facil y no tan complicado es el xEdit version 6.1.0 muy facil de configurar y configurar los entornos de programacion, este lo utilice hace 3 años y quiero reinstalar de nuevo ya que me retire de la programacion por un buen tiempo.
Saludos Ing. Goosfancito.
Atte: Adriano C. C. |
quiero comenzar con el nuevo editor | Hola amigo:
Si me das tu direccion de correo electronico yo te añado al Slack de FivEdit.
Alli te ayudamos sin problemas y si nosotros no llegamos ya esta Cristobal, aunque creo que es mejor que se dedique
a cosas mas productivas por el bien de todos.
Te descargas el programa, luego la ultima version , si usas borland yo te puedo enviar por Slack la configuracion
el fivEdit.ini y el fichero para el entorno de trabajo. Esto estara adaptado a mi gusto pero de ahi ya lo puedes personalizar al tuyo.
Si no usas Borland hay otros que te ayudan no hay problema.
Lo dicho deja de tu direccion de correo te añado y seguimos por alli.
Un abrazo. Nos vemos en el Slack de FivEdit.
Jose. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.