topic
stringlengths
1
63
text
stringlengths
1
577k
llamar funciones de DLL
Antonio, la declaración de las variables he probado con LOCAL y STATIC saludos Marcelo
llamar funciones de DLL
Antonio, inicializando las variables dwEnrollNumber := 0 Name := '' Password := '' Privilege := 0 Enabled := .F. obtengo informacion, no la correcta pero obtengo algo, seguire jugando, como puedo inicializar de otra manera para que los tipos sean compatibles gracias por la ayuda Saludos Marcelo Vía
llamar funciones de DLL
> obtengo informacion, no la correcta pero obtengo algo, seguire jugando Que información estás obteniendo ?
llamar funciones de DLL
Antonio, te presento el código en C# [code=fw:3drc41zu]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">private</span> void GetAllUserInfo<span style="color: #000000;">&#40;</span>string sIp = <span style="color: #ff0000;">"10.0.0.44"</span>, int iPort = <span style="color: #000...
llamar funciones de DLL
Antonio, alguna idea sobre esto, o sugerencia de como podría atacar este tema desde otro angulo pero utilizando fivewin saludos cordiales Marcelo Via
llaves RFID para autentificación usuarios
Hola, Me gustaría saber si alguien ha desarrollado un sistema que utilice llaves RFID y que permita validar los usuarios de dichas llaves con una base de datos. Muchas gracias.
lmkdir lIsdir y lzcopyfile no funcionan con FWH y XHarbou
Amigos en clipper y fwh estas funciones servian lmkdir para crear un directorio lIsdir para ver si existia un directorio lzcopyfile para copiar a 32 bits con FWH y XHB no funcionan Hay nuevas funciones Gracias por la Ayuda Vladimir Zorrilla Llerena
lmkdir lIsdir y lzcopyfile no funcionan con FWH y XHarbou
Vladimir, Este código funciona correctamente en FWH 2.8 [code:1junf88x] function Main&#40;&#41; if lMkDir&#40; "test" &#41; MsgInfo&#40; lIsDir&#40; "test" &#41; &#41; endif return nil[/code:1junf88x] Usa CopyFile() en vez de LZCopyFile().
lo siento no quiero molestar pero a quien mas preguntarle?
recien estoy empezando a usar VERCE y tengo varias dudas 1.- siempre me sale este error FiveWin.ch(193) Warning I0003 No markers in repeatable group ['<uAction>\'] - group will never be used. 2.- aun saliendo y otras que no sale compila ok pero el programa no se ejecuta, pero si lo compilo con el buildx si se ejecu...
lo siento no quiero molestar pero a quien mas preguntarle?
Hola: Verce distingue entre Harbour y xHarbour, cada uno de ellos tiene su propia ruta, lo mismo que las librerías de Fivewin. Yo he probado Verce con el último FDTN y funciona sin problemas. Igual tienes una versión vieja de verce o de fwh/h. Salu2
lo siento no quiero molestar pero a quien mas preguntarle?
QAZWSX2K: (Que nombre tan raro, es ruso ?) Dame un dirección de correo y te envío un pequeño manual que me construi para compilar con VERCE. Saludos
lo siento no quiero molestar pero a quien mas preguntarle?
gracias armando, no es un nombre solo son las primeras 6 letras del teclado, mi email es <!-- e --><a href="mailto:alex_patino74@hotmail.com">alex_patino74@hotmail.com</a><!-- e -->, gracias nuevamente
lo siento no quiero molestar pero a quien mas preguntarle?
en MENU OPCIONES / CONFIGURAR FLAGS suprime /W saludos..
lo siento no quiero molestar pero a quien mas preguntarle?
Alex: Ahhhh, siempre es más gratificante referirme a tí por tu nombre. Te he enviado el manualillo a tu correo, por favor me confirmas que lo haz recibido pues mi correo anda con problemas. Saludos
lo siento no quiero molestar pero a quien mas preguntarle?
solo una duda, las librerias que no se ni de que seran por ejemplo UUID la debo agregar como de tercero o el verce automaticamente la agrega, igual con un objeto que con el buildx siempre me pide que es C0W32.OBJ???
lo siento no quiero molestar pero a quien mas preguntarle?
a proposito para xharbour que archivos .CH generalmente se ponen en el #include? gracias otra vez
load *.RES into Imagelist() ?
hi, i just get stuck to load *.RES into ImageList. i can load Resource from File into Imagelist() and also Image when have hBitmap / hIcon under Xbase++ i can use LoadResource() but need to assign it to Object to get hBitmap / hIcon how under Fivewin <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":...
load *.RES into Imagelist() ?
Please search for *.prg containing TImageList inside the FWH samples folder.
load *.RES into Imagelist() ?
hi Enrico, i have to specify my Question : how to "load" Bitmap Resource into Imagelist() <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> --- CLASS TImageList have [code=fw:3f1lau3r]<div class="fw" id="{CB}" style="font-family: monospace;">   <span style="color...
load *.RES into Imagelist() ?
Dear Jimmy, You have an example of use in FWH\samples\fivedit.prg [code=fw:2yavx5al]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; ::<span style="color: #000000;">oImageListL</span> = TImageList<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #...
load *.RES into Imagelist() ?
hi Antonio, thx for Answer. i got it work but Result look different ICON [img:10s11lty]https&#58;//i&#46;postimg&#46;cc/gjm7MMGx/Imagelist-ICO&#46;jpg[/img:10s11lty] Bitmap [img:10s11lty]https&#58;//i&#46;postimg&#46;cc/LsjvrzCL/Imagelist-BMP&#46;jpg[/img:10s11lty] [code=fw:10s11lty]<div class="fw" id="{CB}" style="fo...
load *.RES into Imagelist() ?
Dear Jimmy, Are you properly providing it a masked bitmap for each one ?
load *.RES into Imagelist() ?
hi Antonio, [quote="Antonio Linares":4n55795i]Are you properly providing it a masked bitmap for each one ?[/quote:4n55795i] i do not know what "masked bitmap" mean ... "just" have try to use your Sample which use different Bitmap ("folder" / "fldmask") did i "clean up" wrong as it "seems" all use 1st Bitmap <!-- s:?:...
load *.RES into Imagelist() ?
Dear Jimmy, Please review FWH\samples\fldmask.bmp to see what the mask bitmap must contain Anyhow I don't know why it is repeating it...
load *.RES into Imagelist() ?
hi, i found Solution but not sure "why" ... hm for my TGrid() i use 2 x ImageList() for "Small" / "Big" like Explorer Imagelsit() for "Big" are only used in "LVS_ICON" Mode but not for "LVS_REPORT" Mode which i use here now when NOT add Bitmap to "Big" Imagelist() only to "Small" Imagelist() it display right <!-- s...
load *.RES into Imagelist() ?
very good! thanks for sharing it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
load a image into xbrowse
cDirImages := "bitmaps\simboli" WITH OBJECT oApp:oGrid WITH OBJECT oApp():oGrid:aCols[6] :bStrImage := { || FIELD->E1 } :aImgRect := { nil, nil, -40, nil } END but FIELD->E1 is a number and I have n that folder image...
load a image into xbrowse
[code=fw:1l5erjig]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// \SAMPLES\XBRIMAG3.PRG</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span st...
load a image into xbrowse
yes of course but I use tdata
load a image into xbrowse
[quote:1irw0mfr][code=fw:1irw0mfr]<div class="fw" id="{CB}" style="font-family: monospace;">I made :<span style="color: #000000;">bStrImage</span> := <span style="color: #000000;">&#123;</span> ||cDirImages+ ltrim<span style="color: #000000;">&#40;</span>str<span style="color: #000000;">&#40;</span>FIELD->E1<span style...
load a image into xbrowse
thanks Rao the png are smaller and go up the previous column
load a popmenu from urlink
[code=fw:ivhrf19u]<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: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br...
load a popmenu from urlink
[code=fw:o8mt8qom]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"URLLink.ch"</span><br /><br /><span style="color: #00C800;">functi...
load a service on server
I need to write a program to load as a service on a server. What special considerations do I need to be aware of? Thanks.
load a service on server
Don, <!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?t=1230&highlight=service">http://fivetechsoft.com/forums/viewtopi ... ht=service</a><!-- m -->
load png from rpreview
I need to coverte this function to use on rpreview to load my png images oBtn:hBitmap1 = FWBitmap2( "EXCEL" ) it run but the image is compress so is not compatible with png STATIC FUNCTION FWBitmap2( cResname ) LOCAL oBitmap DEFINE BITMAP oBitmap RESNAME cResname IF HB_IsObject( oBitmap ) RETURN oBitm...
load png from rpreview
[quote:1wf108rx]to use on rpreview to load my png images[/quote:1wf108rx] Do you want to use png images on the buttonbar for rpreview?
load png from rpreview
To use png images on any buttonbar [code=fw:1xldrjsi]<div class="fw" id="{CB}" style="font-family: monospace;">   <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">BUTTONBAR</span> oBar <span style="color: #0000ff;">OF</span> oWnd <span style="color: #0000ff;">SIZE</span> <span style="color: #00...
load png from rpreview
[quote="nageswaragunupudi":xmbv4y4k]To use png images on any buttonbar [code=fw:xmbv4y4k]<div class="fw" id="{CB}" style="font-family: monospace;">   <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">BUTTONBAR</span> oBar <span style="color: #0000ff;">OF</span> oWnd <span style="color: #0000ff;"...
load png from rpreview
oPreview:oZoom:hBitmap1 = FWBitmap( "Zoom2" ) oPreview:oZoom:hBitmap2 = FWBitmap( "OnePage2" ) oPreview:oZoom:bBmpNo = { || If( oPreview:lZoom, 2, 1 ) } How I can converte it ? How I can change the images with mine pngs ?
load png from rpreview
[code=fw:1kmod95q]<div class="fw" id="{CB}" style="font-family: monospace;">oPreview:<span style="color: #000000;">oZoom</span>:<span style="color: #000000;">hBitmap1</span> = FW_ReadImage<span style="color: #000000;">&#40;</span> <span style="color: #00C800;">nil</span>, <span style="color: #ff0000;">"aa.png(32x32)"</...
load png from rpreview
Now Run ok
loadFromString() -> Modifications!
Linares... your method loadFromString() was a perfect solution for my problems! Exists a way to use this same method but now, to open a image different that .bmp? For example, a .jpg or .gif image?Something using a CreateMemFile() ... ?? Or some else!!Thanks!
loadFromString() -> Modifications!
olá,vc pode usar desta forma também...[code:lyj0a771] #include "fivewin&#46;ch" Function Teste&#40;&#41; cFileBmp = cGetFile&#40;"*&#46;bmp"&#41; cFileJpg = cGetFile&#40;"*&#46;jpg"&#41; cFileGif = cGetFile&#40;"*&#46;gif"&#41; cEncBmp = 'c&#58;\temp\memo_bmp&#46;tmp' cEncJpg = 'c&#58;\temp\memo_jpg&#46;tmp' cE...
loadFromString() -> Modifications!
Yuri... valeu pela resposta... mas não compreendi muito bem oq tu quis dizer!Na verdade a situação é a seguinte: Uma imagem é gravada no banco de dados, em um campo BLOB. Com o método loadFromString() que Linares implementou, é possível carregar essa imagem diretamente do banco, sem a necessidade de criá-la em disco.Ma...
loadFromString() -> Modifications!
olá Julio,desculpe, eu deveria ter sido mais claro...eu gravo imagens em arquivo tipo Memo, que seriam os "equivalentes" aos BLOBs e faço desta forma, onde a imagem é criada no disco somente temporariamente, sendo deletada depois (não vi o método LoadFromString, mas tenho quase certeza que ele cria um arquivo temporári...
loadFromString() method... Has been answered!
I have an image recorded on a table in MySQL database. Is there any way of TBitmap open this file without the need to create on the hard disc? I have using this: [code:n62hb0xf] cResult &#58;= Result of this query -> &#91; SELECT image FROM table1 &#93; memoWrit&#40; "C&#58;\IMG001&#46;BMP", cResult &#41; oImag...
loadFromString() method... Has been answered!
Has been answered in [url:14qf9olt]http&#58;//fivetechsoft&#46;com/forums/viewtopic&#46;php?t=10158&highlight=image+string[/url:14qf9olt]
loading order of libraries
Good morning, I have a question about loading order of libraries. I found this: There is two jquery libraries : 1. Core 2. UI Thus , the order is : Load jquery.min.js (core) Then : Import bootstrap.min.js (Where you have Carousel) Then , jquery.ui.js (UI) (Where you have accordion) Anyway, we re...
loading order of libraries
@Otto The load order of CSS doesn't really matter unless you're doing stuff from Javascript that depends on the styles somehow being present. the bootstrap JS doesn't need the styles, it's just a complement to them I don't know about jQuery UI, but I believe it's the same when I say load order doesn't matter I mean yo...
loading order of libraries
Andreu, what happens if two function in different js files have the same name. Andreu'); DROP TABLE users; -- 17:46 Uhr @Otto If they're loaded as scripts rather than as modules (which is the default), and they're not defined inside a block scope or a function, the one which is loaded later shadows the other If you nee...
loading the data info from dbf
I load in the aItems array first a line that I need for the umbrella info, then I load the services in the same array aItems [code=fw:1neac5lq]<div class="fw" id="{CB}" style="font-family: monospace;"><br />aItems:=AddFirstRecord<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />...
loading the data info from dbf
Now I correct with aItems:=AddFirstRecord(...) aRighe:={} aRighe := oRigheInvoice:DbfToArray( cItemFlds, { || FIELD->Invoice ==alltrim(nInvoice) } ) for n= 1 to len(arighe) aadd( aItems,aRighe[n]) next but is it correct to do it this way?
localidades y provincias argentina?
buenas noches. por favor alguien tiene un sql con las provincias y localidades de la argentina? he encontrado uno pero tiene datos como INSERT INTO `localidad` VALUES ('19704', 'CA DEL DIABLO', '5539', '13'); y 'CA del diablo' no existe aqui en la provincia. y asi varios... Gracias.
localidades y provincias argentina?
Mira este: [url:p1qsvdum]http&#58;//www&#46;alejandrosoler&#46;com&#46;ar/descargar-tablas-codigos-provincias-localidades-argentina/[/url:p1qsvdum] Y este? [url:p1qsvdum]https&#58;//gist&#46;github&#46;com/CharlyJazz/b323b4937d0c3be6fa6142f876b742d5[/url:p1qsvdum] Saludos
localization
Hi all, How to localize my app in italian ? (days, months, ecc) I tried hb_langselect("IT") function but it returns the following message: "invalid language selected" do I miss something to link in ? any idea ? many thanks Roberto Chiaiese
localization
Roberto, Please try this: [code:330teex4] REQUEST HB_Lang_IT HB_LangSelect&#40;"IT"&#41; [/code:330teex4]
localization
Yes, it works thank you Roberto
localizzazione italiana
Ciao a tutti vorrei sapere come si fa a localizzare il programma in italiano (giorni, mesi, ecc) ho provato con la funzione hb_langselect("IT") ma mi restituisce l'errore "invalid language selected" qualche suggerimento ? grazie Roberto Chiaiese
localizzazione italiana
Eccoti un esempio funzionante: [code:uac6t1ar]REQUEST HB_LANG_IT FUNCTION MAIN&#40;&#41; HB_LANGSELECT&#40; "IT" &#41; ? CMONTH&#40; DATE&#40;&#41; &#41; INKEY&#40; 0 &#41; RETURN NIL[/code:uac6t1ar] EMG
localizzazione italiana
e già, mi mancava questa: [code:14mjxh4j]REQUEST HB_LANG_IT[/code:14mjxh4j] grazie Roberto
localizzazione italiana
Linares mi ha detto di usare queste linee ma la seconda mi da errore REQUEST HB_LANG_IT REQUEST HB_CODEPAGE_IT serve solo la prima linea
localizzazione italiana
poi nel programma principale l'inserimento di queste : HB_LANGSELECT( 'IT' ) HB_SETCODEPAGE( 'IT' ) e poi per esempio cAppName := i18n("nome applicazione") ma se io volessi inserire nel menu principale la possibilità di cambiare lingua ( cioè tutte le parole e settare la lingua per sempio tedesco o inglese come d...
localizzazione italiana
non mi risulta che ci siano funzioni per cambiare automaticamente la lingua, in ogni caso dovrebbe essere abbastanza semplice implementare una dialog con un menu a tendina per la selezione della lingua. Se posso però esprimere un mio parere personale, sconsiglierei una soluzione di questo tipo, dato che in questo modo...
localizzazione italiana
ma guarda in effetti si puo' fare quello che dici ed io ho un esempio di applicazione che fa esattamente la traduzione di ogni cosa tu puoi settare la lingua e salvarla in un file lng puoi tradurre tutte le parole e salvarle ... sto osservando il sorgente per vedere cosa fa in realtà .. presto vi faccio sapere ... me ...
localizzazione italiana
ok ho visto ... hanno fatto una classe semplice : Tdict con questa tu puoi andare a caricare il file delle lingue e modificare le frasi o le parole poi nell'applicazione puoi usare semplicemente per esempio: [code:2no4ngfq] REDEFINE LISTBOX oLbx FIELDS ; HEADERS i18n&#40;"...
localizzazione italiana
Ok per le singole parola, ma come funziona per intere frasi ? Effettua una traduzione parola per parola ? Marco
localizzazione italiana
probabilmente è la stessa classe che usa andy per xmate infatti io e Garombo stiamo traducendo tutto : menu,bottoni,frasi parole,messaggi d'errore insomma tutto !! io la classe l'ho provata e funzionicchia solo che non capisco come posso fare per aggiungere altre parole tra quelle gia inserite Posso fare la traduzione...
localizzazione italiana
nella classe c'è questa funzione che non ho trovato nell'help di xharbour HB_I18nLoadTable( cFile ) in sostanza va a caricare un file .hil questo file sembra in ascii ma non lo è [url=http&#58;//img147&#46;imageshack&#46;us/my&#46;php?image=lang5pp&#46;jpg:232s5ups][img:232s5ups]http&#58;//img147&#46;imageshack&#46...
localizzazione italiana
Silvio, [quote="Silvio":2p0vkpb2]probabilmente è la stessa classe che usa andy per xmate infatti io e Garombo stiamo traducendo tutto [/quote:2p0vkpb2] non darmi dei meriti che non ho, poi, io che non conosco l'inglese!!! <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) --> mi ...
lock params from low level
#include <hbapiitm.h> PHB_ITEM pBlock = NULL; ... pBlock = hb_itemParam( 1 ); // 1 for first parameter. Automatically calls hb_gcGripGet() ... hb_evalBlock0( pBlock ); ... hb_itemRelease( pBlock ); // automatically calls hb_gcGripDrop()
lock() en txbrowse
Por favor amigos del foro si me pueden ayudar con algun ejemplo para bloquear un registro usando txbrowse Gracias por su tiempo Saludos Oscar
lock() en txbrowse
Oscar, En el ejemplo samples\TestXBrw.prg prueba lo siguiente: oCol:bOnPostEdit := {|o, v, n| iif( n != VK_ESCAPE, If( RLock(), ( FieldPut( o:nCreationOrder, v ), DbUnLock() ), MsgStop( "locked record!" ) ), ) }
lock() en txbrowse
Funciono perfecto listo, gracias Antonio Saludos Oscar
lock() en txbrowse
Existe algo parecido a prevedit en txbrowse Saludos Oscar
lock() en txbrowse
Oscar, Que es lo que necesitas hacer en ese bPrevEdit ?
lock() en txbrowse
No permitir la edicion del campo cuando este este lleno, es un campo clave, o que me permitar editarlo cuado es un registro nuevo Gracias Saludos Oscar
lock() en txbrowse
Gracias oSkar voy a probar Saludos Oscar
lock() en txbrowse
oSkar si no es molestia me podrias ayudar con un ejemplo de como insertar un reg. si no donde puedo conseguir ejemplos con txbrowse, si puedes enviamelos mi correo es : <!-- e --><a href="mailto:easysoft@andinanet.net">easysoft@andinanet.net</a><!-- e --> Saludos Oscar
lock() en txbrowse
Antes que nada gracias por el interes en ayudarme estoy usando la dbf Saludos Oscar
log create
how may turn on to create log file ?
log create
Do you mean this? logfile( "log.txt" , {cVar1 , nVar2, dVar3, customer->first, customer->last } ) LogFile( <cFileName>, <aInfo> ) --> nil bye
log create
create log file to find runtime error
log create
Harbour creates it automatically, if possible
log create
[quote="kajot":2wnxmzvw]create log file to find runtime error[/quote:2wnxmzvw] [quote:2wnxmzvw] Harbour creates it automatically, if possible [/quote:2wnxmzvw] Except if there is an error in the expression that generates the .log file
logic value in txbrowse cell
Hi all, I have an issue with a logic cell in my txBrowse. Column 4 represents a field of type "L". [code=fw:2l3o9zvp]<div class="fw" id="{CB}" style="font-family: monospace;">WITH OBJECT oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">4</span> <s...
logic value in txbrowse cell
I use this to toggle a Logic field with F2 Key oBrw[1]:bKeyDown := {| k | IF ( K == VK_F2, if(oBrw[1]:uitass:value = .f., oBrw[1]:uitass:Varput( .t. ), oBrw[1]:uitass:Varput( .F. ) ) , NIL ) }
logic value in txbrowse cell
Thanks, Marc. Your idea works for me.
logic value in txbrowse cell
[code=fw:20e7md7f]<div class="fw" id="{CB}" style="font-family: monospace;">WITH OBJECT oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">4</span> <span style="color: #000000;">&#93;</span><br />&nbsp; &nbsp; &nbsp; :<span style="color: #000000;">Set...
logic value in txbrowse cell
Thanks for your suggests, Mr. Rao. It works fine now.
logical character Read
Hello I want to write a small program that checks integrity of a dbf file. We have more and more customers having corrupted data in their dbf files. I have observed the corrupted files and noticed that numeric fields are corrupted with nonsense data but always numeric nonsense, so not easy to track. The key point is...
logical character Read
Maybe this function could help you. Regards, Otto FUNCTION Translate( cDateiname) *lMode,oMeter,oOk,oCancel,oDlg,oDbfWnd,lRun) LOCAL aData LOCAL bBlock LOCAL nCounter, nRecno, nStep, nUpd, nFor LOCAL lAlert local lMode :=.f. LOCAL oGaugeDlg LOCAL oGet1 LOCAL oMeter LOCAL nAc...
logical character Read
Richard I think it can only be done when each record from the dbf is read with freadstr [code:2m7k9thl] FUNC MAIN&#40;cDbf&#41; LOCAL nHandle , nPos , nRecSize , nRecords LOCAL i , el LOCAL cRecord LOCAL aStruct LOCAL aPos&#91;0&#93; , Sum IF pCount&#40;&#41; == 0 cDbf &#58;= "TestDbf" DbCreate&#40; cDbf ,&#123;...
logical character Read
[quote="Richard Chidiak":1jtq0nr5]We have more and more customers having corrupted data in their dbf files.[/quote:1jtq0nr5] I would search for the real reason. Only three possible causes come up to my mind: - you are using a bugged xHarbour version - an hardware/software problem in the customers PC - a bug in your c...
logical character Read
Enrico - you are using a bugged xHarbour version The problem is old and i think dbf integrity has always been broken in Harbour / xharbour. - an hardware/software problem in the customers PC It is possible but i do not think so, too many hardware problems at one time ? - a bug in your code I wish it was so, i ...
logical character Read
[quote="Richard Chidiak":2bfgxgtk]The problem is old and i think dbf integrity has always been broken in Harbour / xharbour.[/quote:2bfgxgtk] I never heard of such problems in [x]Harbour RDDs. EMG
logical character Read
Richard, The corruption may be related to Windows and Novell settings. Here are some old messages about this. James [quote:31l1k27g]--------------------------------- From: "Peter Kohler" <peter.kohler@pixie.co.za> Subject: Dbf / Cdx corruption Date: Monday, November 17, 2003 4:40 AM We have been and are still exper...
logical character Read
James Thanks for your concern, I am aware about oplocks settings, and we do not have "novell" customers. Though we have a big amount of customers running our app, no Novell, just Microsoft . I still have to find how to read a logical field... It is the solution to cure, Otto's idea is good, scan all characters to c...
logoff FiveWin application
I want to log off when the user exits FiveWin application. the code does not work: <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=20856&p=110754&hilit=shutdown#p110754">viewtopic.php?f=3&t=20856&p=110754&hilit=shutdown#p110754</a><!-- l -->
logoff FiveWin application
[code=fw:3qw74ypr]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">Function</span> ShutDown_Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">...