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 sty... |
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]... |
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 ... |
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 sa... |
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 advan... |
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 b... |
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/Fr... |
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:3bk2a... |
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 GP... |
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 [Ver... |
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 s... |
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:33rs8... |
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 ... |
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 ... |
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 fla... |
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="p... |
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 seve... |
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 XBROWS... |
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 :
[im... |
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 archive... |
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 t... |
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... |
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 ... |
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.
... |
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.,.... |
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 F... |
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=... |
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 .. A... |
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 l... |
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, an... |
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 cl... |
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 d... |
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 o... |
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<spa... |
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 s... |
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... |
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 ... |
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 ... |
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...salu... |
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:/... |
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:2vnmf1... |
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 -... |
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 l... |
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]
S... |
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: #ff0... |
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 styl... |
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;">... |
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.- E... |
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 borla... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.