Search found 140 matches: mem

Return to advanced search

Re: Execute php or vbs code

Here it is: https://wormhole.app/6lE98#DrUiOoCwc3x7kgJ2O-EDDA Enrico, using Antonio's example, I have several errors. Need some other lib? Error: Unresolved external 'WSAIoctl' referenced from D:\LANG\FWH1105\XH1.2.1\LIB\HBCURL.LIB|hbcurl Error: Unresolved external '_curl_global_init_mem' r...
by wartiaga
Sat Sep 02, 2023 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Execute php or vbs code
Replies: 18
Views: 1107

delphi to xharbour

... con el enfoque principal en la función. función TfrmGravaVendorMem.GetBuildInfo: cadena para generar el archivo txt a pesar de mostrarse como .mem pero en realidad es un archivo txt que se grabará. Si tienes un colega que sepa programar en delphi y harbour que te de algunos consejos de como ...
by jair
Tue Apr 18, 2023 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: delphi to xharbour
Replies: 1
Views: 171

Advise in Server hardware

... hardware like to much nVidia could be erased. Chassis Dell Precision 7920 CPU 2x Intel Xeon Gold 6130 - 16C/24T, 2.70-3.70Ghz, 22MB Cache, 125W Mem 256GB DDR4, 16x 16GB PC4-2666 RAID-Controller PERC H730 Mini Mono GPU 3x Nvidia Quadro M4000 8GB GDDR5 Frontbezel 1x Dell Frontbezel Faceplate Power ...
by Marc Venken
Fri Mar 31, 2023 8:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advise in Server hardware
Replies: 12
Views: 1188

Re: Tdatabase & Filter

...  local cSection:="ARCHIVIO"   local cIniFile  :=  cFilePath( GetModuleFileName( GetInstance() ) ) + "lotto.mem"   local cMese    := GetPvProfString(cSection, "Mesi","", cIniFile)   local cGiorno  := GetPvProfString(cSection, ...
by Silvio.Falconi
Mon May 23, 2022 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdatabase & Filter
Replies: 5
Views: 487

Xbrowse bOnChange works when changing data in loop ?

I first noticed that when I use a For Next using the Xbrowse fields the codeblock onchange from that field is also executed ? That is correct ? Very nice... did not know, but please confirm... // his will change data from the selected rows FOR I = 1 TO LEN(oBRWT2:aSELECTED) // obrw:aSELECTED is an a...
by Marc Venken
Sat Jan 29, 2022 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse bOnChange works when changing data in loop ?
Replies: 1
Views: 176

Re: Mem Files

function testmemvars()   local aVars, aVar, aEdit   // Step 1 : Read vars from "myvars.mem"   RESTORE FROM myvars   // Step 2: View vars and values   XBROWSER ( aVars := __MVSYMBOLINFO() )   // ...
by Silvio.Falconi
Sat Oct 16, 2021 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mem Files
Replies: 11
Views: 728

Re: Mem Files

function testmemvars()   local aVars, aVar, aEdit   // Step 1 : Read vars from "myvars.mem"   RESTORE FROM myvars   // Step 2: View vars and values   XBROWSER ( ...
by nageswaragunupudi
Sat Oct 16, 2021 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mem Files
Replies: 11
Views: 728

Re: Mem Files

... Original * Program: Memfedit.prg* Author: Glenn Toney* Version: Clipper Summer '87* Note(s): This program creates a text file from a Clipper .mem* file. You can edit the text file using MEMOEDIT()* and then write the text file back to a .mem file.*CLEARSET SCOREBOARD OFFmm_fcnt = ADIR("*.mem") ...
by Silvio.Falconi
Sat Oct 09, 2021 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mem Files
Replies: 11
Views: 728

Re: Mem Files

... source You must Compile with hbxpp.lib F2Bin,bin2f are of xpp Open the vars into a Xbrowse the Editvars function not run and risk to erase file mem #include "fivewin.ch"#include "common.ch"#include "fileio.ch"#define CRLF Chr(13)+Chr(10)#define SIZEOF_MEM_RECORD ...
by Silvio.Falconi
Sat Oct 09, 2021 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mem Files
Replies: 11
Views: 728

Re: Mem Files

hi,

got it working :)

Result is Array but harbour can´t "?" it

after
Code: Select all  Expand view
? hb_valToExp( aVars[i] )
it work under harbour
by Jimmy
Sat Oct 09, 2021 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mem Files
Replies: 11
Views: 728

Re: Mem Files

hi, i have some (old) Code which work under Cl*pper and Xbase++ i have try same Code under harbour and got 3 "missing" FExists() F2BIN() BIN2F() so i add #IFDEF __XPP__#ELSE   REQUEST HB_GT_WIN_DEFAULT   #xTranslate FExists => File#ENDIF and in harbour *.HBC libs=hbxpp.hbc but i got &qu...
by Jimmy
Sat Oct 09, 2021 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mem Files
Replies: 11
Views: 728

Re: Mem Files

I use : restore from DATA.MEME ADDITIVE and it works fine .

I know the name of memvar store in the MEM files .

Have a good WD

Philippe
by Jack
Sat Oct 09, 2021 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mem Files
Replies: 11
Views: 728

Re: Mem Files

It is used from https://github.com/harbour/core/blob/master/tests/memfile.prg this way: ? __MRestore( "memfile", .F., "m_nDouble*", .T. ) Correct name is function __MVRestore() and it is implemented here (so you can review each ...
by Silvio.Falconi
Fri Oct 08, 2021 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mem Files
Replies: 11
Views: 728

Re: Mem Files

It is used from https://github.com/harbour/core/blob/master/tests/memfile.prg this way: ? __MRestore( "memfile", .F., "m_nDouble*", .T. ) Correct name is function __MVRestore() and it is implemented here (so you can review each parameter): https://github.com/h...
by Antonio Linares
Fri Oct 08, 2021 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mem Files
Replies: 11
Views: 728
Next

Return to advanced search