topic
stringlengths
1
63
text
stringlengths
1
577k
problemas con webcam en win 7 64
Estoy tratando de hacer funcionar la clase WebCam, ya que necesito tomar imágenes de los clientes desde mi aplicación. He probado la clase y me ocurren varias cosas. Puedo hacer la conexión pero no me muestra nada, Si copio al clipboard muestra fugazmente la imágen en pantalla y efectivamente guarda la imágen el el cli...
problemas con windows 98
Tengo una aplicación que en xp funciona perfecto, pero al momento de instalarla en la pc de mi cliente ( windows 98 ), me marca el siguiente error: Error description: Error FiveWin/3 Cannot create Dialog Box: Resource: LOGIN me podrían ayudar a saber por qué pasa esto, y cuál es la mejor solución? mi resource es ...
problemas con windows 98
Las DLLs: BWCC.DLL y CTL3D.DLL, pongalas en el directorio de la aplicación. Y cuidado con, el número máximo de ficheros abiertos a la vez. Win98, trabaja con 20, por defecto, y la aplicación que estoy realizando, en XP va perfecta, ya que este tiene un máximo de 30. Pero en el 98, tuve que poner: [u:3rmj2042]CONFIG...
problemas con windows 98
José Mª: Con fivewin no hace falta tocar ni el autoxec.bat ni el config.sys, es suficiente con poner en tu prg principal: SetHandleCount(120) Respecto a bwcc.dll yo la uso renombrada con otro nombre y puesta en el directorio del exe, asi de esa manera no hay peligro de conflictos con ot...
problemas con windows 98
Gracias por el consejo Jose Mª, asunto arreglado. En efecto, Daniel, no fue necesario modificar el .bat y .sys vaya que me han facilitado la vida!
problemas con windows 98
El haberte ayudado, me alegra. Lo de modificar, el [u:4udnzmhi]CONFIG.SYS[/u:4udnzmhi] y, el [u:4udnzmhi]AUTOEXEC.BAT[/u:4udnzmhi], es por costumbre. Nunca te acostaras, sin saber algo nuevo. Gracias por la puntualización Daniel. Saludos, José Mª
problemas con xBrowse: NO FUNCIONA oBrw:VGoBottom() [solucio
Buenos días Antonio, Para acabar de solucionar el problema de xBrowse y SQLRDD, dado que Nages no contesta a los mensajes, necesito poder mover la barra de scroll vertical. Sin embargo, oBrw:VGoBottom() ni SendMsg( VK_DOWN ) funcionan. No hacen nada. Aquí va un ejemplo. [code=fw:byt1wput]<div class="fw" id="{CB}" s...
problemas con xBrowse: NO FUNCIONA oBrw:VGoBottom() [solucio
Estimado Moises Si la idea es enviar al último registro yo uso GoBottom() y nunca he visto VGoBottom()
problemas con xBrowse: NO FUNCIONA oBrw:VGoBottom() [solucio
Muchas gracias por tu respuesta. El problema es que con SQLRRD, al hacer dbgobottom() no baja la barra de scroll, ni tampoco funciona el método para forzarlo, ni sendmsg.
problemas con xBrowse: NO FUNCIONA oBrw:VGoBottom() [solucio
Gracias a la ayuda de Cristóbal, este es el fix: [code=fw:f4nm4er9]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">METHOD</span> KeyCount<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">CLASS</span> TX...
problemas con xbrowse
Estoy tabajando con la version fwh21 y se me ha presentado un problema en xbrowse Cuando Incicio el xbrowse defino un font Para el proceso ejecuto un procedimiento que tambien imvolucra un xbrowse con otros datos. Despues de ejecutar varias veces por 8 a 10 veses el proceso segundo, el fonto del xbrowse primario se...
problemas con xbrowse
Arturo, eso es porque en algún momento se destruye el font, habitualmente porque no se asigna correctamente en algún control.
problemas con xbrowse
Hola, si esopense pero he buscado y no encuentro ningun proceso que destruya el font, es posible que tenga que destruir los fonts del segundo xbrowse para evitar este problema Saludos
problemas con xbrowse
Arturo, pon aquí cómo asignas el font al Xbrowse
problemas con xbrowse
ahi va DEFINE FONT ofont0 NAME "Segoe UI" SIZE 0,-11 @30,214 XBROWSE oLbx; FIELDS partfil(Computos->partid),; xPadl(str(computos->Correl,4,0),30),; strtran(Computos->Detall,chr(141)+chr(10),""),; Computos->Unidad,; Transform(Computos->VolObr,'99,999,999.99'),; Transform...
problemas con xbrowse
hice la prueba quitandole el font para que que tome el que te da por default el xbrowse pasa lo mismo
problemas con xbrowse
LOCAL ó PUBLIC? Se PUBLIC, no use. Use siempre LOCAL. Saludos.
problemas con xbrowse
Estan Como locales
problemas con xbrowse
Buenas noches, en todos mis años de FiveWin, este és un caso muy raro. Sería interesante entonces, a efectos de estudio y aprendizaje, que pudieras hacer un pequeño ejemplo para que hagamos pruebas con él y descubramos esta magia. En caso de duda cambiar la FUENTE por cualquier otra y su nombre, por ejemplo oFontNew pa...
problemas con xbrowse
Bueno siguiendo con el tema del xbrowse les comento que no escontre las causas de este error solo se perdio cuando hice que el xbrowse primario no tenga definido un fonto y tome el del sistema dinino como default En conclusión voy a ver si medot tiempo hare un ejemplo que genere este cambios de font regard, saludos
problemas con xbrowse
A mi me sucede exactamente lo mismo, gracias karinha y Cristobal Voy a probar sus sugerencias (Local oFont)
problemas directmesagge outlook 2003
Hola. Tengo una aplicacion que hace uso de una funcion con el siguiente codigo: DEFINE MAIL oMail ; SUBJECT XASUNTO ; TEXT xtexto ; TO XCLIENTE+" <"+XCUENTA+">", xcuenta ACTIVATE MAIL oMaildonde xcliente es un no...
problemas en compilación
Estoy configurando un proyecto y al intentar compilar me genera este error: [code=fw:28divfiu]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'GetModuleFileNameExA'</span> referenced <span style="color: #0000ff...
problemas en compilación
Saludos voy a aprovechar este post para ensenar (a los que no saben) una forma practica de encontrar respuesta a sus preguntas o errores, muchas veces nos quedamos esperando a que alguien nos responda sin saber que la respuesta la tenemos aqui mismo, pudiendo solucionar de inmediato nuestros problemas o dudas... en ...
problemas en compilación
Daniel, gracias por tu pronta respuesta. La búsqueda la hice, evidentemente habré escrito mal lo que estaba buscando. Muchas dudas las he resuelto de esa manera. Trato de arreglarme solo y trato de molestar lo menos posible. Gracias nuevamente
problemas impresion en laser
Hola. Tengo un programa donde hago un grafico con GRAPH, y luego trato de imprimirlo con: odlg:print() o con odlg:hardcopy(3) si la impresora por defecto es una deskjet, funciona, pero si la impresora es una laser, imprime una hoja en blanco. ¿alguna idea de que puede ser? Gracias. Atte.
problemas impresion en laser
INTENTE DESINSTALAR Y REINSTALAR EL DRIVE DE LA IMPRESORA. PUEDE SEER ESTO. MIRA TAMBIÉN SE NO TIENE UN LOOPING EN EL RELATORIO SIN EL SYSREFRESH() Saludos.
problemas impresion en laser
hola. reinstale y sigue funcionando mal; me imprime la pagina en blanco; y probe el mismo programa con otras 2 laser diferentes, y en todas se da el mismo sintoma; con deskjet, funciona, pero no con laser. Si alguien sabe que puede ser. Gracias. Atte.
problemas impresion en laser
[quote="diegopolverelli":27fzt8uh]hola. reinstale y sigue funcionando mal; me imprime la pagina en blanco; y probe el mismo programa con otras 2 laser diferentes, y en todas se da el mismo sintoma; con deskjet, funciona, pero no con laser. Si alguien sabe que puede ser. Gracias. Atte.[/quote:27fzt8uh] PUEDE SEER QUE T...
problemas impresion en laser
Como Imprimir em Centimetros sem errar e em qualquer Impressora [code:i47jkajv] FUNCTION IMPRIME&#40;&#41; LOCAL ResColuna, ResLinha, oPrinter, oFont1 PRINTER oPrinter NAME "Teste de Impressão " PREVIEW DEFINE FONT oFont1 NAME "Times" SIZE 0, -9 BOLD OF oPrinter CursorWait&#40;&#41; oPrinter&#58;SetLandScape&#40;&#4...
problemas impresion en laser
Probe con eso, imprimiendo con un odlg:print(oprn,50,50,3.16), siendo oprn un objeto PRINT, y si imprimo seleccionando una impresora deskjet, sale bien, pero si imprimo en una laser, sale una hoja en blanco.
problemas letra ñ
Hola. Les paso 2 problemitas que tengo:- hoy me di cuenta que si tengo un indice en un campo, y el campo tiene datos que incluyan la Ñ, el indice deja de buscar. No se cual es el error exacto (no sale error, en realidad), pero busco "caño001" y no lo encuentra, a pesar de existir.- tengo algunas pantallas, Says, y repo...
problemas letra ñ
Diego,Si la DBF ha sido mantenida desde MsDos, es preciso que uses OemToAnsi( cTextoOem ) --> cTextoAnsi para ver el texto correctamente.De la misma forma necesitas llamar a AnsiToOem( cTextoAnsi ) --> cTextoOem si quieres que la DBF pueda seguirse usando desde MsDos y se vea bien.Por otra parte asegúrate que estas usa...
problemas letra ñ
Hola. Probe lo que me dijiste; el HB_Langselect("ES") se escribe con un REQUEST???REQUEST HB_Langselect("ES")?????porque pongo ::REQUEST HB_Lang_ESREQUEST HB_Langselect("ES")y ejecuto if MSGYESNO("¿prueba?","atencion")y al ejecutar me muestra "prueba?¿que puede ser?Gracias...!!!
problemas para usar Crystal Reports XI 11
Estoy usando el codigo de ejemplo que dejo Biel Gabriel Maimó pero me marca este error [b:2hrxfvrp]Error description: Error TOleAuto/-1 CO_E_CLASSSTRING: TOLEAUTO:NEW[/b:2hrxfvrp] Ya use varios ejemplos sin éxito, este ejemplo se apega a lo que yo estoy usando espero me puedan ayudar <!-- s:) --><img src="{SMILIES_P...
problemas para usar Crystal Reports XI 11
Hola. Te recomiendo Fast Report. Es igual de potente, más fácil y asequible. <!-- m --><a class="postlink" href="http://www.paritetsoft.ru/frh.htm">http://www.paritetsoft.ru/frh.htm</a><!-- m -->
problemas para usar Crystal Reports XI 11
Pues gracias mgsoft, pero ya adquirí crystal report y me urge resolverlo o si sabes donde puedo conseguir fastreport sin costo y unos ejemplos te lo voy a agradecer toda la vida <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
problemas para usar Crystal Reports XI 11
En la web tienes varios ejemplos con FWH. Sobre CR, mira que CrystalRunTime.Application sea correcto, no sea otro nombre.
problemas para usar Crystal Reports XI 11
veja isto: <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=4077&hilit=+crystal">viewtopic.php?f=6&t=4077&hilit=+crystal</a><!-- l -->
problemas pintado ribbon
Hola foro (antonio), Ha alguien le ha pasado lo del pintado con la ribbon? explico... Son 3 puntos. 1. En un boton de un grupo cuando tiene menu, y se clickea el color del boton cambia, y me aparece el menu, pero si doy click en el escritorio de mi aplicacion sin seleccionar opcion del menu, el boton se queda con el ...
problemas pintado ribbon
Hola, Te confirmo el punto 3, a veces tengo que dar varias veces a un botón con Menu para que aparezca dicho menú.
problemas por primera vez usando FWH una manito por favor
Estimados amigos de FiveTechSoft: Recien adquirí FWH, he seguido paso a paso los procedimientos especificados en el manual, ya instale Harbour y BCC55, coloque los correspondientes paths de las carpetas "harbour" y "borland" en el fichero "buildh.bat", pero al ejecutar "buildh.bat tutor01" aparece lo siguiente: ÚÄÄÄÄ...
problemas por primera vez usando FWH una manito por favor
ya lo solucioné .. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> copié: "c0w32.obj" y "uuid.lib" desde la cerpeta bcc55\lib Ahora voy con mis aplicaciones <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> sa...
problemas serios con la clase tplann
Estoy buscando un dispuesto a editar la clase Tplann de Daniel García. Traté de comunicarme con Daniel García pero no pude También le pedí a Linares que me ayudara a comunicarme con Daniel, pero él nunca me respondió a través de googletalk. Tengo dos problemas serios [img:1zzzelac]https&#58;//i&#46;postimg&#46;cc/...
problemas serios con la clase tplann
[b:20mcq8dt]Por primera vez no he resuelto nada, [/b:20mcq8dt] alguien sugirió que la clase tPlann nació para una situación de hotel (también le pido ayuda a Otto) es decir, una habitación está ocupada un día x hasta la noche del día siguiente, pero si está en los campos [b:20mcq8dt]RE> CHECK_IN RE> CHECK_OUT[/b:20mc...
problemas serios con la clase tplann
Hola Silvio En los hoteles no se cuentan lo dias, se cuentan las noches, por eso se cuenta el dia de ingreso (in) y no el de salida (out) La habitación esta disponible desde el out del actual dado que el in del nuevo es posterior. Por eso el dia del in te dan la cena y el dia del out el desayuno. Saludos
problemas serios con la clase tplann
Hola Silvio, te cuento que yo fui el primero que la pidio a daniel como un trabajo... yo la queria solo para un planing de Hotel nada mas saludos
problemas serios con la clase tplann
Saludos Esta clase es de uso libre o forma parte de FW? Si es libre, puedes enviarme sitio de descarga.. Agradecido.
problemas serios con la clase tplann
saludos, estoy tratando de echar a andar tplann tambien pero no se porque pero me da error plan.c, no me compila con ningun C (5.5, 5.82 y 7.3), si alguien la tiene mas actualizada que la de 2013 por favor compartirla si se puede, gracias
problematice on FWPPC help
Hello, I wanted to ask things:1) on windows mobile 6 if the x stopper of a dialog I closed the program?instead on wincee works only closes the dialog concerned2) the possibility exists to hide the key of x Dialog?3) with the emulator to me by an error in the creation file index4) there is the possibility in FWPPC to de...
problematice on FWPPC help
xfood,1: Try this example and you will see that closing the dialog, the excution continues normally:[code:3f8rxgrs] #include "fwce&#46;ch" function Main&#40;&#41; local oDlg DEFINE DIALOG oDlg TITLE "Test" SIZE 200, 100 ACTIVATE DIALOG oDlg CENTERED MsgInfo&#40; "execution continues" &#41; return nil ...
problematice on FWPPC help
2. Removing the "x":[code:2bslvl88] #include "fwce&#46;ch" #define WS_POPUP 0x80000000 #define WS_VISIBLE 0x10000000 #define WS_BORDER 0x00800000 #define WS_DLGFRAME 0x00400000 function Main&#40;&#41; local oDlg DEFINE DIALOG oDlg TITLE "Test" SIZE 200, 100 STYLE nOr&#40; WS_POPUP, WS_VISIBLE, WS_BORDER...
problematice on FWPPC help
3. Don't create the index in the SD memory card. Copy your application to a Pocket PC folder and execute it there. The SD memory card disk does not work properly always on the emulator.Its a Windows Mobile emulator limitation.
problematice on FWPPC help
4.[code:3de5i0hl] #include "fwce&#46;ch" function Main&#40;&#41; local oDlg DEFINE DIALOG oDlg TITLE "Test" SIZE 200, 100 @ 1, 1 BUTTON "Create folder" SIZE 50, 10 ACTION MsgInfo&#40; lMkDir&#40; CurDir&#40;&#41; + "\a_folder" &#41; &#41; @ 2, 1 BUTTON "Remove it" SIZE 50, 10 ACTION MsgInfo&#40; RmDir&...
problematice on FWPPC help
thank you very much, I try also 1 point all others are ok
problematice on FWPPC help
mi da questo errore Creating library Menu_gen.lib and object Menu_gen.expMenu_gen.obj : error LNK2019: unresolved external symbol "unsigned short * __cdecl AnsiToWide(char *)" (?AnsiToWide@@YAPAGPAD@Z) referenced in function HB_FUN_RMDIRMenu_gen.exe : fatal error LNK1120: 1 unresolved externals[quote="Antonio Linares"...
problematice on FWPPC help
Creating library Menu_gen.lib and object Menu_gen.exp Menu_gen.obj : error LNK2019: unresolved external symbol "unsigned short * __cdecl AnsiToWide(char *)" (?AnsiToWide@@YAPAGPAD@Z) referenced in function HB_FUN_RMDIR Menu_gen.exe : fatal error LNK1120: 1 unresolved externals nmake -fMenu_gen.makFILE MENU_GEN.MAK#Micr...
problematice on FWPPC help
hi, removes only empty folders how do I delete the folders full of files?[quote="Antonio Linares":2vnt4g4z]4. [code:2vnt4g4z] #include "fwce&#46;ch" function Main&#40;&#41; local oDlg DEFINE DIALOG oDlg TITLE "Test" SIZE 200, 100 @ 1, 1 BUTTON "Create folder" SIZE 50, 10 ACTION MsgInfo&#40; lMkDir&#40; Cur...
problematice on FWPPC help
[quote="xfood":s62v3knz]hi, removes only empty folders how do I delete the folders full of files?[/quote:s62v3knz]Just delete the files before. Use Directory() function to find all the file names.EMG
problematice on FWPPC help
HELLO, you can have a function to FWPPC taking out the folder and all files, including sub folders? Many thanks to all
problematice on FWPPC help
[quote="xfood":3aisbe1z]HELLO, you can have a function to FWPPC taking out the folder and all files, including sub folders? Many thanks to all[/quote:3aisbe1z]This is for FWH. Try to port it to FWPPC.[code:3aisbe1z]#include "Fivewin&#46;ch" #include "Directry&#46;ch" FUNCTION MAIN&#40;&#41; ? LMKDIR&#40; "TES...
problematice on FWPPC help
scusami.la funzione LRMDIR esiste un FWPPC?
problematice on FWPPC help
[quote="xfood":1nlyaw6v]scusami. la funzione LRMDIR esiste un FWPPC?[/quote:1nlyaw6v]It seems not. Please use the one wrote by Antonio above in this thread.EMG
problematice on FWPPC help
thanks, tried and ok works <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!...
problemi con testxbrw.prg
ciao a tutti, ho appena installato fwh 7.12 con harbour e xharobur 1.0 scaricato insieme a fwh. non riesco a compilare testxbrw.prg ne con harbour ne con xharbour mi danno diversi unresolved external in alcune funzioni ads. la libreria rddads.lib è presente in entrambi i compilatori. harbour: _HB_FUN_ADSSETSERVERTYPE ...
problemi con testxbrw.prg
You have to comment out ADS. Regards, Otto
problemi di ora
In una dialog io chiedo con la classe TmPicker l'ora Local oOra,aOra:= "00:00" @ 38, 48 TMPicker oOra Var aOra OF oDlg SIZE 40, 12 PIXEL FONT oFont1 UPDATE oOra:nStyle := nOr( oOra:nStyle, 9 )quando crea il get me o crea in questo modo "00:00:00" con i bottoncini tipo spinnernell'archivio me lo salva poi in un...
problemi di ora
Prova a scriveretransform(left( alltrim((oDTavoli)->Orario),5),"[b:30whjcjr]@E[/b:30whjcjr] 99:99") lo uso anche per trasformare un numero in stringa "@E 999,999.99"SalutiStefano
problemilla con la ñ
¿Como podriamos capturar la letra ñ en mayúscula? Con el picture "@!" ingreso todas las letras en mayúscula (independientemente si tengo activado ó no el Bloq-Mayús). Menos la ñ. Gracias.
problemilla con la ñ
Holas,, Luego de la captura (ouede ser en el valid) podrias usar esto: Function RevisaLetras(cDat) local nLen, nCont If VALTYPE(cDat) = "A" // es un array nLen := LEN(cDat) FOR nCont := 1 TO nLen IF VALTYPE(cDat[nCont]) = "C" cDat[nCont] := STRTRAN(cDat[nCont],"'","´") cDat[nCont] := STRTRAN(cDat[...
problemilla con la ñ
Uri modifica la clase tget en la METHOD KeyChar yo la modifique asi [code:gdkszf14] if ! Empty&#40; &#58;&#58;cPicture &#41; &#46;and&#46; '@!' $ &#58;&#58;cPicture nKey = Asc&#40; Upper&#40; Chr&#40; nKey &#41; &#41; &#41; //patricio if nKey = 241 // ñ nKey &#58;= 209 // Ñ endif //fin patricio ...
problemilla con la ñ
Gracias, voy a intentarlo.
problems after update to MacOs 11.1 (Big Sur)
your app now it doesn't show the message it does not run on macosx 10.13 .in fact it runs , but it comes out immediately without giving any error. ¿?. I have no idea what could be happening. If you want, you can send the whole project so I can compile it here to see if it works. Cheers.
problems after update to MacOs 11.1 (Big Sur)
Hello Antonio and Manuel, After I updates MacOs to 11.1 some functions works different. I have a GET where users can type some characters in and after typing one character (bKeyDown) I launch a functio to search in the database and the focus must be back to the GET, behind the last typed character. In MacOs I used next...
problems after update to MacOs 11.1 (Big Sur)
René, I am installing Big Sur...
problems after update to MacOs 11.1 (Big Sur)
[quote:1frty2wi]Also, is there a way to compile the program for older OS versions. Now, when I compile the program, users can only use it if they have the same OS version. So users with MacOs 10.15 can't use my newest software anymore. I thought it had to do with the XCode version, but I use version 9.4.1 which is an o...
problems after update to MacOs 11.1 (Big Sur)
Hello Manuel, Thank you for this information. I have added the next lines to my makefile. [code=fw:23lzlx57]<div class="fw" id="{CB}" style="font-family: monospace;"><br />SDKPATH=$<span style="color: #000000;">&#40;</span>/<span style="color: #0000ff;">Library</span>/Developer/CommandLineTools/SDKs/MacOSX10<span style...
problems after update to MacOs 11.1 (Big Sur)
René, You may install VirtualBox and install OSX 10.14 on it to try your app [url:3hm1jf16]https&#58;//github&#46;com/myspaghetti/macos-virtualbox[/url:3hm1jf16] If you send me your app I will test it on OSX 10.14 <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
problems after update to MacOs 11.1 (Big Sur)
to force minimum version to compile add this flag : -mmacosx-version-min=10.12 ( for 10.12 for sample ) This limit your app to macox10.12 and higher. I use 10.13 if you need to know if an app works, I have no problem testing it. cheers.
problems after update to MacOs 11.1 (Big Sur)
your app not run in my mac . For compile have you used --mmacosx-version-min=10.3 ? This is important . Compile your app with thas flag and forward it to me. your gcc line see : gcc $(PRG_OBJS) -o $(CONT_PATH)/MacOS/Plantenkennis --mmacosx-version-min=10.3 -L$(FIVEMAC_PATH)/lib -lfive -lfivec -L$(HARBOUR_PATH)/lib...
problems after update to MacOs 11.1 (Big Sur)
René, Please try this little change in function GetSetSelRange() in [url:2duciog6]https&#58;//github&#46;com/FiveTechSoft/fivemac/blob/master/source/winapi/gets&#46;m[/url:2duciog6] NSTextField * get = ( NSTextField * ) hb_parnll( 1 ); // this was hb_parnl( 1 ) please notice the double 'll' many thanks for your fee...
problems after update to MacOs 11.1 (Big Sur)
Hello Antonio, Today I updated my OS to MacOs 11.3.1 and the problem with the setting SetSel() is back again <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> Any suggestions?
problems after update to MacOs 11.1 (Big Sur)
Hello Antonio, I have managed to solve the problem with the GET where the characters were shown in the opposite order. What I did was that everytime the user enters a character in the GET there was a function launched that searched in a browse and placed the pointer at the right position. I also made the browse active ...
problems after update to MacOs 11.1 (Big Sur)
very good
problems creating UNICODE directories
i want to create directories with unicode characters, but none of the functions tried works well. lMkDir(), MakeDir() fwh1507, bcc7, xHarbour 1.2.3 bcc7_20150603 DLL32 Function apiCreateDir(lpPathName AS STRING, lpSecurityAttributes AS LPSTR) AS LONG PASCAL FROM "CreateDirectoryW" LIB "kernel32.dll" api...
problems creating UNICODE directories
With Harbour (but not with xHarbour) [code=fw:39tkhizj]<div class="fw" id="{CB}" style="font-family: monospace;">HB_SETCODEPAGE<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"UTF8"</span> <span style="color: #000000;">&#41;</span><br />MAKEDIR<span style="color: #000000;">&#40;</span> <span st...
problems creating UNICODE directories
You can use these functions to create unicode folders. Works with Harbour and xHarbour [code=fw:1njp5j7z]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#include</span> <windows.h><br /><span style="color: #0...
problems creating UNICODE directories
many thanks for your reply! i have tried: HB_SETCODEPAGE( "UTF8" ) MAKEDIR( "??????" ) but it doesn't work. for the second soution that require fw_parWide() i shall update to fwh 2016 version. thanks, marzio
problems creating UNICODE directories
[quote:qgcl4yax]i have tried: HB_SETCODEPAGE( "UTF8" ) MAKEDIR( "??????" ) [/quote:qgcl4yax] As I said, this work only with Harbour. Not with xHarbour. Even normal DIRECTORY() function works with Unicode names in Harbour but not with xHarbour. If you plan to use Unicode, it is worth considering upgrading FWH. After r...
problems creating UNICODE directories
[quote="nageswaragunupudi":2z32mrak][quote:2z32mrak]i have tried: HB_SETCODEPAGE( "UTF8" ) MAKEDIR( "??????" ) [/quote:2z32mrak] As I said, this work only with Harbour. Not with xHarbour. Even normal DIRECTORY() function works with Unicode names in Harbour but not with xHarbour. If you plan to use Unicode, it is wort...
problems creating UNICODE directories
i have tried: HB_SETCODEPAGE( "UTF8" ) MAKEDIR( "??????" ) with harbour 3.0.0, borland c++7 without fivewin but i obtain a directory like this: తెలుగు what is wrong? thanks.
problems creating UNICODE directories
You can view the folder name correctly with FileExplorer and also with Harbour's DIRECTORY() function. Not xHarbour
problems creating UNICODE directories
i see the wrong directory with file Explorer and with total commander.
problems creating UNICODE directories
To start with, I have a directory c:\fwh\test, which is empty. Now I ran this program, built with Harbour and FWH [code=fw:cydixzjh]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00...
problems creating UNICODE directories
can you try your example without fiwewin? i can confirm you that total commander visualizes correctly files and directories in unicode format.
problems creating UNICODE directories
i have inserted FW_SetUnicode( .T. ) supported by fwh1507 but i have linking error: Error: Unresolved external '_HB_FUN_HB_BLEN' referenced from T:\MARZIO\WINCLIP\FWH1507\LIB\FIVEH.LIB|OLEFUNCS Error: Unresolved external '_hb_extIsNil' referenced from T:\MARZIO\WINCLIP\FWH1507\LIB\FIVEHC.LIB|RICHEDIT Error: Unresolved...
problems creating UNICODE directories
We provided Unicode support from 15.09 onwards. [quote:1jpjgres]How about it support xHarbour? I'm use xHarbour now. [/quote:1jpjgres] We keep extending support for Unicode in FWH dir functions. But for full implementation Harbour is a better choice. In FWH 16.04 new functions lIsDirW(), lMkDirW(), FileW(), lRmDirW(),...
problems creating UNICODE directories
i have resolved substituting Harbour 3.0 with [b:361234dq]Harbour 3.2 [/b:361234dq][b:361234dq]Now the creation of the directories with unicode characters works fine!! [/b:361234dq](hb3.2, fwh1507, bcc7) thanks.
problems in Picture clause of SAY command
@ n,n SAY nVar Picture "999,999,999.99" in the version fwh 8.12 picture in SAY works fine, i have tried fwh 9.03 and the follow line visualizes all the commas also with few numbers. the E operator doesn't work, with the Z operator the box is blank. i have used xHarbour 1.21 marzio
problems in Picture clause of SAY command
Marzio, Please make this change In Class TSay Method Initiate: [code=fw:3kgv1cf0]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   ...<br />   <span style="color: #00C800;">if</span> ::<span style="color: #000000;">cCaption</span> != <span style="color: #00C800;">nil</span> <span style="color: #B900B9...