topic
stringlengths
1
63
text
stringlengths
1
577k
pasar codigo de RPG a Harbour se podra?
Aida: Una precisión, no es lo mismo RPG (Report Program Generator) que PRG (Código xBase), yo conozco el lenguaje RPG así que si necesitas apoyo, estoy a tus ordenes. Te adjunto unas imágenes de código RPG para que le "eches un ojito", y veras que el proyecto tiene lo suyo, habrá que analizar cada programa RPG para...
pasar codigo de RPG a Harbour se podra?
Aida , En realidad no es complicado , lo demorado es que toca leer todo el código. Hace muchos años pase uno de RPG Clipper, también de Cobol a Delphi. Me acuerdo que también pace varios programas de RPG BAJO PC (RPG Para Micro ).a Visual BAsic, Toca ver el código, Tiene Algún Manual de Usuario para ver el Diseño d...
pasar codigo de RPG a Harbour se podra?
Primero que Nada [color=#800000:1mawzck0]FELIZ PRÓXIMO AÑO NUEVO 2015[/color:1mawzck0] <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><!-- s:mrgreen: --> Gracias a todos estoy en espera de que me entreguen los archivos, seguramente sera ya en Enero <!-- s:D --><i...
pasar codigo de RPG a Harbour se podra?
Hola Aida, espero estes bien, no se si esto podra ayudarte, saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> <!-- m --><a class="postlink" href="http://soporte900.wordpress.com/2012/03/26/manual-as400i-introduccion-a-as400-2/">http://soporte900.wordp...
pasar codigo de RPG a Harbour se podra?
Si Aida hay que emigar la base de datos. y se puede pasar al motor de base de datos que tu quieras. Aida es un AS400
pasar codigo de RPG a Harbour se podra?
Gracias <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Saluditos <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: -->
pasar codigo delphi a xbase
hola, necesito pasar el siguiente codigo de delphi a xbase, a ver si alguien me echa la mano //A CONTINUACION UN EJEMPLO DE COMO LEER UN CAMPO BLOB QUE CONTIENE COSTOS Y PRECIOS if FX_FIXED.FindKey('B',XXXXX); Codigo del producto if OkR then begin SourceField :=FX_FIXED.FindField('FX_COSTOS'); Try BlobStreamData :=T...
pasar codigo delphi a xbase
<!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
pasar codigo delphi a xbase
No es tan simple como parece. Tendrás que buscar el código fuente de la Clase TDBISAMBlobStream Es la clase la que tienes que portar
pasar datos de columna a fila
tengo un problema en una tabla tengo varios campos uno de ellos es el campo llamado maquina y tiene bvarios datos que se repiten y algunos no se repiten es decir mas o menos asi:maquina033033119148149152que funcion puedo ocupar para hacer un reporte pero que ese campo lo concentre en una fila de esta forma:033,119,148,...
pasar datos de columna a fila
Tienes que construirla... no he visto rutinas que hagan esto como parte del clipper ni de harbour ni de xharbourEsto es más o menos la secuencia:1) crea un array con valores unicos que vas leyendo2) con los valores unicos del array puedes crear una base de datos temporal3) ahora que ya tienes la base de datos temporal,...
pasar datos de columna a fila
Estimado pakotelPuedes ocupar PrintCargas los valores máquina a un arreglo y verifica que no se repitan, luego, suponiendo que el arreglo se llama maquina:[code:3bkz1nuq] nInc&#58;=1 //centimetros nLargo&#58;=Len&#40;maquina&#41; PRINT oPrn PAGE for i=1 to nLargo oPrn&#58;CmSay&#40;nFila,nCol+nInc,ma...
pasar de NTX a CDX
Hola:Me gustaría encontrar información para pasar índices NTX a CDX.Creo que además de añadir:[color=green:3rl4f7wx]ANNOUNCE RDDSYS REQUEST DBFCDX, DBFFPT[/color:3rl4f7wx]Hay que hacer mas cosas, pero no se cuales.Tampoco entiendo bien lo de los TAGS. ¿No puedo seguir haciendo?USE CLIENTESINDEX ON FIELD->NOMBRE TO IN...
pasar de NTX a CDX
USE JLORDEN NEW INDEX ON jlorden->ORD_NUMORD TAG NUMERO INDEX ON jlorden->ORD_NUMCOM TAG COMPROMISO INDEX ON jlorden->ORD_NUMGAS TAG CAUSADO INDEX ON jlorden->ORD_FCHORD TAG FCHORD INDEX ON jlorden->ORD_CODBEN TAG CODBENluego usasa SETORDER(n) o el nombre del TAG, revisa en las ultilidades...
pasar de NTX a CDX
Con los indices CDX, puedes seguir utilizando todas las funciones y comandos que usabas con los NTX.Pero ademas te permiten implementar nuevas funcionalidades. Te paso dos PDF que te pueden servir de ayuda. [url:1mkfthud]http&#58;//www&#46;ea6dd&#46;com/ftp/bielsys/dbfcdx/dbfcdx%20indices&#46;pdf[/url:1mkfthud](Recopil...
pasar de NTX a CDX
Cuidado con los campos MEMO, si los utilizas
pasar de NTX a CDX
Muchas gracias a todos.Sí uso campos memo, ¿qué ocurre?.Un saludo
pasar de NTX a CDX
Cada RDD los maneja a su manera, sería conveniente que si tienes campos memo crearas un archivo con una estructura identica y copies con APPEND FROM, utilizando el RDD indicado para cada archivo
pasar de NTX a CDX
Quique:Sí, eso lo había leído. Pensé que había que hacer algo más.En cuanto a los tags, entonces ¿no se puede seguir haciendo?USE PROVEE[b:2h1pibft] INDEX ON PROVEE->NOMBRE TO (pPath+"\PROVEE") INDEX ON PROVEE->CODIGO TO (pPath+"\PROVEE2") INDEX ON PROVEE->NIF TO (pPath+"\PROVEE3")[/b:2h1pibft]...
pasar de NTX a CDX
hasta donde recuerdo, si se puede, pero la última vez que lo hice fue hace como 12 años, cuando todavía no existía harbour
pasar de NTX a CDX
[quote="MOISES":9yp3kb5j]Quique: Sí, eso lo había leído. Pensé que había que hacer algo más. En cuanto a los tags, entonces ¿no se puede seguir haciendo? USE PROVEE [b:9yp3kb5j] INDEX ON PROVEE->NOMBRE TO (pPath+"\PROVEE") INDEX ON PROVEE->CODIGO TO (pPath+"\PROVEE2") INDEX ON PROVEE->NIF TO...
pasar de NTX a CDX
Por supuesto que pueden usarse indices separados, aunque te aseguro que te será más practico tenerlos juntos.Se puede utilizar dbSetOrder tanto si los indices estan juntos como separados.Conclusion, basta con que regeneres los indices a formato CDX, y el resto de codigo que utilizabas hasta ahora con NTX, seguira func...
pasar de NTX a CDX
TE SIMPLIFICAS LA VIDA SI UTILIZAS UN SOLO INDICEY LA TRANSFORMACION ES MUY SENCILLA:DONDE USAS:USE PROVEE INDEX ON PROVEE->NOMBRE TO (pPath+"\PROVEE") INDEX ON PROVEE->CODIGO TO (pPath+"\PROVEE2") INDEX ON PROVEE->NIF TO (pPath+"\PROVEE3") LO CAMBIAS PORUSE PROVEEINDEX ON _FIELD->NOMBRE TAG PROVEE TO (pPath+"\PROVEE...
pasar de NTX a CDX
UN DETALLE, CON CDX,SI DESEAS RE-GENERAR LOS INDICES, TE RECOMIENDO BORRARLOS ANTES DE GENERAR Y EVITA EL RE-INDEXNO ES PORQUE TE VAYA A DAR PROBLEMAS, SINO PORQUE ES MÁS RÁPIDO EL PROCESO
pasar el foco desde una ventana nomodal a otra nomodal
Gente: no consigo pasar el foco a una ventana nomodal desde una ventana no modal, por mas que le pongo al segundo dialogo el SETFOCUS() en el Init no toma el foco [code=fw:13n9y07t]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</span> Guia<span style="color: #0000...
pasar el foco desde una ventana nomodal a otra nomodal
La claúsula ACTIVATE DIALOG ... ON INIT debe devolver una expresión lógica .F. para poder cambiar el foco Por ejemplo: ACTIVATE DIALOG oDlg CENTERED ; ON INIT ( oGet:SetFocus(), .F. )
pasar el foco desde una ventana nomodal a otra nomodal
Gracias Maestro Antonio! Funciono perfecto
pasar numero entero a binario
Necesito una funcion para pasar un número entero a binario de 7 bits.Ejemplo:nEntrada=10cSalida:=functionconversora(nEntrada)cSalida debe contener la cadena: '0001010'Saludos.
pasar numero entero a binario
A ver... L2BIN(nValor) Convierte un valor numérico de CA-Clipper en un valor entero binario de 32 bits &#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472...
pasar numero entero a binario
Ando buscando lo mismo. pudiste resolverlo? [quote="Verhoven":bv6kvv2n]Necesito una funcion para pasar un número entero a binario de 7 bits. Ejemplo: nEntrada=10 cSalida:=functionconversora(nEntrada) cSalida debe contener la cadena: '0001010' Saludos.[/quote:bv6kvv2n]
pasar numero entero a binario
[code:vc5dbill] #include "FiveWin&#46;ch" function Main&#40;&#41; MsgInfo&#40; NumToBinary&#40; 10 &#41; &#41; return nil function NumToBinary&#40; n &#41; local cNum &#58;= "" while n > 0 cNum += If&#40; lAnd&#40; n, 1 &#41;, "1", "0" &#41; n = Int&#40; n / 2 &#41; end return cNum [/code:...
pasar numero entero a binario
perfecto.[quote="Antonio Linares":38ohh51d][code:38ohh51d] #include "FiveWin&#46;ch" function Main&#40;&#41; MsgInfo&#40; NumToBinary&#40; 10 &#41; &#41; return nil function NumToBinary&#40; n &#41; local cNum &#58;= "" while n > 0 cNum += If&#40; lAnd&#40; n, 1 &#41;, "1", "0" &#41; n = Int&#...
pasar parametro a rpreview
Quisiera pasar como parámetro a rpreview.prg el email del cliente. Tengo fwh 1509 ¿Alguien sabe podría echarme una mano? Muchas Gracias
pasar parametro a rpreview
Garbi: Una forma sencilla es que crees una variable de memoria: En el PRG que envía la dirección de correo [code=fw:1ivlu6ae]<div class="fw" id="{CB}" style="font-family: monospace;"><br />MEMVAR cMail<br /><span style="color: #00C800;">FUNCTION</span> MAIN<span style="color: #000000;">&#40;</span><span style="color...
pasar parametro a rpreview
Gracias. En vez de memvar he usado variables publicas y ha funcionado perfectamente. Ay la vejez, mira que parezco novato. Muchas Gracias.
pasar parametro a rpreview
Garbi <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> , así pasa cuando sucede <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Saludos
passing a function several times?
I am using a function in my program to pass a filename variable to a field, but i need to pass it to several fields. I know I could repeat the function for each variable but I also know that I can change where the variable is placed. Here is the code ; STATIC FUNCTION FileName LOCAL cDir := ALLTRIM(CURDIR()) L...
passing a function several times?
[quote:10jggoxt]What I need to know is, how can I tell my program to change where the outcome is stored without rewriting it for each variable?[/quote:10jggoxt] Sorry I have not understood exactly what do you want. Maybe the code below can give you some ideas? STATIC cApp := "" STATIC FUNCTION SetRptName() /* the bo...
passing a function several times?
maybe this will explain my question better? CODE ; STATIC FUNCTION FileName LOCAL cDir := ALLTRIM(CURDIR()) LOCAL cApp := "" cApp := cGetFile( "*.rpt","Report Files",1,cDir) IF cApp == "*.rpt" cApp := "default" ELSE IF "\"$cApp cApp := ALLTRIM(subst(cApp , rat("\",cApp)+1,12)) ...
passing a function several times?
They refresh with the same value because you are assigning to all of them the same value. Try assigning different values and you will get different values. EMG
passing a function several times?
So, should I have a different LOCAL cApp for each refresh?
passing a function several times?
Yes. Or anyelse assign different values to the different objects. EMG
passing a function several times?
Many Thanks Enrico. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
passing a function several times?
I think you should rewrite your function such a way that it returns not NIL but cApp. In your main code you will have the following LOCAL cApp ..... IF ( !EMPTY( cApp := FileName() ) ) mReportID := Alltrim(cApp)+".rpt" oReportID:Refresh() ENDIF ..... Or you can write general function as for example Ass...
passing parameters between 2 exe
Hello How can we pass a parameter between 2 exe and how the second will retreive it ? i know shellexecute(....) can pass parameter in program1.exe shellexecute(,"open""program2.exe",param) is there another way to do it and how to retreive the param in program2 Thanks for help, Richard
passing parameters between 2 exe
You can use a file to pass and receive parameters. EMG
passing parameters between 2 exe
[quote="Richard Chidiak":7m8vvpdk]how to retreive the param in program2[/quote:7m8vvpdk] [code=fw:7m8vvpdk]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">FUNCTION</span> MAIN<span style="color: #000000;">&#40;</span> cParam1, cParam2, etc. <span style="color: #000000;">&#41;</s...
passing parameters between 2 exe
Exactly what i am looking for Thank you Enrico Richard
passing parameters between 2 exe
According to the Windows API this is the way to do it (of course other systems work fine as well). This way is to send data to an already running app: [url:3pd7q2uw]http&#58;//msdn&#46;microsoft&#46;com/en-us/library/windows/desktop/ms649011(v=vs&#46;85)&#46;aspx[/url:3pd7q2uw] A working example: [url:3pd7q2uw]http&#...
passing parameters between 2 exe
Hi Antonio. For those who do not know C + + It is possible to have an example of this code to operate in xHarbour and Harbour? regards
passing parameters between 2 exe
Here are two sample programs. wndsend.prg wndget.prg [code=fw:b18tn6sy]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// wndsend.prg</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color: #00D7D...
passing parameters between 2 exe
Mr Rao Thanks for such a detailed explanation Regards
passing parameters between 2 exe
Hello nages Thanks for the example I'll try Thanks again
password
anybody has sample with using password window.
password
Friend, See SAMPLES\TESTPASS.PRG
password en tabla access
He podido grabar registros enuna tabla access pero ahora mi cliente me pide que la encripte grabando un password. alguien sabe como hacerlo Estoy usando fwh 2.07 y xharbour Gracias por la ayuda
password en tabla access
Hola Para grabar una pasword encriptado en una DBF, yo pongo lo sig: Usuarios->Password := Encrypt( cPassword, "Clave" ) Espero y te sirva. Saludos Marco A. Delgado.
password in access files
Does somebody knows how to put a password in this file type via fivewin and xharbour? I can open read write and close the access table but i don't know how put a password to encrypt it Thank for any help
password in access files
[code:qdxup07v]FUNCTION MAIN&#40;&#41; LOCAL oJro &#58;= CREATEOBJECT&#40; "JRO&#46;JetEngine" &#41; LOCAL cConStr1 &#58;= "Provider=Microsoft&#46;Jet&#46;OLEDB&#46;4&#46;0;Data Source=mymdb&#46;mdb" LOCAL cConStr2 &#58;= "Provider=Microsoft&#46;Jet&#46;OLEDB&#46;4&#46;0;Data Source=newmdb&#46;mdb;Jet OLE...
password in access files
sorry but I tried your solution and I have an ole error in compacdatabase instruction called by tole the name of the error is "error jro.jetengine/16389 sure I'm making something wrong
password in access files
I don't know. My sample works fine here. EMG
password manager with mod harbour
Hello friends, I have a utility to encrypt the original passwords. For now, I have to manually copy the encrypted value and the IV into the database. For internal use, this is entirely sufficient. Perhaps someone is interested and we could further develop this project. Encrypt original key with master password Please...
password manager with mod harbour
Hello friends, I am working on a password manager for managing personal passwords using just one master password. Using a password manager increases security and reduces the risk of password theft. The program utilizes the Web Crypto API to encrypt and decrypt passwords with AES-GCM. Passwords are extracted from a dBas...
password manager with mod harbour
The Recipe: A clear structure and a handful of small modules. [img:nwehdpd4]https&#58;//mybergland&#46;com/fwforum/lockboxharburinoclip5&#46;jpg[/img:nwehdpd4] [img:nwehdpd4]https&#58;//mybergland&#46;com/fwforum/lockboxfiles&#46;jpg[/img:nwehdpd4] [img:nwehdpd4]https&#58;//mybergland&#46;com/fwforum/lockbox&#46;gif...
password manager with mod harbour
I have decided to create an administrator mode for the LockBox as well. It simply adds more convenience. [img:205kinas]https&#58;//mybergland&#46;com/fwforum/lockboxadmin&#46;gif[/img:205kinas]
password manager with mod harbour
If you have already developed a few blocks and functions, it is very easy to create and expand new programs. Now, I am implementing the login functionality. [img:2s8ndh6g]https&#58;//mybergland&#46;com/fwforum/lockboxadmin&#46;gif[/img:2s8ndh6g]
paste to getfield
Some of my customers complain about that if they paste a long text to a getfield that only a part of the original text is shown. I tried to test this with an original FIVEWIN program with the same result. If I insert than mark the get and insert again the whole text is taken. testfoc.prg [img:1n6cis6r]http&#58;//www...
paste to getfield
Open testfoc.rc with BRW, double click on a GET and click on Automatic scroll Horizontal. EMG
paste to getfield
Enrico, would you be please so kind to post the working rc-file. Thanks in advance Otto
paste to getfield
[quote="Otto":3ducri3n]would you be please so kind to post the working rc-file.[/quote:3ducri3n]Hi Otto: Here you are a working TestFoc.rc[code:3ducri3n]TESTFOCUS DIALOG 6, 15, 207, 113 STYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Testing Focus" FONT 8, "MS Sans Serif" { ...
paste to getfield
Enrico, Manuel, thank you. Now it is working. Best regards, Otto
path command to libary
Hello, It has been a while that i was working on my app, a lot of other things to do. I am prepering a package to install my app. I think it is wise to put the app in the application folder and the database in the llbary folder. Is there a command that I can use to get the libary folder. I use Path(), Respath() and Us...
path command to libary
René, I have just emailed you the FiveMac libraries with the new function LibraryPath() many thanks for your great feedback <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
path command to libary
[code=fw:3eplfjyy]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> LIBRARYPATH <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp;NSString * Userpath = <span style="...
path of an image
I want save a path of a image into a get of a dialog I can explain I use to take the image Cgetfile but it give me c:\bar\bitmaps\risto\cafe\cafe.jpg on c\bar there is the Exe file I want save only .\bitmaps\risto\cafe\cafe.jpg or If I have in future another folder down the cafe folder all path respect the...
path of an image
Just curious .. why don't you import your images into a .rc file and call them from a compiled resource rather than from a file location?.. Reason I ask is if you store your images in a sub folder the end user may accidentally delete them and then you lose all reference to them and your images fail to load. Check the ...
path of an image
Rick it is catalog user I cannot insert thenm on a rc resources if you create a archive of friends and insert a friend and you want insert his photo , why you must insert the photo into a rc file ?
path of an image
You can use a Substring like : ( I noticed ".\" returns a wrong Backslash-direction. Using : "." + "\" works fine. 1. Get Your Main-directory : [color=#0000FF:2q0admm8]c_path := CURDRIVE() + ":\" + GETCURDIR() [/color:2q0admm8] 2. the complete Path ( can be the Result from Image-selection ) : [color=#0000FF:2q0admm8...
path of an image
[quote="MdaSolution":2loplypq]Rick it is catalog user I cannot insert thenm on a rc resources if you create a archive of friends and insert a friend and you want insert his photo , why you must insert the photo into a rc file ?[/quote:2loplypq] I would prefer to store the image buffer in a memo field if I use RDD o...
path of an image
Rao, Do you have any examples on how to use memo fields to deal with images? TIA.
path of an image
[quote="hua":2lox38nv]Rao, Do you have any examples on how to use memo fields to deal with images? TIA.[/quote:2lox38nv] DBFCDX RDD. If we are having a memo filed by name IMAGE in a dbf file. FIELD->IMAGE := MemoRead( "myimage.jpg" ) stores the image buffer in the memo field. MemoWrit( cImageFileName, FIELD->IMAG...
path of an image
Thank you very much Rao. This will solve the problem where user remembers to make regular backups of their data but not of the images. Does it only work with DBFCDX and not DBFNTX?
path of an image
[quote="hua":1a5o2o8h]Thank you very much Rao. This will solve the problem where user remembers to make regular backups of their data but not of the images. Does it only work with DBFCDX and not DBFNTX?[/quote:1a5o2o8h] DBFCDX or ADSCDX, ADSADT as far as I know. I think DBFNTX memo fields can not have binary data, I a...
path of an image
One last question on the subject Rao, what's the fastest way to display the image in the memo field? Is there any faster method compared to: i. read memo field ii. write binary data in memo field to a temporary file iii. get control to read that file and refresh it. Off the top of my head, the optimized way would seem...
path of an image
[quote:39hrdk5q]Off the top of my head, the optimized way would seem to be to read the binary data directly into memory and get whatever control meant to display the image to use that. I'm just not sure whether that's possible to do [/quote:39hrdk5q] You are absolutely right. It is not efficient to write to disk and th...
path of an image
Any snippet of how to do it with, let say, TImage control? TIA
path of an image
Sorry, Perhaps I not understood How resolve it I have the exe file C:\risto\Risto.exe I have images for an cash application into .\bitmaps\pos and on this folder we have many other folders sample : .\bitmaps\pos\imagenes and on this we have for a sample : .\bitmaps\pos\imagenes\bocadillos .\bitmaps\pos\ima...
path of an image
[quote="hua":14lvoog6]Any snippet of how to do it with, let say, TImage control? TIA[/quote:14lvoog6] Please see <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=22302&p=118743#p118743">viewtopic.php?f=6&t=22302&p=118743#p118743</a><!-- l -->
path of an image
MdaSolution, I think that you are trying to figure out where your .Exe file is running from..... You can use this: [code=fw:xayrbxpl]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">LOCAL</span> ExePath  := cFilePath<span style="color: #000000;">&#40;</span> GetModuleFileName<sp...
path of an image
yes Bayron, But I not Know the folder sample : .\bitmaps\risto\cafe\cafe.jpg the user can insert bitmap from .\bitmaps\risto\cafe\ or .\bitmaps\risto\ or .\bitmaps\ I don't Know where
path of an image
I think Bayron is on the right track .. I use the same logic to find the location of the exe that the workstation opened .. [code=fw:16yqzh2w]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//-- get timestamp on .exe //</span><br /><br />cFILE := GetModuleFileName<span st...
path of an image
Hi, My scheme is: .exe program+ .ini path configuration in same directory, and separated data directory Example: Account.Exe and Account.Ini in something directory. Run.Ini contents: [code=fw:2cqebhlc]<div class="fw" id="{CB}" style="font-family: monospace;"><br />PathProgram=\ProgramDir\Account<br /> </div>[/c...
patternlock
[img:2qql8cmf]https&#58;//mybergland&#46;com/fwforum/patternlock&#46;jpg[/img:2qql8cmf]
patternlock
[img:1lejoblv]https&#58;//mybergland&#46;com/fwforum/patternlock&#46;jpg[/img:1lejoblv]
patternlock
Dear Otto, I think that the amount of possibilities is low, so users may "guess" other users on several tries [code=fw:3tx9umt2]<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;</spa...
patternlock
Dear Antonio, Thank you. Maybe you can post an example that is safe and works. It would be great. Thanks in advane. Best regards, Otto Edit: I did some more tests and I think it is save but you have to tune it. [img:35x1vflg]https&#58;//mybergland&#46;com/fwforum/patternlock&#46;gif[/img:35x1vflg]
patternlock
Dear Otto, I think that 4 x 4 dots would be safer Android uses it (I would say it is 4x4 also)
patternlock
Hello friends, You can now log in to the mod harbour web app with a password or pattern lock. Best regards, Otto [img:279j4evp]https&#58;//mybergland&#46;com/fwforum/patternlock2&#46;gif[/img:279j4evp]
patternlock
Dear Otto Please can post an example Thank you
patternlock
Hello Adhemar, I posted the link here: [url:34n9d10u]https&#58;//www&#46;facebook&#46;com/groups/modharbour&#46;club/permalink/970994220121472/[/url:34n9d10u] Best regards, Otto [code=fw:34n9d10u]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">function</span> main<...