topic
stringlengths
1
63
text
stringlengths
1
577k
necesito solucionar esto de FIELDS en listbox
la definicion de un listbox (para poder usarlo en una TW) es: redefine listbox oListBox; fields columna(1),; columna(2),.. .... Ahora bien, estoy queriendo hacer una libreria donde esos "fields" varien en cantidad, o sea, 1, 4, 5, etc. o sea para cualquier numero de campos en fields... Pero veo que no ...
necesito solucionar esto de FIELDS en listbox
[quote="goosfancito":3gtjdyx1]la definicion de un listbox (para poder usarlo en una TW) es: redefine listbox oListBox; fields columna(1),; columna(2),.. .... Ahora bien, estoy queriendo hacer una libreria donde esos "fields" varien en cantidad, o sea, 1, 4, 5, etc. o sea para cualquier numero de campos...
necesito tsbrowse para fwh 8.04
amigos, voy avanzando, pero lento, ahora necesito saber donde conseguir la libreria sbrowse.lib, para poder usar la clase tsbrowse, con fwh 8.04, bcc55, y harbour
necesito tsbrowse para fwh 8.04
Hola ¿norte?,tendrías que recompilar la librería completa. Manuel distribuye la TSBrowse con todo el código fuente y un rmk para recompilarlo. Si tienes alguna version anterior, búsca en el directorio lib (si mal no recuerdo, no estoy en la oficina para verificarlo) y encontrarars un .rmk para usar con rmake, al que de...
necesito tsbrowse para fwh 8.04
[quote="norte_67":r7pxltp3]amigos, voy avanzando, pero lento, ahora necesito saber donde conseguir la libreria sbrowse.lib, para poder usar la clase tsbrowse, con fwh 8.04, bcc55, y harbour[/quote:r7pxltp3]Hola Carlos:Aquí puedes descargarla:[url:r7pxltp3]http://www.box.net/shared/jdkzu5paqu[/url:r7pxltp3]S...
necesito tsbrowse para fwh 8.04
maestro gracias, logre generar la lib de tsbrowse, estoy usando verce 5.3, fwh 8.04, harbour 1.1, bcc55, workshop 4.5, el tema es cuando quiero enlazar mis prg con la lib, me sale esto;Error: Unresolved external '_HB_FUN_TOLEAUTO' referenced from C:\PROGRAMAS\PROGH\SBROWSEH.LIB|TSBROWSE
necesito una ayuda
he realizado un reporte simple para ir cazando bugs ... una dbf con clientes , 2 areas , una de ellas titulo , otra que se repite para cada nombre de cliente. ¿ como se hace para que el reporte cree mas de una hoja ? , esiste algo que tengo que cliquear o es un bug ? Saludos a todos.
necesito una ayuda
Manuel, Si se trata de un reporte estandard de FWH, lo más sencillo es que construyas samples\FiveDBU.prg y que abras una DBF y la imprimas. Aqui tienes el FiveDBU ya construido: [url:1dz6zvcu]https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedbu_20140730.zip[/url:1dz6zvcu]
necesito una ayuda
Me explicado mal , yo creo el informe con easyreport y le doy a imprimir , y me sale solo una hoja ... ¿ que tengo que hacer ahora ? , se que me tienen que salir un monton de hojas ( por lo menos 5 ) , pero solo imprime una con 5 clientes ( la dbf tiene por lo menos 200 ) -------------- editado -----------------------...
necesito una ayuda
Manuel, Cuando en el código se van asignando los ITEMIDS e ITEMVALUES, el flujo se controla así: //Nueva Página IF oVRD:nNextRow > oVRD:nPageBreak PAGEBREAK oVRD PRINTAREA 1 OF oVRD ; ITEMIDS { 500,501 ,;.... ENDIF Y un simple report: [code=fw:1...
necesito una ayuda
Lucas , entiendo entonces que desde el diseñador no podremos previsualizar un reporte completamente terminado según está pues le faltan opciones de configuración que tendremos que colocar en nuestro programa "a mano " . Gracias por la ayuda.
necesito una ayuda
Manuel, prueba lo siguiente Una vez hayas creado el area y definido los campos, sitúa el mouse sobre la cabecera del área y pulsa boton derecho Selecciona: Area properties ( o en lugar de estos dos pasos pulsa Ctrl+A) En el diálogo de propiedades del area, en la opcion: Print area for each record of: Selecciona la base...
necesito una ayuda
[quote="cnavarro":a937fkl3]Manuel, prueba lo siguiente Una vez hayas creado el area y definido los campos, sitúa el mouse sobre la cabecera del área y pulsa boton derecho Selecciona: Area properties ( o en lugar de estos dos pasos pulsa Ctrl+A) En el diálogo de propiedades del area, en la opcion: Print area for each re...
necesito una mano para arrancar a usar el MySql
Saludos o todos los foristas. Siempre he trabajado con DBF, nunca me he salido de esa línea. Leyendo y leyendo, veo que muchas aplicaciones usan MysQl sea de manera local o bajo filosofía cliente-servidor. Incluso ya se habla de otros como MariaDb. Estoy por comenzar una aplicación, y debo hacerla con FW+MySql (clie...
necesito una mano para arrancar a usar el MySql
José: Dame un correo, por favor. Saludos
necesito una mano para arrancar a usar el MySql
Hola Armando. mis correo son: <!-- e --><a href="mailto:jalvarez@softwarebinario.com">jalvarez@softwarebinario.com</a><!-- e --> <!-- e --><a href="mailto:jose.alvarez.rada@gmail.com">jose.alvarez.rada@gmail.com</a><!-- e -->
necesito una mano para arrancar a usar el MySql
[quote="JoseAlvarez":3c4m9i9x]Saludos o todos los foristas. Siempre he trabajado con DBF, nunca me he salido de esa línea. Leyendo y leyendo, veo que muchas aplicaciones usan MysQl sea de manera local o bajo filosofía cliente-servidor. Incluso ya se habla de otros como MariaDb. Estoy por comenzar una aplicación, y d...
necesito una mano para arrancar a usar el MySql
Hola francisco, Gracias por tu respuesta. De verdad q aun no se cual usar, he leido sobre tdolphin. No se cual es mejor o simplemente en que se diferencian una de otra. Cualquier luz que me puedas arrojar al respecto sera bienvenida. Gracias.
necesito una mano para arrancar a usar el MySql
[quote="JoseAlvarez":ffspux5h]Hola francisco, Gracias por tu respuesta. De verdad q aun no se cual usar, he leido sobre tdolphin. No se cual es mejor o simplemente en que se diferencian una de otra. Cualquier luz que me puedas arrojar al respecto sera bienvenida. Gracias.[/quote:ffspux5h] Si te decides por TDolphin......
necesito una mano para arrancar a usar el MySql
ook, Muchas gracias Francisco, agradecido Un abrazo desde Venezuela, Voy a leer y te comento vía mail.
necesito una mano para arrancar a usar el MySql
Hola yo aprendí el uso de mysql gracias al[b:1lf9r1ak] excelente blog de Armando [/b:1lf9r1ak] que nos enseño paso a paso el uso de mysql desde la instalación hasta su uso y también a las muchas contribuciones en el foro una cosa que es importante es que si quieres entrarle a Mysql debes hacerlo desde [b:1lf9r1ak]AD...
necesito una mano para arrancar a usar el MySql
José, Experimenta ADORDD. Es muy fácil entrar en el mundo SQL com ADO. Usas la mesma sintaxis que cualquier otra RDD.
necesito una mano para arrancar a usar el MySql
José Saludos, Si deseas escribeme a mi correo <!-- e --><a href="mailto:jnavas@datapronet.com">jnavas@datapronet.com</a><!-- e -->, si puedes viajas para caracas, te damos apoyo y capacitación para que te inicies rápido. Tambien te ofrecemos hospedarte en las instalaciones de AdaptaPro. Puedo asignarte a un técnico ...
necesito una mano para arrancar a usar el MySql
Ciertamente, la calidad de las personas que conforman este foro, su profesionalismo y camaradería es impresionante. Siempre prestos a tender la mano sin ningún otro interés que conformar una comunidad de ayuda entre todos. Gracias Antonio, gracias Marcos, gracias Juan ! <!-- s:D --><img src="{SMILIES_PATH}/icon_bi...
necesito una mano para arrancar a usar el MySql
De las diferentes alternativas que te han ofrecido, tienes que buscar la que mas se adapta a esa primera aplicación que vas a realizar. Según tu dices estás "por comenzar una aplicación, y debo hacerla con FW+MySql (cliente-servidor) ya que el cliente así lo amerita.Ya tengo el servicio host contratado con MySql dispon...
necesito una mano para arrancar a usar el MySql
Hola, Con ADORDD puedes trabajar con MySQL, Access, Microsoft SQL Server, etc de la misma forma que un DBF: Aquí tienes el manual en español: <!-- m --><a class="postlink" href="https://github.com/AHFERREIRA/adordd/blob/master/02_LEEME.pdf">https://github.com/AHFERREIRA/adordd/bl ... _LEEME.pdf</a><!-- m -->
necesito una mano para arrancar a usar el MySql
Te aconsejo MariaDB en reemplazo de MySQL TDolphin de Daniel Garcia Dbf2Sql de Kleyber para pasar tus Dbf al motor de MariaDB/MySql Heidisql para explorar el motor Harbour en vez de xHarbour ya que es mas completo. Saludos, Adhemar
necesito una mano para arrancar a usar el MySql
oK, Gracias Manuel, Lucas y Adhemar... Estoy tomando en cuenta todos los consejos, pronto les comentaré que camino escogí. Saludos..
necesito una mano para arrancar a usar el MySql
Cuando me tocó hacer ese cambio hace varios años, no habían más opciones que ADO, y es el que yo utilizo. Y en verdad que fue duro al principio, pero era porque no había mucha documentación, sobre su uso con harbour. Pero hoy es diferente y en este foro encontrarás la ayuda para hacer todo lo que necesites, y te asegu...
necesito una mano para arrancar a usar el MySql
[quote="Armando":oicubjxu]José: Dame un correo, por favor. Saludos[/quote:oicubjxu] Hola buenos dias Ing. Armando, de antemano les envio cordial saludos. Sera que me puedas contactar a mi correo referente al tema de ADO puro y duro,ya que he leido en el foro que mencionas tu experiencia,entre a tu blog, pero no ve...
necesito una mano para arrancar a usar el MySql
Un punto a tomar en cuenta simpre, si se va ha utilizar un hosting, es que este permita conexiones remotas para mysql, ya que no todos lo permite. ahora, para desarrollo, no es recomendable usar el hosting con mysql, eso se hace ya una vez finalizada la app, tanto en los periodos de implantacion, depuracion y producci...
necesito una mano para arrancar a usar el MySql
[quote="carlos vargas":fvm22zqs]Un punto a tomar en cuenta simpre, si se va ha utilizar un hosting, es que este permita conexiones remotas para mysql, ya que no todos lo permite. ahora, para desarrollo, no es recomendable usar el hosting con mysql, eso se hace ya una vez finalizada la app, tanto en los periodos de imp...
necesito una mano para arrancar a usar el MySql
Adrian: Te envíe un mensaje a tu correo. Saludos
need a link script or file to link
need to link a lot of prgs to create exe.Using borland..Harbour and buildh.bat for each prg. Now I need to start to link several of them together. Soon about 100+ prgs.Someobdy sending a script or bat file would be great. I'm lost.
need a link script or file to link
Harvey,maybe it´s better to use a simple project manager than a big batch for this job.I suggest to use xMate, it´s a really great and easy to use tool.You can download it at [url:291q2v17]http&#58;//www&#46;andywos&#46;ih&#46;co&#46;za/xmate/[/url:291q2v17]
need a link script or file to link
Hello Harvey,you can use Stefan's solution or usea standard-sample and change the contents.here is the basic-structure of the script-file : [code:ugias4o3] 1&#46; create a batchfile &#58; GO&#46;bat ---------------------------------- IF not exist obj md obj c&#58;\bcc55\bin\make -f PROGFILE&#46;rmk 2&#46; create a ...
need a link script or file to link
Harvey,FiveWin provides a Borland make working example:FWH/makes/bormake.zip
need a link script or file to link
Thanks for the help.I'll try it later today and get back. Thanks again
need a link script or file to link
Thanks for the input but it doesn't work.Please test it for me and let me know whats happening.Using files one.prg, alert.prg.Message i get: .PRG: not recognized etc. etc.If I comment it out ,PRG: I get "can't find alert.exe."code:#Borland make sample, (c) FiveTech Software 2005HBDIR=F:\harbourBCDIR=c:\Borland\bcc55...
need Help with oBro:bSeek
hi, can somebody point me to working "increment" Seek <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> Question : a.) i guess it need an Index to SEEK. *CDX seems to be open "automatic" but *.NTX must be open before ? b.) if *.CDX have TAGs, how to change TAG when ...
need Help with oBro:bSeek
[url:2mnmn3p2]https&#58;//www&#46;forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=25731[/url:2mnmn3p2] [url:2mnmn3p2]https&#58;//www&#46;forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=26404[/url:2mnmn3p2] [url:2mnmn3p2]https&#58;//forums&#46;fivetechsoft&#46;com/viewtopic&#46;php?t=38833[/url:2...
need Help with oBro:bSeek
[quote:2qo37sh5] can somebody point me to working "increment" Seek <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> [/quote:2qo37sh5] Incremental seek works automatically if the programmer does not do anything to disturb the automatic behavior of xbrowse. [code=fw:2q...
need Help with oBro:bSeek
hi, thx for all Information. i have to read it which "Keyword" are used ( AUTOSORT, oCol;cSortOrder, oBrw:lIncrSeek, lFastEdit, oBrw:lSeekWild, oBrw:lIncFilter,) and learn how to use it
need help
Dear all,how to load this file "RWM600X.OCX" into fivewin harbour , and how to use then command inside the rwm600x.ocx.Thanks for your helpkok joek hoanote : rwm600x.ocx (visual basic) is a set command to control RFID reader amp600
need help
kok joek hoa,Do you have documentation for that ActiveX ?Do you have an example of use in Visual Basic ?
need help
Dear Antonio,Yes , I send to your email .Thanks,Kok Joek Hoa
need help
Kok Joek Hoa,Please review the FWH activex examples provided in FWH\samples\Search for "ACTIVEX" in FWH\samples\*.prg
need help how build xharbour from cvs?
Friends, for a long time since I built the compiler code xHarbour from CVS, now that I try, I have changed some things, I could suggest how it is currently building! I searched for information but frankly I have not found how. Before, what he did, was to have the bison.exe and bison.sim in borland folder and defined a...
need help how build xharbour from cvs?
This is the batch I'm using to build xHarbour: [code=fw:2tcn57vt]<div class="fw" id="{CB}" style="font-family: monospace;">@ ECHO OFF<br />SET PATH=e:\bcc55\bin;e:\bison\bin;%PATH%<br />SET PRG_USR=-l<br />make_b32 clean build</div>[/code:2tcn57vt] EMG
need help how build xharbour from cvs?
thank tou, Enrico. <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> I try now build xharbour. salu2 carlos vargas
need help how build xharbour from cvs?
Enrico, bison.sim is even necessary? and indicate the variable BISON_SIMPLE?
need help how build xharbour from cvs?
I don't have any bison.sim in my hard disk. EMG
need help how build xharbour from cvs?
ok, thank you.
need help how build xharbour from cvs?
Enrico, Now, i build xharbour compiler from CVS, and all ok. My problem was what using the borland c++ version 5.82 and this version fail with bison. <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( --> but with the version 5.5 of Borland C++ all ok. thank you. sorry for my very ...
need help how build xharbour from cvs?
What version of Bison are you using? You need to use Bison 2.1. EMG
need help how build xharbour from cvs?
I use the version 2.1 of bison for this build. all ok, thank you. salu2 carlos vargas
need odbccp32.lib for bcc 5.8.2
Hi, Anyone has odbccp32.lib form BCC 5.8.2?. Thanks.
need odbccp32.lib for bcc 5.8.2
Download : <!-- m --><a class="postlink" href="http://www.pflegeplus.com/fw_downloads/odbccp32.lib">http://www.pflegeplus.com/fw_downloads/odbccp32.lib</a><!-- m --> Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
need odbccp32.lib for bcc 5.8.2
Thanks Uve. But I still getting: Error: Unresolved external 'SQLInstallerError' referenced from C:\XHB2\LIB\BCC\SQLBCC58.LIB|sqlsrodbc Error: Unresolved external 'SQLConfigDataSource' referenced from C:\XHB2\LIB\BCC\SQLBCC58.LIB|sqlsrodbc Those functions are suppoused to be at odbccp32.lib but I get Unresolved exter...
need odbccp32.lib for bcc 5.8.2
Lucas, the Lib comes from [color=#FF0000:jo6d38il]BCC63/psdk[/color:jo6d38il], because it is not included in BCC582 Maybe more libs are missing. Best Regards Uwe <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
need sbrowseh.lib
hi all, does any one have sbrowseh.lib version 6.0 or over and sbuttonh.lib version 5 ? Thanks.
need sbrowseh.lib version 6.0
hi all, does any one have sbrowseh.lib version 6.0 ? Thanks, Kok
need sbrowseh.lib version 6.0
Hello, Do you just need the Library? Which version of Harbour Or xHarbour do you Need the Library Compiled in? I have the sBrowseh Version 6.0 (Super Browse) Compiled with Harbour Version 39.0 And Fivewin For Harbour 2.3. I have not updated it to Harbour 2.7. But am work on it. I will be updateing it in the Nex...
need sbrowseh.lib version 6.0
There is also a Newer Version of the Super Browser Out. Version 7.01 I have not used it. Have been using Version 6.0 jim <!-- e --><a href="mailto:jim37920@aol.com">jim37920@aol.com</a><!-- e -->
need sbrowseh.lib version 6.0
Dear J-Bohanan, Thank you for your answer. I use harbour version 45.0 and fivewin 27. Regards, Kok Joek hoa
need sbrowseh.lib version 6.0
kok joek hoa I will recompile the Library Over the Weekend for you and then send it to you. Can you send me a E-Mail address to send it to. Thank You Jim Bohanan <!-- e --><a href="mailto:jim37920@aol.com">jim37920@aol.com</a><!-- e -->
need tcrw.prg for 32 bit
does anyone have tcrw.prg ( crystal report ) for 32bit thanks kok
need tcrw.prg for 32 bit
Hola Kok: Aqui tienes la clase TCRW, modifique algun pequeño detalle, pero es 100% funcional, yo tengo aplicaciones desde hace muchos años funcionando con esta clase perfectamente. // =========================================================================== // TCRW.PRG ...
need to change a field type on the fly
I need to change a field type on the fly and change size etc. I'm lost. Help
need to change a field type on the fly
Please, what you have to do? Marco
need to change a field type on the fly
I have a field in a data base that for past users is an incorrect data type (character when it should be numeric. My programing error). So I need to change the field from a character to numeric and the length from 4 to 18 and decimals from 0 to 6. It need to be done on the fly. Thanks for the quick response.
need to change a field type on the fly
Harvey Here is what I would do .. 1 - open the database in question .. test for valtype( table->field) If valtype returns "N" .. then write a routine like this .. ( psudo code ) A) Open your old table excl .. B) dbcreate a ( temp .. exclusive ) new table with all your fields and the correct the valt...
need to change a field type on the fly
Try this <!-- m --><a class="postlink" href="http://www.emagsoftware.it/EmagDbu240.zip">http://www.emagsoftware.it/EmagDbu240.zip</a><!-- m --> All users have to close this dbf Make a copy of your table Open dbf with emagdbu press F3 select wrong field press RETURN change type (second column) change len and dec c...
need to change a field type on the fly
Rick: If I append blank it adds another field of the same name to the dbf rather then change the existing field.
need to change a field type on the fly
Rick, Marco: Is there a way to remove a field while the program is running then I can append a new field with the same name. Now I get 2 fields with the same name.
need to change a field type on the fly
You cannot modify dbf structure while the dbf is open by other users
need to change a field type on the fly
[code=fw:x5ohh3p2]<div class="fw" id="{CB}" style="font-family: monospace;">     <span style="color: #00C800;">if</span> valtype<span style="color: #000000;">&#40;</span>field->RATE<span style="color: #000000;">&#41;</span>    == <span style="color: #ff0000;">"C"</span> <span style="color: #000000;">&#91;</span>b<span ...
need to change a field type on the fly
Harvy Consider this code .. add this to your main program and it will run every time [code=fw:g0mkml51]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">Local</span> nType<br /><br /><span style="color: #0000ff;">select</span> <span style="color: #000000;">1</span><br...
need to change a field type on the fly
Thank you all for the help. Couldn't get it working. Came up with a solution which is not on the fly. Thanks again.
need to close others windows when my application is running
Hi All ! My application is running, but users playing the games. <!-- s:twisted: --><img src="{SMILIES_PATH}/icon_twisted.gif" alt=":twisted:" title="Twisted Evil" /><!-- s:twisted: --> How to close others active windows when my application is running. Thank's for help Best Regards Areang
need to close others windows when my application is running
[code:18yammrs]#define GW_HWNDFIRST 0 #define GW_HWNDLAST 1 #define GW_HWNDNEXT 2 #define GW_HWNDPREV 3 #define GW_OWNER 4 #define GW_CHILD 5 #define WM_CLOSE 16 STATIC FUNCTION CLOSEAPPS&#40; hMWnd &#41; LOCAL ahWnd &#58;= &#123;&#125; LOCAL hWnd &#58;= GETWINDOW&#40; hMWnd, GW_HWNDFIRST &#41; LOCAL ...
need to close others windows when my application is running
Areang, Here is my LanHouse Spy. To use it. 1 - Create a C:\Spyfolder on server and install the LanHouse Spy. 2 - Share the C:\SpyFolder to other machines. 3 - Exec the LanHouse Spy on each machine. To lock one machine, open ACESSOS.DBF on server, locate user and change status for STATUS field, true or false. Imple...
need to close others windows when my application is running
Enrico where to put your static function in the main program ?
need to close others windows when my application is running
Just remove STATIC and put it anywhere. EMG
need to close others windows when my application is running
Hello Mr. Enrico ! I tested this but not work [code:1ksy2wr2] GETWINDOWTEXT&#40; hWnd &#41; == "Program Manager" [/code:1ksy2wr2] Is [b:1ksy2wr2]"Program Manager"[/b:1ksy2wr2] the title of Windows from this : DEFINE DIALOG oDlg FROM 1,1 TO 200,200 TITLE [b:1ksy2wr2]"Program Manager"[/b:1ksy2wr2] I have 2 windows set...
need to create an array
I want to create an array from a data base of a specific range of accounts. The accounts are the first field of the data base. Some of the accounts may not exist so it needs to stop at the last number available in the range. I don't know how to do this. All help will be appreciated. Thanks
need to create an array
Harvey, Try something like this. I haven't tested it, cAlias may need to be surrounded by parens, and field(1) maybe doesn't need to be. My memory is a little foggy on this. If you can't get it working, then send me a sample database, and I will. James [code=fw:39h060j2]<div class="fw" id="{CB}" style="font-family...
need to create an array
As always thanks for the in put.
need working buildh32.bat
hi, i can compile fiveDBU using buildh64.bat but get Error with buildh32.bat now i have try to "compare" both buildh64.bat [code=fw:iqha0tac]<div class="fw" id="{CB}" style="font-family: monospace;">%hdir%\bin\win\msvc64\harbour %<span style="color: #000000;">1</span> /n /i%fwdir%\include;%hdir%\include /w /p /d__64...
need working buildh32.bat
Dear Jimmy, This buildh32.bat properly builds FiveDbu here: buildh32.bat [code=fw:2recagp7]<div class="fw" id="{CB}" style="font-family: monospace;">@ECHO OFF<br />CLS<br />ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿<br />ECHO ³ FiveWin <span style="color: #00C800;">for</span> ...
net use n: \\myserver\apps
Hi, this batch file works fine: net use n: \\dbserver\apps /user:marco mypassword n: cd\testprog test.exe c: net use n: /delete Is it possible to use fivewin/xHarbour program? Thanks marco
net use n: \\myserver\apps
Use this mode. If after running test.exe remove the unit n, test.exe may collapse, test.exe should generate a return variable or a file flag, to establish whether test.exe terminates, then remove the unit n. is to be tested [code=fw:3c8ix7mr]<div class="fw" id="{CB}" style="font-family: monospace;"><br />...<br />..<b...
net use n: \\myserver\apps
I Log to server with this fivewin app from c:\myfolder #include "fivewin.ch" FUNCTION MAIN( ) Waitrun( "net use n: \\dbserver\apps /user:marco mypassword" , 0 ) lChdir( "n:\testprog" ) Winexec( "test.exe" , 1) RETURN NIL At the end of test.prg lChdir( "c:\myfolder" ) WinExec( "net use n: /delete" ...
net use n: \\myserver\apps
Another way to do the following tasks. <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> 1. Map a network drive 2. Remove a mapped network drive 3. Check whether a drive letter is already mapped or not. [code=fw:24fasik7]<div class="fw" id="{CB}" style="font-family: monos...
net use n: \\myserver\apps
Thanks, but I have this error Application =========== Path and name: c:\za2\connec.exe (32 bits) Size: 1,903,616 bytes Time from start: 0 hours 0 mins 1 secs Error occurred at: 07/05/10, 10:39:53 Error description: Error WScript.Network/3 DISP_E_MEMBERNOTFOUND: MAPNETWORKDRIVE Args: [ 1] =...
net use n: \\myserver\apps
Hello Marco, I use this code to connect to network: [code=fw:3tiv4xy9]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; <span style="color: #00C800;">LOCAL</span> RemoteName &nbsp; := GetPvProfString<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"SETUPDATEN"</span>, <span styl...
net use n: \\myserver\apps
Ok Thank you Anser Thank you Otto It works
net use n: \\myserver\apps
MarcoBoschi, Exist in xHarbour this: NetRedir( <cLocal> , ; <cServer> , ; [<cPassword>], ; [<lShowError>] ) --> lSuccess Regards
net use n: \\myserver\apps
? cDrvMapToLetter( "\\desarrollo_pc\utilerias" ) // Nos muestra la Letra de la unidad de red ? cLetterToDrvMap( "Z:" ) // Nos muestra la unidad de Red de la letra ? NETREDIR( "LPT1", "\\desarrollo_pc\LX-300") // Mapeamos una unidad de red a una Letra, puede ser datos o impresoras ? ...
net use n: \\myserver\apps
Thanks to all marco