topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
help - back to harbour and ms c | hi, i use xharbour cvs and borland c 551 for several years, but now, i want back to harbour and , if possible, change to microsoft c, someone has some guidelines? tips? how to down cvs of harbour? compile, link...
very thanks |
help - back to harbour and ms c | Norberto,
To download Harbour from its SVN server you can use this checkout.bat:
"C:\Program Files"\SVN\bin\svn.exe checkout [url:21n95gs8]https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour[/url:21n95gs8]
svn.exe is available from here:
<!-- m --><a class="postlink" hre... |
help - back to harbour and ms c | Antonio, very thanks, i will try this... could you or someone help me with migrate to microsoft C? or some link about this. very thanks again. |
help - back to harbour and ms c | Norberto,
Simply review FWH\samples\buildhm.bat
It is quite easy <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
help - back to harbour and ms c | Antonio, very thanks, one last question: exists an trial version or free version of microsoft C? to use with harbour i use only command line compiler , right? if dont exist, which version i can buy?? thanks again. |
help - back to harbour and ms c | Norberto,
Yes, Microsoft uses to include cl.exe, link.exe, libraries and include files in Visual Studio demo versions.
Those files are the ones that you just need. |
help - back to harbour and ms c | Norberto,
You can download windows sdk, inside ( normaly in c:\program files\microsoft sdks\windows\v6.0\vc ) is the visual c compiler and other tools, or you can download visual c++ express it's free.
Atte.,
Lautaro Moreira |
help - back to harbour and ms c | HI, after some tests, i get this :
rtl.lib : fatal erro lnk1136: invalid or corrupt file
i should compile all xharbour libs with ms vc??
thanks |
help - back to harbour and ms c | Norberto,
You need a xharbour build with msvc, or rebuild yourself.
Atte.,
Lautaro |
help - back to harbour and ms c | If you are going to use Microsoft C/C++ Compiler instead of Borland then
I think instead of
FiveHc.Lib you have to use FiveHcM.Lib
FiveHx.Lib you have to use FiveHxM.Lib
And if u r going to use Harbour instead of xHarbour then instead of ,
FiveH.Lib you have to use FiveHM.Lib
Regards
Anser |
help FW_OpenAdoConnection | Hi ,
I have my exe installed on about 10 pc (Windows 10, Windows seven,...) with this String connection for DB2 connection:
[code=fw:7lgsgxba]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">local</span> Connessione<br /><span style="color: #00C800;">local</span> oCn<br />Conness... |
help FW_OpenAdoConnection | Try install driver
<!-- m --><a class="postlink" href="https://www.experts-exchange.com/questions/28574309/Driver-Where-can-I-find-IBMDA400-driver-software.html">https://www.experts-exchange.com/questi ... tware.html</a><!-- m --> |
help FW_OpenAdoConnection | Damiano:
Perhaps you need install Client Access in the new PC?
Regards |
help FW_OpenAdoConnection | there was not CLIENT ACCESS
thank you! |
help Report | hi to all
what is the equivalent of oBrw:SetGroupHeader in oReport ?
[code=fw:8zvsjtvu]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// in xBrowse</span><br /><span style="color: #000000;">10</span>,<span style="color: #000000;">10</span> <span style="color: #0000ff;">XB... |
help Report | [code=fw:1qo66p6m]<div class="fw" id="{CB}" style="font-family: monospace;"> COLUMN <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"ARTICOLO"</span> GROUPTITLE <span style="color: #ff0000;">"GRPNAME"</span> ;<br /> <span style="color: #00C800;">DATA</spa... |
help Report | thank you Mr Rao for your continued kindness and availability |
help Translate from vb to harbour | Dear all,Can someone help me to translate from vb to harbour.Thanks yourRegard,KOkvb sample :Private Sub cmdInventory_Click() Static MaskValue As Integer Dim nDSFID As Integer Dim bUID(7) As Byte Dim MaskLength As Integer cmdInventory.Enabled = False MaskLength = 7 If RWM600x1.isoInventory(MaskLength, MaskValue, nDSFID... |
help Translate from vb to harbour | Is RWM600x1 an ActiveX or an Ole Automation object ? |
help Translate from vb to harbour | Dear Antonio,Rwm600x1 is ole ( Rwm600x.ocx ).I try using createobject , it's work.Regards,Kok Joek Hoa |
help about oget1:ldrag:=.t. | I have this little example:
... get oget1 var pippo1
... get oget2 var pippo2
oget1:ldrag:=.t.
oget2:ldrag:=.t.
oget1:bMoved:={ || myfunction() }
activate ....
Now i want to move pippo1 and while i move it i want call a myfunction().
The above example only call the myfunction() after i release the button... |
help about oget1:ldrag:=.t. | Piscicelli,
A little fix is required for Class TGet, please modify source\classes\tget.prg method MouseMove like this:
[code:w7fo5lv0]
METHOD MouseMove( nRow, nCol, nKeyFlags ) CLASS TGet
if ::lDrag
return Super:MouseMove( nRow, nCol, nKeyFlags )
else
::oWnd:S... |
help about oget1:ldrag:=.t. | I fix my tget (fwh24) and i include it in my link but if i use:
oget1:bMoved:={ || myfunction() }
myfunction() is called only when i relase the left mouse button
while if i use
oget1:bMMoved:={ || myfunction() }
nothing happens
any help
Piscicelli/Zingoni |
help about print barcode EAN 128 | Hello all
I need help about printing the EAN 128 barcode
Please help me
Best Regards |
help about print barcode EAN 128 | Search for an EAN 128 barcode font.
Regards,
James |
help about print barcode EAN 128 | init the program
[code=fw:1w2pzt9l]<div class="fw" id="{CB}" style="font-family: monospace;"><br />#translate @ <nRow>, <nCol> CODE128 <cCode> <span style="color: #000000;">[</span> MODE <cMode><span style="color: #000000;">]</span> <span style="color: #000000;">[</span> <lVert:<span style="color: #0... |
help about print barcode EAN 128 | Thanks Armando
i have insert your code and test the barcode
it's ok
but the barcode that i need is GS1-128/EAN-128
it's a variant of code128
the ean128 that i need to print is
(01)18005696016976(17)141130(10)1312(94)21248122
<!-- m --><a class="postlink" href="http://en.wikipedia.org/wiki/GS1-128">http://en.wikipedi... |
help about print barcode EAN 128 | I have insert the FNC1 code but the barcode is non-readeable
if you remove the FNC1 code the barcode is readeable
format of barcode is
START + FNC1 + [ ( AI + DATA + CHECK ) ... ] + STOP
Best regards |
help about print barcode EAN 128 | i am sorry, but my program, generates random numbers automatically depending of the lots production, experience the inserted letters or symbols not yet works... |
help about print barcode EAN 128 | please
do you tried with VrdBarcode class of Timm (<!-- w --><a class="postlink" href="http://www.reportdesigner.info">www.reportdesigner.info</a><!-- w -->)
or
with Barlib ? |
help adodb.recordset | Friends have problem for connection recordset
adoadodb.recordset following error:
Error description: Error adodb.recordset/-1 DISP_E_BADPARAMCOUNT: adodb.recordset:ACTIVECONNECTION
Args:
[ 1] = O Object
[ 2] = C Object
[ 3] = O Object
[ 4] = U Object
[ 5] = U Ob... |
help adodb.recordset | Please try
oDatos:ActiveConnection := oCon |
help compile harbour 2 cvs | hi, someone can help to compile harbour from cvs? i already down lastest cvs, but i dont found make_b32.bat, is this changed? how actual mode to compile? and to set ads 8.1 default in compilation ? thanks |
help compile harbour 2 cvs | Norberto,
Please read the INSTALL inside harbour directory, for instructions.
In short mode, inside harbour directory call win-make clean install and its all.
Best regards,
Lautaro Moreira
PD: Sorry for may bad english <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><... |
help compile harbour 2 cvs | This is what I'm using to build Harbour from SVN:
[code=fw:3uob008a]<div class="fw" id="{CB}" style="font-family: monospace;">@ ECHO OFF<br />SET PATH=e:\bcc55\bin;%PATH%<br />mingw32-make clean install > make_gnu.log <span style="color: #000000;">2</span>>&<span style="color: #000000;">1</span></div>[/code:3uob008a]
... |
help compile harbour 2 cvs | hi. thanks, i use bcc, dont work for me, maybe some configurations... |
help compile harbour 2 cvs | [quote="norberto":1ah9stp5]hi. thanks, i use bcc,[/quote:1ah9stp5]
Me too.
[quote="norberto":1ah9stp5]dont work for me, maybe some configurations...[/quote:1ah9stp5]
What is the exact error message you're getting?
EMG |
help for GDIPLUS | I have 5 bitmaps on a Wnd.
I wish insert a line over these bitmaps for n seconds when I press a button
I made it with gdiplus but the line is down and not over
I tried to insert another big bitmap to hide and show when I press the button but this bitmap is down and not over the 5 bitmaps
this is my test to tr... |
help for GDIPLUS | Silvio,
try the following :
Download :
<!-- m --><a class="postlink" href="http://www.pflegeplus.com/DOWNLOADS/Lines1.zip">http://www.pflegeplus.com/DOWNLOADS/Lines1.zip</a><!-- m -->
[img:1x788mj2]http://www.pflegeplus.com/IMAGES/Lines1.jpg[/img:1x788mj2]
[img:1x788mj2]http://www.pflegeplus... |
help for GDIPLUS | thanks I 'lltry |
help for Gdiplus Brush class | is it possible to draw with tGDIPlus a rectangle ( drawrect) with a gradient brush having a style like diagonal lines, around a Get or another control ?
I made a test but not work
[code=fw:27n4os5z]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">Function</span> tes... |
help for Gdiplus Brush class | Look
<!-- m --><a class="postlink" href="https://bitbucket.org/fivetech/fivewin-contributions/downloads/TESTGDI.prg">https://bitbucket.org/fivetech/fivewin- ... ESTGDI.prg</a><!-- m --> |
help for Gdiplus Brush class | [quote="cnavarro":jejmm6ri]Look
<!-- m --><a class="postlink" href="https://bitbucket.org/fivetech/fivewin-contributions/downloads/TESTGDI.prg">https://bitbucket.org/fivetech/fivewin- ... ESTGDI.prg</a><!-- m -->[/quote:jejmm6ri]
Progetto: TESTGDI, Ambiente: bcc7Harbor:
[1]:Harbour.Exe TESTGDI.prg /m /n0 /gc1 /w0 /e... |
help for Gdiplus Brush class | +1 |
help for Gdiplus Brush class | Dear Silvio, remove call to function TESTWRAPMODE
It was just a test function |
help for a background | I must insert a background into a window child but the image not is filled into this wchild .this is my code test[code:2lc7l4vs]
#define OSFONDO "D48.JPG"
static oWnd
function Main()
local oBar
DEFINE WINDOW oWnd TITLE "Test" MDI ;
MENU BuildMenu()
DEFINE BUTTONBAR oBar 3DL... |
help for a background | Hello Silvio,just a sample ;[code:1f0uxzye]
DEFINE IMAGE oImage FILENAME SW_LOGO TRANSPARENT
DEFINE WINDOW oWnd TITLE "Your Title" MDI MENU TMenu():New()
DEFINE BUTTONBAR oBar1 3DLOOK OF oWnd BUTTONSIZE 70,80 2007 RIGHT
// Button 1
DEFINE BUTTON oBtn1 OF oBar1 ACTION ( NIL ) ;
RESOURCE... |
help for a background | Silvio,oWChld:oClient = oImg |
help for a background | Antonioi must insert on wchild many buttons Now the wchild paint the jpg but I cannot clik on buttons why ?look this code#INCLUDE"FIVEWIN.CH"#define OSFONDO "D48.JPG" static oWndfunction Main() local oBar DEFINE WINDOW oWnd TITLE "Test" MDI ; MENU BuildMenu() DEFINE BUTTONBAR oBar 3DLOOK BUTTONSIZE 39,39 OF... |
help for a red | Dear friends,
Can I see in a windows or dialog all pc there are in a lan ? How I can make it ?
Can I link to a pc and read and write a dbf or an ini file ? How I can make it ?
can I have a small test ?
I hope yoour help |
help for a search function | I wish before to save a data search on the same database if the data passed is the same or not
when it search a classroom sample 1A
and control if the nday_hour sample "11"
is the same
and if it found it must return .f. ( no free)
but perhaps there is an error and the function not run ok
[code=fw:2... |
help for a search function | I added comments in the code
[quote="Silvio.Falconi":1w1tbq71]
[code=fw:1w1tbq71]<div class="fw" id="{CB}" style="font-family: monospace;"><br />...<br /><br /><span style="color: #00C800;">function</span> ClasseLibera<span style="color: #000000;">(</span>GiornoOra<span style="color: #000000;">)</span><br /> ... |
help for a search function | Mercurial,
I use cdx I think I cannot use locate
How you 'll make this function |
help for a search function | You can use LOCATE FOR with any DBF... if there is an active index, the search is done using the sequence of the index, otherwise SET ORDER TO 0 and you will get the records in their natural order (recno())
Before writing the function, please specify better what you need to do because it is not really clear.
For examp... |
help for a search function | sorry, the old clipper function is this
[code=fw:2wri9kje]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">static</span> <span style="color: #00C800;">function</span> CLASSELIB<span style="color: #000000;">(</span>nOre, ngiorno, nOra<span style="color: #000000;">)</span>... |
help for a search function | [quote="Silvio.Falconi":2n3x9hxo]sorry, the old clipper function is this
[code=fw:2n3x9hxo]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">static</span> <span style="color: #00C800;">function</span> CLASSELIB<span style="color: #000000;">(</span>nOre, ngiorno, nOra<span sty... |
help for a search function | ok I stay on Italian forum |
help for a value | I must show ten images
each image name is img_name := "Image_" + hb_ntos( i )
If call [b:85c6awgn]myfunction()[/b:85c6awgn] the value of[b:85c6awgn] nvalu[/b:85c6awgn]e is the same why ?
count:= 10
nvalue:= 0
col:= 10
nRow:= 10
For i := 1 TO count
img_name := "Image_" + hb_ntos( i )
@... |
help for a value | Silvio,
Should nValue not be set as a Public variable ?
Now it is local and the changes never go to the function, because you don't pass it when you call the function.
Marc |
help for a value | it can be static |
help for a value | Silvio,
in such situations I use detached locals.
Best regards,
Otto |
help for a window with two xbrowse | I must create in a window MDIchild two xbrowse( two dbf) divide by a splitter orizzontal
the xbrowse top must must init from 250 to with of the window because at the left I must insert an outllook2003 menu
The second Xbrowse ( on the bottom) must have a tab control on the bottom
have you an sample source as this ... |
help for an array | I have an array of many colors
Function InitColorsArray()
aColors := { ;
{"Snow", "255 250 250"} ,;
{"GhostWhite", "248 248 255"} ,;
{"WhiteSmoke", "245 245 245"} ,;
{"Gainsboro", "220 220 220"} ,;
{"FloralWhite", "255 250 240"} ,;
{"OldLace", "253 245 230"} ,;
{"Linen", "250 240 230"} }
Return aColors
... |
help for an array | Try with:
[code=fw:2w9vuhrz]<div class="fw" id="{CB}" style="font-family: monospace;">aEval<span style="color: #000000;">(</span> aColors, <span style="color: #000000;">{</span>|x,y| aAdd<span style="color: #000000;">(</span>aColorNum, <span style="color: #000000;">{</span> GetBackColor<span style="c... |
help for an array | Silvio,
Please get used to provide self contained examples, it help us on the tech support very much.
Here you have it:
[code=fw:313mdzx3]<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="co... |
help for an array | Thanks Antonio,
I modified the function
Function GetBackColor( aColor, aColors )
Local nR, nG, nB
cColor := aColor[ 2 ]
nR := Val( Token( cColor, " ", 1 ) )
nG := Val( Token( cColor, " ", 2 ) )
nB := Val( Token( cColor, " ", 3 ) )
[code=fw:1xx3ekk3]<div class="fw" id="{CB}"... |
help for an array | You may use an ownerdraw combobox with bitmaps, please review samples/ownerdra.prg |
help for an array | Why with bitmaps ?
Fwh cannot use color on combobox control ? |
help for an array | Antonio,
If we assign bcolor1 and bcolor2 the colors for forecolor and backcolor ?
bColor1 := {|x,nItem| GetForeColor( nItem )}
bColor2 := {|x,nItem| GetBackColor(nItem )}
please see the test
I'm afraid the array is wrong
[code=fw:2ffa3v05]<div class="fw" id="{CB}" style="font-family: monospace;"><br />... |
help for an array | or we can set the color of the Item ?
sample :
[b:1x2htfqb] aGet[1]:nClrText:=GetBackColor2( ncolor,aColors)
aGet[1]:nClrPane:=GetForeColor( ncolor )[/b:1x2htfqb]
change this function
Function GetBackColor2( n, aColors)
Local cColor
Local nR, nG, nB
cColor := aColors[n][2]
nR := Val( Token( cColor, " ... |
help for an array | I tried also with
aGet[1]:bChange :={ | o | aGet[1]:aItems[ aGet[1]:nAt ]:nClrText:=GetBackColor( ncolor,aColors) }
and also with
aGet[1]:bDrawItem :={ | o | aGet[1]:aItems[ aGet[1]:nAt ]:nClrPane:=GetBackColor( ncolor,aColors) }
and
aGet[1]:nClrText := aEval( aGet[1]:aItems,{|x| GetBackColor2( x,aColors... |
help for an array | Mr Silvio
[quote:vlex0xhs]I have an array of many colors
Function InitColorsArray()
[/quote:vlex0xhs]
Please refer to your first posting:
After initializing the two arrays
aClrNames := {}
aColorNum := {}
This single line code is all that is enough to give you the two arrays as you wanted.
[code=fw:vlex0x... |
help for an array | I need to colorize the items of the combobox
@ 10,10 COMBOBOX aGet[1] VAR nColor ITEMS aClr SIZE 40,40 COLOR bColor1, bcolor2
I wish on combobox
[img:2ool1y7c]http://img826.imageshack.us/img826/5733/iwishw.jpg[/img:2ool1y7c] |
help for an array | Review FWH samples/ownerdraw.prg
thats all you can do with the combos. |
help for an array | I not wish use bmp because i must create many and many bmps
[code=fw:2el2rxtg]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">Function</span> InitColorsArray<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> aCo... |
help for an array | the control combobox have errors or its no possible because :
::SetColor( nClrFore, nClrBack )
but nClrFore and are not a data of class
then
the class create a tget object and insert ::nClrText, ::nClrPane
but
If I can colorize a GEt control why I cannot colorize a combobox ?
but on other languages it is ... |
help for an array | Because Windows does not allow it |
help for an array | if you want the combobox to look like that you have to implement the ownerdraw painting yourself.
FWH implements bitmaps painting on the ownerdraw combobox, but to do it as you want, you have to code it in C. |
help for compatible palm | HTC Tytn QTEK 9600 UMTS/ Pocket PC is compatible with fwppc ?
Processor: SAMSUNG a 400 MHz
Smartphone Microsoft Windows Mobile 5.0 Pocket PC, Processore Samsung, 400MHz, GSM GPRS UMTS HSDPA: GSM/GPRS, EDGE Tri-band UMTS Tri-band (850/1900/2100),
Sistema Operativo: Microsoft Windows Mobile 5.0
Reti: GSM/GPSRS/EDGE ... |
help for converting file | [code=fw:11vrij70]<div class="fw" id="{CB}" style="font-family: monospace;">I have a file csv as this<br /><br /><span style="color: #ff0000;">"UserName"</span>,<span style="color: #ff0000;">"Work Date"</span>,<span style="color: #ff0000;">"Time Worked"</span><br /><span style="color: #ff0000;">"Tonino"</span>,<span st... |
help for converting file | You want the CSV data into the database .or. .and. the exel to the dbf ? |
help for converting file | I Wish save on dbf
I showed my fields |
help for converting file | Hello Silvio,
I'm posting a function here that Mr. Rao gave us at the Fivewin meeting.
Actually, you should have it, because you have been at the sessions.
You must correct the header to:
"UserName","WorkDate","TimeWorked", "Field1", "Field2","Field3","Field4"
Sincerely Otto
<!-- l --><a class="postlink-local" ... |
help for converting file | thanks Otto
But I wanted the record as
0
Thanks but I wanted something simpler
type :
UserName (30C)
Activity(10C)
Workdate(d8)
Time(8C)
type
Falconi Silvio |in|15/12/2020|08:00
Falconi Silvio |out|15/12/2020|14:00
I take the csv file from the internet (from my website php) and then with the application I ha... |
help for converting file | Now I correct the export csv from web (php)
[code=fw:1y1uqq7o]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #ff0000;">"UserName"</span>,<span style="color: #ff0000;">"Activity"</span>,<span style="color: #ff0000;">"Work Date"</span>,<span style="color: #ff0000;">"Time Worked"</spa... |
help for creating a class | I'm converting a procedure into a class
on a class I cannot use Move function
how I can convert move ()
sample :
For n= 1 to ::nimages
::nLeftImage[n]-= 2
::aElementi[n]:Move( ::nRiga,::nLeftImage[n],,,.t.)
::aElementi[n]:Refresh()
next
any help please |
help for creating a class | Silvio,
[quote:17rmwc20]on a class I cannot use Move function
how I can convert move ()[/quote:17rmwc20]
inside classes :
[color=#0000FF:17rmwc20][b:17rmwc20]METHOD SetPos( nRow, nCol ) INLINE ::Move( nRow, nCol )[/b:17rmwc20][/color:17rmwc20]
regards
Uwe <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt="... |
help for creating a class | no good
aElementi[n] are xmages
it not found Move or setpos method |
help for creating a class | Your class will surely have to define it like this:
CLASS TMyClass [b:1g5adfu2]FROM TControl[/b:1g5adfu2] (or any class that has the methods and data you need) |
help for creating a class | of course |
help for ftp | I must use ftp class to download a file but I try with ftp by linaresand qftp and qftpfix but none download a file : all make errors
Have You a solution ? |
help for network | Hi,
I generated little FWH apps for small network used DBF files (max 5 or 6 users).
Now I would like a new app for about 15 users and this users are in four different city.
Can someone give me some advice or example?
Thanks |
help for network | damianodec,
go the Remote desktop way. This is the future. OS and device independent and rock solid.
Best regards,
Otto |
help for network | Another way might be to move to (My)SQL and access through a VPN. Secure and rock solid too. |
help for network | André,
only a hipotetical question:
“Is there any way to access data from another program in memory "
Best regards,
Otto |
help for network | Thank for your contribute! |
help for network | Otto I´m not sure I understood your question but if you mean run several programs at the workstations there is no problem at all. The VPN just creates an "extension" to the network you want to connect so the remote stations behave like they belong to the network. |
help for network | You can try with ADS or [url:2fg422zn]http://www.quiquesoft.com/descargas/qsRdd.zip[/url:2fg422zn] |
help for network | Quique,
Can we download the qCombrowse Clase para seleccionar como si fuera un combobox un registro de un dbf ? |
help for network | [quote="Silvio.Falconi":1a5ld1bm]Quique,
Can we download the qCombrowse Clase para seleccionar como si fuera un combobox un registro de un dbf ?[/quote:1a5ld1bm]
Así es, lo que hace es simular un combobox con un browse, bajala y cualquier duda que tengas preguntame. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.