topic
stringlengths
1
63
text
stringlengths
1
577k
for. Mr. Rao
[quote="Richard Chidiak":16qsbx2c]i did not know he was at hospital.[/quote:16qsbx2c] Me neither. My best wishes to Rao! EMG
for. Mr. Rao
My Best to Rao as well !! Rick Lipkin
for. Mr. Rao
No questions. Just best wishes for a healthy return to the forum.
for. Mr. Rao
Sincere thanks to all for the good wishes. I am ok now and back at work. There are too many things to catch up though. Reply to the original post by mgsoft: This can be done in many ways. This is one approach. [code=fw:bk2n362m]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#i...
for. Mr. Rao
[quote:1ku8036g]oBrw:aCols["Date" + CRLF + "Création"] // example for the first column , i never address acols[1] or whatever, always address the column header definition [/quote:1ku8036g] This is a good practice because the order of the columns can be changed by the user at runtime, but the syntax appears inaccurate. ...
for. Mr. Rao
Thank you M. Rao Always something to learn from your great valuable posts. I will adapt my code, Best regards Richard
for. Mr. Rao
Thank you very much to all. Glad to see that Mr. Rao is Ok. I would like to know which is the best way for xBrowse to change order (starting from the end of the DBF and the array). Thank you.
for. Mr. Rao
[quote:2hym6xu2]I would like to know which is the best way for xBrowse to change order (starting from the end of the DBF and the array). [/quote:2hym6xu2] Can you please elaborate your question in greater detail?
for. Mr. Rao
Yes, sure. I have the following database: Code Company 1 ABC Video, S.A. 2 ARANGIO RUIZ, S.L. 3 SANZ CONSTRUCCIONES, C.B. 4 ZAPATA DEL RIO, S.L. I want the xBrowse to be sorted in the inverse order: 4 ZAPATA DEL RIO, S.L. 3 SANZ CONSTRUCCIONES, C.B. 2 ARANGIO RUIZ, S.L. 1 ABC VIDEO, S.A. S...
for. Mr. Rao
Very simple. Use OrdDescend() function. [url=http&#58;//img543&#46;imageshack&#46;us/i/descend&#46;jpg/:t6et0l0j][img:t6et0l0j]http&#58;//img543&#46;imageshack&#46;us/img543/8485/descend&#46;jpg[/img:t6et0l0j][/url:t6et0l0j] Here is the sample program: [code=fw:t6et0l0j]<div class="fw" id="{CB}" style="font-family: mo...
force closure program execution
Hi, I have to be sure at 100% that every users every users are logged off. In your opinion is it dangerous to modify this? : [code=fw:3es4xquf]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">METHOD</span> ClockOn<span style="color: #000000;">&#40;</span><span style="col...
force closure program execution
Marco, I don't recommend to use QUIT. Instead of it, simply finish your app from the function Main(): function Main() ... return nil // application should reach this point
force closure program execution
Antonio, from the main function I define the window in this way. [code=fw:1jfzbj6n]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">WINDOW</span> oMain &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br />&...
force closure program execution
Marco, He is saying not to use QUIT but rather create a condition that closes the main window. You can use the VALID clause to execute any codeblock. Remember that you have to return .t. for the window to close. ACTIVATE WINDOW oWnd...VALID (doWhatever(), .t.) QUITing in the middle of a program can leave stuff in m...
force table alias in complex select
Dear Friends, I have three tables where a field called Registro exists on two of them. This select Works fine in Access: "SELECT * FROM PRESTAMOS, LIBROS, LECTORES WHERE PRESTAMOS.REGISTRO = LIBROS.REGISTRO AND PRESTAMOS.REG_USUARI = LECTORES.REG_USUARI" ) Access converts first REIGSTRO from PRESTAMOS Table as PR...
force table alias in complex select
Elvira, [quote="elvira":1fgg7g4i]Dear Friends, I have three tables where a field called Registro exists on two of them. This select Works fine in Access: "SELECT * FROM PRESTAMOS, LIBROS, LECTORES WHERE PRESTAMOS.REGISTRO = LIBROS.REGISTRO AND PRESTAMOS.REG_USUARI = LECTORES.REG_USUARI" ) Access converts first R...
force table alias in complex select
Mr. Enrico, It Works in Access but it still does not work with MySQL. If I do an xBrowse, I see the same fields with no tx, even on registro field. Thaks.
force table alias in complex select
Elvira, [quote="elvira":348ej2bi]Mr. Enrico, It Works in Access but it still does not work with MySQL. If I do an xBrowse, I see the same fields with no tx, even on registro field. Thaks.[/quote:348ej2bi] All I can say is that I'm using that syntax with MySQL without problems. Do you get any error messages? EMG
force table alias in complex select
The issue raised by Mr Elvira is different. You will get duplicate column names when you use SELECT * , unless you specify every column and provide unique alias column name for the duplicated column names, in all DBMS expect MSACCESS. It is highly desirable to avoid duplicate field names by laboriously specifying all ...
force table alias in complex select
NageswaraRao, [quote="nageswaragunupudi":1stdic49]The issue raised by Mr Elvira is different. You will get duplicate column names when you use SELECT * , unless you specify every column and provide unique alias column name for the duplicated column names, in all DBMS expect MSACCESS.[/quote:1stdic49] Ok, I didn't und...
forgotton password
Hi all, i changed my main browser to FireFox. Unfortunatelly this browser can not import all settings of IE ( FF claims to do so, but it doesn't work ). So i clicked the link 'i forgot my password'. PhpBB sends me an email with a new password and a link to activate it. But this link doesn't work. I get a forum page ...
forgotton password
This would require Antonio's help as the admin Detlef
forgotton password
Antonio, could you please, help me? Regards, Detlef
forgotton password
Detlef, Instructions just sent to your email,
forgotton password
Thanks Antonio. I succeeded to log in from FireFox. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Regards, Detlef
form designer
why I cannot save the form created into prg ? there is a bug ? when I click on "view form as fivewin source" it not make anything
form designer
Silvio, It is a work in development so it may be an unfinished feature.
form pdf
Hi, How is it possible to read the content of a pdf form with fivewin . Is there a dll or activex ? Thanks for your help.
form pdf
[color=#0000BF:20zp0e1s]Adobe Acrobat Pro version is require to use the sample.[/color:20zp0e1s] [code=fw:20zp0e1s]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />    Ac...
form pdf
Thanks for this answer . Do you have a help file giving more info about this communication . Is it also possible to write info in a field with fivewin and save this info in the PDF ? Thanks .
form pdf
[code=fw:18r952dl]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />    AcroApp:= CreateObject<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">...
form pdf
Thanks for this answer, Do you have a help or pdf file with more info about this ? Thanks
form pdf
<!-- m --><a class="postlink" href="http://help.adobe.com/livedocs/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Acrobat9_HTMLHelp&file=IAC_API_OLE_Objects.103.3.html">http://help.adobe.com/livedocs/acrobat_ ... 103.3.html</a><!-- m -->
form pdf
Jack, you can search this forum for pdftk if you need to fill pdf forms
formateo fecha xbrowse
Hola Gente En xbrowse deseo que la col fecha salga asi dd/mm/yyyy pero no consigo hacerlo [img] <!-- m --><a class="postlink" href="http://ge.tt/1WmryDx2">http://ge.tt/1WmryDx2</a><!-- m --> [/img] [code=fw:ieucipiu]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   SET DATE FORMAT <span style="color...
formateo fecha xbrowse
Please make sure that you stored dates as dates and not as character data in the table. By default, xbrowse displays dates in the Set Date format. In addition, you can display dates in a different format by specifying oCol:cEditPicture. Example: [code=fw:1fa4fv9b]<div class="fw" id="{CB}" style="font-family: monospac...
formateo fecha xbrowse
thank you mr. nages, but it does not work i get this result [img] <!-- m --><a class="postlink" href="http://s2.subirimagenes.com/otros/previo/thump_9904255error2.jpg">http://s2.subirimagenes.com/otros/previ ... error2.jpg</a><!-- m --> [/img] this is my code [code=fw:1laqj5c4]<div class="fw" id="{CB}" style="font-fam...
formateo fecha xbrowse
[quote="nageswaragunupudi":3v61yh3e]Please make sure that you stored dates as dates and not as character data in the table. By default, xbrowse displays dates in the Set Date format. In addition, you can display dates in a different format by specifying oCol:cEditPicture. [/quote:3v61yh3e] my field is date as you c...
formateo fecha xbrowse
Can you please do this small test and let us know the results? After opening the RecordSet oRs1, please insert these lines of code: [code=fw:180o8svr]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oRs1:<span style="color: #000000;">MoveNext</span><span style="color: #000000;">&#40;</span><span style="...
formato Excel.
Hola He encontrado el formato de los ficheros xls, por si a alguien le interesa: [url:86uxfhfs]http&#58;//www&#46;openoffice&#46;org/sc/excelfileformat&#46;pdf[/url:86uxfhfs] Un saludo.
formato Excel.
Gracias, a mi si me interesa <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
formatted NTFS
Is it possible to check if a disk is formatted NTFS. Thanks in advance Otto
formatted NTFS
Try this command line: fsutil fsinfo volumeinfo c:\ You can also try msinfo32 /report infos.txt or undex XP msinfo32 /report infos.txt /categories +ComponentsStorageDrives and search the generated file for the entry of the drive you need information about. You could also use the tdiskinfo class available from [url:2gl...
formulas estadisticas
Hola Foro Alguien podria indicarme donde puedo obtener las formulas estgadisticas para calcular: Linea de Tendencia Estimación Lineal Excel las trae pero debo incluirla en mi programa Fivewin/Harbour, las ayudas ofrecidas por Excel no me son claras, realmente no la entiendo, (la estadística no es mi fuerte). ...
foro SQL
pues eso, seria bueno ir pensando en un foro para sql, creo que a muchos que nos interesa explorar mas y conocer sus virtudes, seria bueno tener algo de informacion por donde comenzar salu2 Pako
foro SQL
[quote="Francisco Horta":3f1rer9z]pues eso, seria bueno ir pensando en un foro para sql, creo que a muchos que nos interesa explorar mas y conocer sus virtudes, seria bueno tener algo de informacion por donde comenzar salu2 Pako[/quote:3f1rer9z] 'toy de acuerdo. Solo que no les pongan marcas ni patentes, pues (según ...
foro SQL
Ryszard (desarrollador del equipo Harbour) ha comenzado a construir un SQLRDD que supongo se podrá portar a xHarbour tambien. Seguro que cuando esté listo, habrá más interés en SQL <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
forum fivewin.com.br
brasileiros, alguem sabe o que aconteceu com forum fivewin.com.br?
forum fivewin.com.br
foi H4CK3D
forum fivewin.com.br
Foi hakeado, e agora está tudo fora do ar, fórum e site. Tentei mandar mensagem para o Gilmer e também voltou. Alguém sabe se eles voltam? E o sistema NFE do Gilmer, quem usa? como contatar os colegas ?
forum fivewin.com.br
Já falei com varios, realmente ninguém sabe se o Gilmer vai colocar no ar de novo, o que é uma pena, uma pelo acervo de informações que tem la, e pelos amigo, que alguns o unico contato era por la, caso ele não entra no ar podemos utilizar este forum aqui mesmo, ou até criar um outro aonde um colega já dispos de servid...
forum fivewin.com.br
Consegui uma resposta da Cheila, segue: [quote:1tsfo7fw] Boa tarde Rogério, o nosso site foi atacado por hacker e estamos fazendo de tudo para poder ativá-lo. Espero que dentro de uma semana no mais tardar já esteja tudo ok. Atenciosamente Cheila Tavares Virtual Object Informática Ltda 15 3231-6840 [/quote:1t...
forum fivewin.com.br
[quote="rogerio":36n5ao2d]Consegui uma resposta da Cheila, segue: [quote:36n5ao2d] Boa tarde Rogério, o nosso site foi atacado por hacker e estamos fazendo de tudo para poder ativá-lo. Espero que dentro de uma semana no mais tardar já esteja tudo ok. Atenciosamente Cheila Tavares Virtual Object Informática Ltda...
forum fivewin.com.br
que aconteceu com o forum fivewin.com.br? está pedindo senha pq?
forum fivewin.com.br
O forum deve estar em manunteção ou alguém errou e colocou bloqueio na pasta. Até ontem estava normal. []´s
forum fivewin.com.br
Já funcionando, galera! Caso não os 'veja', feliz ano novo p/ todos. Euclides
forum fivewin.com.br
[url:102pgbor]https&#58;//www&#46;facebook&#46;com/groups/112382682270253/?ref=bookmarks[/url:102pgbor]
forum fivewin.com.br
Pessoal o Forum caiu novamente, já tem vários dias. Alguém sabe o motivo? []´s Rogerio
forums scheduled maintenance
[quote:k0g0me0i]Antonio, An upgrade to the system infrastructure is scheduled to take place in two phases on Tuesday, December 8 at 9:30pm MST. This upgrade will allow us to increase reliability and uptime for the services we provide. Phase one includes 15-20 minutes of downtime during which your website may be tempo...
forums.fivetechsoft.com
We are migrating to a much better hosting company where we will have much better speed access and much more disk space to host files, utilities, etc. without having to use rapidshare, hotshare, etc. and where these forums will continue growing and growing <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" ...
forums.fivetechsoft.com
Estamos migrando a una empresa de hosting mucho más potente en donde tendremos una mejor velocidad de acceso y mucho más sitio disponible para alojar ficheros, utilidades, etc. sin tener que usar rapidshare, hotshare, etc. y en donde estos foros continuarán creciendo y creciendo <!-- s:-) --><img src="{SMILIES_PATH}/ic...
forums.fivetechsoft.com
Mr AntonioNew forums are working well
forums.fivetechsoft.com
Antonio,the forum work well.i asked me why you not used the 2nd level website instead of a directory and now you made that i thnked.there are many important procedure in this forum not run as the sendig private message to a user... why?Can you put on line alll old messages (and files) when there was outlook newsgrou...
forums.fivetechsoft.com
Silvio,Time to time. We are still configuring the current forums <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
forums.fivetechsoft.com
TestEMG
forums.fivetechsoft.com
Antonio ,when someone write a message the forum send an notication to my email.the message is wrong because there is the old address of the forum
forums.fivetechsoft.com
HolaYa me di cuenta hoy Dominguito aqui en Mexico <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Suena todo muy bien <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Saluditos <!-- s:wink: --><img src="{SMILIES_PATH}/i...
forums.fivetechsoft.com
Silvio,Thanks for your feedback,In a few days the domain will be transfered so then it will be ok
forums.fivetechsoft.com
Antonio,the link to show only the newest answers of a topic since last login is not working
forums.fivetechsoft.com
Stefan,We expect that once the domain name is transfered, this same week, then the forums will work fine. Somehow, they point to the old forums.
forums.fivetechsoft.com
Antonio,Forums feel faster now! <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) -->Patrick
forums.fivetechsoft.com
Patrick and all,Thanks for your feedback and support! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
forums.fivetechsoft.com
Antonio,trying to post I always get the old domain. Then I have to edit the link manually to :Regards,Otto<!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/login.php?redirect=posting.php&mode=reply&t=10819">http://fivetechsoft.com/forums/login.ph ... ly&t=10819</a><!-- m --><!-- m --><a class="postlink...
forums.fivetechsoft.com
Otto,We may have the domain transfered by tomorrow, and everything should work fine.We apologize for these inconveniencies,
forums.fivetechsoft.com
Antonio, Según las estadísticas, FWH (español e inglés) se han convertido en los foros principales, con diferencias sobre los demas. Pero si a número nos referimos, el foro de FWH en español es el lider con 4.429 temas y 20.629 mensajes.Diariamente entro en los dos foros (FWH-español e ingles) y no se si seria acertado...
forums.fivetechsoft.com
ANTONIO, ENHORABUENA POR TODOS ESOS AVANCES,TODO LO BUENO SEA BIENVENIDO,Y PARA EL BUEN MANUEL.. QUISEARA DECIRLE QUE AL PAN, PAN Y AL VINO, VINO
forums.fivetechsoft.com
Jose,Gracias! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->Manuel,Gracias por la sugerencia, lo que ocurre es que existen usuarios a los que no les gusta que se mezclen varios idiomas. Es preferible que lo dejemos como está <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile...
forums.fivetechsoft.com
Hola Antonio,Aún carece de RSS para manejar feed.... imagino que será porque actualmente se maneja con una IP fija.Cuando tenga DNS se incluirá el feed ?Abrazos,
forums.fivetechsoft.com
Julio,Sí. Todo debe funcionar como lo hacía hasta ahora y supuestamente mejor (más velocidad, capacidad, etc.) <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
forums.fivetechsoft.com
Hola Antonio,[quote="Antonio Linares":qfxl3t11] Sí. Todo debe funcionar como lo hacía hasta ahora y supuestamente mejor (más velocidad, capacidad, etc.) <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:qfxl3t11]te comento un inconveniente que he tenido: Si estoy viend...
forums.fivetechsoft.com
Carlos,A ver si hoy mismo terminamos la migración del dominio y no deberíamos tener ningún problema...
forums.fivetechsoft.com
Test
forums.fivetechsoft.com
Antonio,the login button leads me still to the old address "fivetechsoft.com/forums/...". I have to insert the new url manually, then it´s working and see the new messages signed with orange color. Also the links after the thread to get back lead to the old address.
forums.fivetechsoft.com
Stefan,<!-- w --><a class="postlink" href="http://www.fivetechsoft.com/forums">www.fivetechsoft.com/forums</a><!-- w --> is also fine now as we have migrated the domain already
forums.fivetechsoft.com
Antonio,ok, but the problem is, I don´t have the new posts marked using the old address. It seems to a login problem, after pressing the login button the login is executed without errors, but on the startpage the login link does not change to "Log out [...]" link. If I change the address manually to "forums.fivetechso...
forums.fivetechsoft.com
Stefan,Some problems may be solved if you delete all cookies
forums.fivetechsoft.com
Antonio:The new forums still show an anomalous behaviour when performing a search:1.- Click on "Buscar"2.- Search for whatever word. A list of answers appear.3.- Click on any of these posts to read it4.- Press "Back" on the IE to return to the list of posts so that you can read the next one. "Pagina caducada" appears...
forums.fivetechsoft.com
Rafael,Could you please try it again using FireFox ? thanks,Also, please delete all cookies and internet temporary files
forums.fivetechsoft.com
Antonio,I have the same problem as Rafael when using 'Search' option.I am using IE browser Version 7.0.5730.13Regards,George
forums.fivetechsoft.com
Antonio:This behaviour only appears when you make a query with "Buscar" and read a post on the first page of results.If there are several pages of results and you go to read one on the second page, then the Back button works Ok.Erasing cookies does not seem to make any difference.Rafael
forums.fivetechsoft.com
Con Mozilla Firefox trabaja perfecto!El problema pasa solo con Internet Explorer.
forums.fivetechsoft.com
I don't have Firefox installed and can only confirm that it happend with both IE6 and 7. And it is quite annoying.It only happens since the new server/forums were inaugurated, a couple of weeks ago; with the old forums, it worked Ok.Rafael
forums.fivetechsoft.com
Antonio,I deleted the cookies and it´s working fine now <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Thanks.
forums.fivetechsoft.com
Antonio,I´m sorry to say that there is still a problem with firefox and the created cookies. If I delete the cookie from fivetechsoft.com, it´s working for the first time I logged in. The cookie is then created again. If I log in the second time, the same problem appears again.[quote:38h9v54o]ok, but the problem is, I...
forums.fivetechsoft.com
Stefan,We always get forums.fivetechsoft.com at the address bar.How do you get <!-- w --><a class="postlink" href="http://www.fivetechsoft.com/forums">www.fivetechsoft.com/forums</a><!-- w --> there ?(edit: just clicking the above link) <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-...
forums.fivetechsoft.com
Antonio,I deleted all relevant cookies and cleared the cache, but it doesn´t seem to help. <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> It´s very curious. I don´t know where the wrong address comes from.While writing this answer this address is in the address bar[url:l2iytfb0]...
forums.fivetechsoft.com
Stefan,Please check how you have saved the bookmark to the forums.Do you have it as forums.fivetechsoft.com ?
forums.fivetechsoft.com
[quote="Antonio Linares":36yjkx10]Stefan, Please check how you have saved the bookmark to the forums. Do you have it as forums.fivetechsoft.com ?[/quote:36yjkx10]I have[url:36yjkx10]http&#58;//forums&#46;fivetechsoft&#46;com[/url:36yjkx10]in my bookmark and still see[url:36yjkx10]http&#58;//fivetechsoft&#46;com/forum...
forums.fivetechsoft.com
[quote="Antonio Linares":2zpqp2nl]Stefan, Please check how you have saved the bookmark to the forums. Do you have it as forums.fivetechsoft.com ?[/quote:2zpqp2nl]Yes, I have the new address in my bookmarks.
forums.fivetechsoft.com
I just found that the address becomes <!-- w --><a class="postlink" href="http://www.fivetechsoft.com/forums">www.fivetechsoft.com/forums</a><!-- w --> when I click on the "View newer post" icon.Please check.EMG