Search found 91 matches: driessen

Return to advanced search

Re: Problem with alignment in SAY command

... right alignment. But in my application, the right alignment is ignored. And I don't know why. Which resource builder are you using? Good morning Driessen. Have you tried reinstalling your resource editor? Or check if there is a component missing? Why not install WORKSHOP.exe? Today, it works ...
by karinha
Sat Mar 02, 2024 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 832

Re: Strange characters going from FWH to Outlook FWH 13.10

Driessen, maybe: #include "FiveWin.ch"/* #translate SET CODEPAGE TO SPANISH           =>  REQUEST HB_CODEPAGE_ESWIN ; hb_setcodepage("ESWIN") */// #translate SET CODEPAGE ...
by karinha
Mon Dec 11, 2023 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3710

Re: Strange characters going from FWH to Outlook FWH 3.10

Driessen, prueba y comente, pls. // C:\FWH\SAMPLES\DRIESSEN.PRG#Include "FiveWin.ch"FUNCTION Main()   LOCAL oWnd, oBar   DEFINE WINDOW oWnd MDI   ACTIVATE WINDOW oWnd ON INIT( ...
by karinha
Fri Dec 08, 2023 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3710

Re: Changing itemlist in a combobox

Driessen: Algo asi? #include "fivewin.ch"function Prue_Combo()   local oDlg, oCom1, oCom2, cVar1, cVar2   local aList1, aList2   aList1 := {"Opcion1","Opcion2"}   aList2 := {"Opcion ...
by cmsoft
Sun Dec 04, 2022 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing itemlist in a combobox
Replies: 2
Views: 201

Re: Forcing to unlock a record

Driessen, I think there is another way to handle your problem, but it is a bit complicated. Instead of the program locking a record when a user opens it and only unlocking it when the record is saved, the record is only locked ...
by James Bott
Thu Dec 01, 2022 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 785

Re: Reading network pathname (solved)

... Mr. Rick Simpler ways of doing: cFilePath( hb_argv( 0 ) )  // Christobal// ORcFilePath( ExeName() )  But what Mr. driessen asked is totally different. He wanted to convert the file/path name to UNC. For example, in my case: ? UNCNAME( "L:\FWH\whatsnew.txt" ...
by nageswaragunupudi
Sat Jan 18, 2020 2:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading network pathname (solved)
Replies: 13
Views: 1753

Re: OT - download folder of standard browser

Driessen

Typically the \Downloads folder is in the \Users directory .. \users\downloads .. Consider this code to pull the information from the system environment :

Rick Lipkin

Code: Select all  Expand view


cLocation := GetEnv( "USERPROFILE" )
cLocation := cLocation+"\Downloads"


 
by Rick Lipkin
Thu Jul 06, 2017 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT - download folder of standard browser
Replies: 1
Views: 447

Re: 2012 server

Dear driessen,
can you post again the link in wich is explained exactly the operations to do in server and clients?
I have a lot of problems
by MarcoBoschi
Mon Oct 24, 2016 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2012 server
Replies: 24
Views: 5974

Re: txtfile

Driessen,cnavarro, I have this problem I create txtfile and show each lines into xbrowse on a dialog . On anothe function I use the function scrivitrace() to add text on txtfile class when I refresh the xbrowse it make error ...
by Silvio.Falconi
Tue Oct 13, 2015 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: txtfile
Replies: 3
Views: 982

Re: Have it got DBX.EXE on 32bits?

Yes, Driessen DBX.EXE can run on network (Share/Exclusive) environment too. If it can rebuild with harbour and become 32bits. It will really good news. Antonio, DBX is (like DBU or DBQ) a database utility, very easy to use. ...
by dutch
Thu May 07, 2015 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Have it got DBX.EXE on 32bits?
Replies: 10
Views: 2181

Re: Reading data from an excel-file

Dear Mr. driessen function main()  local cValue   myfile:=HB_CURDRIVE()+":\"+CURDIR()+"\"+"FileName.xls"   oExcel := CreateObject( "Excel.Application")   oWorkBook:=oExcel:WorkBooks:Open( ...
by dagiayunus
Thu Jan 15, 2015 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading data from an excel-file
Replies: 7
Views: 3915

Re: TEdit V TGet

Thank you Mastintin, Horacio & Manuel

I agree "Posible mejora para tGet".

Any thoughts on this, from others in the forum? Otto, Driessen or James? :?
by David Williams
Mon Dec 08, 2014 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TEdit V TGet
Replies: 16
Views: 3316

Re: Check if a file is in use

It runs, thank you driessen,
just made some small changes:

handle:=fopen(cfile,16)
if handle>0
&& is unlocked
else
&& is locked
endif
by Marco Turco
Sun Jun 29, 2014 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Check if a file is in use
Replies: 2
Views: 392

Por qué debería migrar de xHarbour a Harbour ?

... conversación las razones que hayamos encontrado para migrar desde xHarbour a Harbour: 1. Los índices CDX se corrompen a veces. Tal como Michel Driessen comentó aqui: http://forums.fivetechsupport.com/viewtopic.php?p=160601#p160601 Una vez que migró a Harbour, esos errores desaparecieron :-) ...
by Antonio Linares
Thu Jun 19, 2014 6:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por qué debería migrar de xHarbour a Harbour ?
Replies: 17
Views: 4951
Next

Return to advanced search