topic
stringlengths
1
63
text
stringlengths
1
577k
Any infos about function < C5RoundRect > ? ( solved )
Antonio, all four forms are working perfect now. Circles are a ONE-click solution on image Top / Left Ellipses are a TWO-click solution on image Top / Left and Bottom / Right A circle works like a image. The basic-diameter can be define inside the extra-dialog. Inside the Main-painting area, You can select a resize-fa...
Any means to stop using SQLLIB!?
Hi Linares and friends!Currently we work with the lib SQLLIB to carry out the "conversation" with the MySQL database and PostgreSQL database too.Is there any way, native, to do the same process?It would be basically a command or class which has the property to do the following: Run any ANSI SQL statement in the databas...
Any means to stop using SQLLIB!?
JCI know of no better solution then Win32ole .. better known as ADO .. lots of samples on the native xHarbour class .. just do a search in this forum for ADO ..I think you will find what you are looking for.Rick LipkinSC Dept of Health, USA
Any means to stop using SQLLIB!?
JC..As Rick says... there's A SOLUTION... ADO...I've done some tests with the same code but different connection strings to access MYSQL, Postgress, MS Sql, Oracle (XE Version ) with no problems at all.You can use it by pure code, you can use ADORDD, you can use my class ADOBASE ( although is a work in progress ) or yo...
Any news about compatibility with xHarbour changes ( CVS ) ?
Hi ! Today I read in xHarbour.news that are some critical changes which are affected to FWH libs as errors . It seems that for xHarbour new changes , if you are not FTDN user , can say good bye ... Can you inform , what can help in this situation ? With best regards !
Any news about compatibility with xHarbour changes ( CVS ) ?
Rimantas, We have not reviewed the current CVS files yet. So FWH is not compatible yet (the same applies for FTDN users).
Any news about compatibility with xHarbour changes ( CVS ) ?
FWH has been already modified to work with current xHarbour CVS code. We are actually testing it to be totally sure everything is ok. It has been modified in a way that FiveHC.lib remains being just the same file for both Harbour and xHarbour <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile...
Any other encryption system besides Blowfish?
Since I can't get a solution to the hugely excessive length of the Blowfish key (over 4000 bytes) that makes encryption/decryption painfully slow, can anyone recommend another widely recognized encryption system that works with FWH?
Any other encryption system besides Blowfish?
Roger; ADS remote as well as the free local server RDDs allow you to encrypt a .dbf. Here is some text from the help file: [quote:2d3lv674] Advantage provides security for your data in a number of important ways. Some of these are associated with how Advantage transmits data across the network, and others are associa...
Any other encryption system besides Blowfish?
Roger I posted this code some time ago which has served me well.. Rick Lipkin <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=27189&p=152637#p152637">viewtopic.php?f=3&t=27189&p=152637#p152637</a><!-- l -->
Any other encryption system besides Blowfish?
Reinaldo and Rick, Thanks very much for your info. Those are very workable encryption systems, but unfortunately (as far as can see) are not certified as acceptable under the U.S. govt. HIPAA rules (Health Insurance Portability and Accountability Act). An app that I'm developing right now has to be HIPAA compliant, w...
Any other encryption system besides Blowfish?
I see we are running two different threads on the same subject and I have already shown that ADS is FIPS compliant, however, here is more information on ADS encryption: [quote:hmjlwfd0] Advantage provides the capability to encrypt tables and associated data. Data encryption is just one part of the process of creating ...
Any other encryption system besides Blowfish?
Reinaldo, Thanks for the excellent info. I'll discuss it will my customer. Hopefully, they'll increase my project's budget to allow using ADS with all of its advantages. All the best, - Roger
Any other encryption system besides Blowfish?
I got Blowfish to work fine. See separate thread, "How to work with Blowfish".
Any plans for ipv6 ??
If fivewin compatible with ipv6 sockets ??? Thanks Mike
Any problems with FiveWin and the DBFCDX & SIX3 drivers?
I can't manage to produce a program with FiveWin that runs ok when linking the DBFCDX driver from CA or the defunct SIX3 driver from SuccessWare.We've been using the SIX3 driver since 1996 without any problems on production systems.Is there any know issues with any of the above?
Any problems with FiveWin and the DBFCDX & SIX3 drivers?
What errors do you get ?Are they linking errors ? or runtime errors ?
Any problems with FiveWin and the DBFCDX & SIX3 drivers?
Linking errors:[color=red:u5ekkrei]BLINKER : 1115 : TST.OBJ(TST) : 'SIXCDX' : unresolved external BLINKER : 1115 : TST.OBJ(TST) : 'SX_SETTRIG' : unresolved external BLINKER : 1115 : SIXCDX.OBJ(SIXCDX) : '_VSXDBF' : unresolved external [/color:u5ekkrei]Thank you.Link Script&#058;[color=blue:u5ekkrei] BLINKER INCREMENTAL...
Any problems with FiveWin and the DBFCDX & SIX3 drivers?
Gustavo,There is a SixDriver RDD for 32 bits. We recommend you to migrate your application to 32 bits using Harbour/xHarbour and FWH.Also, you should consider to migrate from Six to Comix (built-in with Harbour/xHarbour) as it is the most popular and supported RDD in 32 bits.
Any problems with FiveWin and the DBFCDX & SIX3 drivers?
Antonio: Thank you for your support. <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> Before migrating to Comix, as you suggested, does Comix under xHarbour supports table encryption like the SIX driver ? In the short term I need to port a report module to Clipper/FiveWin usi...
Any problems with FiveWin and the DBFCDX & SIX3 drivers?
You can use FiveWin for Clipper and Six Driver working together without problems.Regarding the functionality that you ask for in 32 bits, we don't know it for sure. You may ask the Six RDD manufacturer. Though again, we recommend you to use the builtin DBFCDX RDD in Harbour/xharbour.
Any problems with FiveWin and the DBFCDX & SIX3 drivers?
Thank you Antonio.
Any sample about splitter in resources and Vertical button?
Hi,I need a sample of splitter with resources and how to make a button with Vertical text.Example:[code:168vva6k] +---+ | | | N | | A | | M | | E | | | +---+ +---+ | | | P | | H | | O | | N | | E | | | +---+ [/code:168vva6k]
Any sample about splitter in resources and Vertical button?
Hello,To draw fonts like this on a bitmap, you have to do calculations.For each char of the text, you have to calculate the positioninside a bitmap to get the text vertical centered.There is no standard for this.For the moment, the tools can do the needed calculation for you.My next project will be a < button-creator >...
Any sample using < ChangeImg > of class TTitle ?
Hello, any sample of usage METHOD [b:3uq2hw4g]ChangeImg[/b:3uq2hw4g]g of class TTitle ? Tested, but returns a error I want to replace the first defined Image with the new Image < cFile[1] > The first Image : [color=#008040:3uq2hw4g]@ 10, 10 TITLEIMG oImg[1] OF oTitle BITMAP cFile[5] SIZE 80, 80 REFLEX TRANSPARENT A...
Any sample using < ChangeImg > of class TTitle ?
It looks like the method ChangeImg is there. You could also call oTitle:LoadBitmaps() directly, see below. [code=fw:js4qki7m]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><s...
Any sample using < ChangeImg > of class TTitle ?
oTitle is NIL at the moment you try to call its ChangeImg() method. EMG
Any sample using < ChangeImg > of class TTitle ?
Gale, Enrico, Thank You, it works fine now oTitle has been defined STATIC, but was NIL inside the Function. because of needed resizing, I cannot use ChangeImg ( shows full size ), I had to use : oTitle:LoadBitmaps( cFile[1], , ,[color=#FF0000:3cj5qxzj]80,80[/color:3cj5qxzj], , , , , , 1 ) Best Regards Uwe <!-- s:l...
Any side affects of adding hbcompat.ch?
I noticed in FWH9.03's fivewin.ch, hbcompat.ch has been remmed out. Any problem if I reenable it? TIA
Any side affects of adding hbcompat.ch?
I can not say what are the side effects. But I remember having removed it after being advised to do so. The xhb.lib we include in the link script takes care of most of the requirements. Fivewin.ch itself has some essential cross translates. Can you add to your link script all the libraries included in buildh.bat and t...
Any side affects of adding hbcompat.ch?
For now I added the following to fivewin.ch [code=fw:1dvel8m9]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp;#translate <span style="color: #000000;">&#40;</span> <exp1> HAS <exp2> <span style="color: #000000;">&#41;</span> &nbsp; &nbsp;=> hb_regexHas<span style="color: #000000;">&#40;</sp...
Any std. FWH Browse control that allows me columnwise font ?
Hello All, Is there any standard FWH Browse control that allows me to define columnwise font ? I want to use Indian Language fonts but only for a few columns of the Listbox. Can anybody guide me ? TIA Milan.
Any std. FWH Browse control that allows me columnwise font ?
Milan, No, neither TWBrowse nor TCBrowse supports individual fonts for each column. If you are willing to use a non-standard control, then TSBrowse does support them. You can get a copy of TSBrowse on my website. James
Any tests drawing text with GDIPLUS ?
Hello, I tested drawing text with GDIPLUS with Methods [color=#0000FF:3jbbrz77]oGraphics:DrawText( nTop, nLeft, cText, cFont, nFont, oBrush ) oGraphics:DrawTextLFont( nTop, nLeft, cText, oFont, nH, oBrush, hDC, lB, lIt, lUnd, lStr, nOri, nEsc )[/color:3jbbrz77] NO text displayed <!-- s:( --><img src="{SMILIES_PATH}/...
Any tests drawing text with GDIPLUS ?
Look <!-- m --><a class="postlink" href="https://bitbucket.org/fivetech/fivewin-contributions/downloads/TESTGDI.prg">https://bitbucket.org/fivetech/fivewin- ... ESTGDI.prg</a><!-- m -->
Any tests drawing text with GDIPLUS ?
Christobal, thank You very much I remember <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: --> I tested using a brushed font but that doesn't work ( just a idea ) aPalBmp := oWnd:ReadImage( c_Path1 + "Blustone.bmp", nil, .t. ) [color=#0000FF:27swwc6a]pBru...
Any tests drawing text with GDIPLUS ?
Please try this code [code=fw:3obfwv3a]<div class="fw" id="{CB}" style="font-family: monospace;">   <span style="color: #00C800;">local</span> aImage, pBrush, oFont, oWnd<br /><br />   <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont <span style="color: #0000ff;">NAME</span> <...
Any tests drawing text with GDIPLUS ?
What I'm trying to do is different I want to add the text to a oGraphics-form not as a window-title There are 2 methods in GdiPlus I don't know how to use them maybe it is possible to use them for a solution. [color=#0000FF:3mnu2abf]METHOD DrawText( nTop, nLeft, cText, cFont, nFont, oBrush ) METHOD DrawTextLFont( nTo...
Any tests drawing text with GDIPLUS ?
why do you continuously destroy and re-create the graphics?
Any tests drawing text with GDIPLUS ?
Antonino, [b:2swpq95v]Yes I agree not needed to be defined for each sample[/b:2swpq95v] FUNCTION DRAWROUNDRECT(oWnd, oFont1) LOCAL hdc := oWnd:getdc(), aImage LOCAL oPen := Pen():New( 255, 0, 0, 255 , 10, .T.) LOCAL oBrush1 := Brush():NewSolidBrush( 255, 255, 128, 0 ) // Orange LOCAL oBrush2 := Brush():NewGradientB...
Any tests drawing text with GDIPLUS ?
It is working now LOCAL oBrush1 := [color=#0000FF:2sdwsgvy]Brush():NewSolidBrush[/color:2sdwsgvy]( 255, 255, 128, 0 ) // Orange DEFINE FONT oFontLarge NAME "Arial" SIZE 0, -30 BOLD ITALIC // font and size oGraphics:DrawTextLFont( 50, 125, "mod harbour", [color=#0000FF:2sdwsgvy]oFontLarge, 30[/color:2sdwsgvy], oBrus...
Any try with Visual Studio 2013?
As topic. Thanks.
Any try with Visual Studio 2013?
I have tried VS 2013 Express. It compiles Ok with below settings. VCDIR="C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC" SDKDIR="C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A"
Any volunteer to check my ActiveX Control with March build ?
Hello Everybody, I have an ActiveX control demo version. At present I use Nov-2005 build. I have been told that it should work with Mar-2006 build. If that works I am planning to buy that activeX control and Mar-2006 build. Can anybody Mar-2006 build user help me ? I can send the control on their private mail. TIA M...
Any's xHarbour function support it?
Hi I have a 123 number What's function that let me show these 123,132,213,231,312,321
Any's xHarbour function support it?
[quote="richard-service":rze7dp4b]Hi I have a 123 number What's function that let me show these 123,132,213,231,312,321[/quote:rze7dp4b] Please, test [code=fw:rze7dp4b]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//------------------------------------------------------...
Any's xHarbour function support it?
Buen dia, a eso se le llama PERMUTA...muy utilizado en los sistemas de loteria, habia hecho una hace bastante tiempo en la universidad como proyecto, pero ya ni recordaba como lo hice, gracias NAVARRO por tenerla publica, saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /...
Any's xHarbour function support it?
Hi Now, it's work.
Anybody have experience converting FWH to cloud
Anybody have experience converting FWH to cloud. I'd like to know if there is some methodology to doing this???
Anybody using TSBrowse with FWH10.10?
When I compile/link my apps that use tsbrowse with FWH10.10 the scrollbars desappear. Both tsbrowse 8 and 9 give same result. FWH9.11 works OK. I already mailed mr. Mercado but did no get any answer. Any idea?
Anybody with success with NSLock ?
Dear All, Has anybody met success with NSLock ? I am using FWH May-2006 build and Win-Xp SP2. But my following code gives me GPF. Can somebody help me ? TIA Milan. -----------------------Cut------------------------------- // FiveWin ActiveX support demo - Using Adobe Acrobat Reader #include "FiveWin.ch" function...
Anybody with success with NSLock ?
The Sentinel Super Pro hardkey has a native (x)Harbour driver developed by ourselves. It supports all the features of the lock using both, native C functions or the TSentinel Class.
Anybody with success with NSLock ?
Hello, What GPF you found? I test the example in a Windows Server 2003 and XP/ME in virtual PC.
Anybody with success with NSLock ?
This is the new code [code:re71dspy] // FiveWin ActiveX support demo - Using Adobe Acrobat Reader #include "FiveWin&#46;ch" function Main&#40;&#41; local oWnd, oActiveX, cLiberationKey &#58;= space&#40;16&#41; DEFINE WINDOW oWnd TITLE "FiveWin ActiveX Support" oActiveX = TActiveX&#40;&#41;&#58;New&#40; o...
Anybody with success with NSLock ?
Dear Rochina, Thanks. It worked like that. Where can I get information in English abt NSLock ? Does it generate different key for the different computer ? TIA Milan.
Anybody with success with NSLock ?
Dear RF, Your <!-- w --><a class="postlink" href="http://www.google.com">www.google.com</a><!-- w --> seems to be down today. I am not able to access it. Can you send me more information about Sentinel Super Pro ? TIA Milan. [quote="RF":13mzozlf]The Sentinel Super Pro hardkey has a native (x)Harbour driver developed...
Anybody with success with NSLock ?
Milan The last example work fine with NSLOCK15VB5.OCX. I made modifications to Activex SetProp/GetProp. I found <!-- m --><a class="postlink" href="http://www.activelock.com">http://www.activelock.com</a><!-- m --> with more informations about this .OCX.
Anybody with success with NSLock ?
[quote="Milan Mehta":p9ij6jb7]Dear RF, Your <!-- w --><a class="postlink" href="http://www.google.com">www.google.com</a><!-- w --> seems to be down today. I am not able to access it. Can you send me more information about Sentinel Super Pro ? TIA Milan. [/quote:p9ij6jb7] The driver was developed for the Sentinel C...
Anybody with success with NSLock ?
Dear Rochina, I visited the site <!-- w --><a class="postlink" href="http://www.activelock.com">www.activelock.com</a><!-- w -->. But it does not alllow me to register as new member. But anyway, they offer new version 1.8 also. Does that work too with xHarbour ? Let me know if you have experemented. Does NSLock can w...
Anyone able to convert code to programmatically burn CD/DVD?
Can anyone convert [url=http&#58;//stackoverflow&#46;com/questions/82993/windows-cd-burning-api:2zqzhbcf]this code[/url:2zqzhbcf] for use in FWH? Able to programmatically burn to CD/DVD would be a very nice feature to have eventhough it's only available from XP onwards.
Anyone able to convert code to programmatically burn CD/DVD?
Hua, it would be a hard job, writing a CD-burner-app. I found a useful freeware, because of possible [color=#FF0000:e3x1zp61]COMMANDLINE-options [/color:e3x1zp61]to burn from inside a FWH-app. [img:e3x1zp61]http&#58;//www&#46;pflegeplus&#46;com/pictures/burnaware&#46;jpg[/img:e3x1zp61] Download <!-- m --><a class="...
Anyone able to convert code to programmatically burn CD/DVD?
Thanks for the reply Uwe. It's just that some customers want to be able to backup directly to a CD hence my research into this area
Anyone able to convert code to programmatically burn CD/DVD?
Hua, for XP there is a dll to burn out of fwh, it´s called xpBurnObj. But it´s no more working with vista and Win 7. <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> Download here [url:21opje5u]http&#58;//www&#46;bayden&#46;com/delphi/cdburner&#46;htm[/url:21opje5u] [code=fw:2...
Anyone able to convert code to programmatically burn CD/DVD?
Thanks for the reply Stefan. I'm now looking into scripting + IMAPIv2. If I could get that down, I'd be able to do it on PCs with XP SP2 up to Win 7, hopefully <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Anyone able to convert code to programmatically burn CD/DVD?
Dear stephan ????
Anyone could convert Crystal button C# into prg?
<!-- m --><a class="postlink" href="http://www.programfan.com/article/showarticle.asp?id=2456">http://www.programfan.com/article/showa ... sp?id=2456</a><!-- m --> open source : using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; usi...
Anyone has any idea why button in xBrowse flashes?
I placed an xBrowse control on a non-modal dialog and in the source code, I defined the following: [code=fw:2zvcjv4q]<div class="fw" id="{CB}" style="font-family: monospace;"><br />    ::<span style="color: #000000;">oBrw</span>:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span> <span ...
Anyone has any idea why button in xBrowse flashes?
Hello Hua... What version do you use? Do you strech any column?
Anyone has any idea why button in xBrowse flashes?
Hi Daniel, Thank you for replying. This is a self-contained sample to illustrate the problem. I am using FWH9.04 [code=fw:26mvambp]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color: #0...
Anyone has any idea why button in xBrowse flashes?
if this line oBrw:nStretchCol := 2 is removed or commented out the button does not flicker This is a long outstanding bug
Anyone has any idea why button in xBrowse flashes?
This can be the fix in xbrowse.prg for this problem: In xbrowse.prg: 1. Remove line "::ColStretch()" in METHOD Paint() 2. Add a new method in TXBrowse Class: [code=fw:2tmanuc5]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; <span style="color: #00C800;">METHOD</span> Resize<span style="color: #0000...
Anyone has any idea why button in xBrowse flashes?
Thanks Rao! That solved it! Any idea why the footers won't appear even though I changed the above xbrowse statement to: redefine xbrowse oBrw id 101 of oDlg ; columns 1, 2, 3, 4 ; headers "Account", "Description", "Debit", "Credit" ; pictures "@!",,"@Z 999,999.99", "@Z 999,999.99" ; array aFiledbf...
Anyone has any idea why button in xBrowse flashes?
Possibly because of resizing in your application. Try creating in a normal window or dialog, footers show up
Anyone has any idea why button in xBrowse flashes?
The footers appears once I remove WS_HSCROLL attribute from TXBrowse in the rc file.
Anyone has any mingw+harbour+hbmk2+fwh .hbp sample?
Anyone has any sample .hbp to compile app using MingW+Harbour+FWH+hbmk2 ? TIA
Anyone has any mingw+harbour+hbmk2+fwh .hbp sample?
So far using fwh\samples\buildg.bat to build any of the samples is unsuccessful <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
Anyone has any mingw+harbour+hbmk2+fwh .hbp sample?
Hua, Using this Harbour for MinGW: [url:2tmbjn1i]http&#58;//harbour-and-xharbour-builds&#46;googlecode&#46;com/files/harbour_mingw_20110711&#46;zip[/url:2tmbjn1i] And this samples\buildg.bat, it works fine except that AlphaBlend() external is not solved: [code=fw:2tmbjn1i]<div class="fw" id="{CB}" style="font-family:...
Anyone has any mingw+harbour+hbmk2+fwh .hbp sample?
That's good to know. I'll try redownloading the latest MingW, run a svn update for Harbour source and retry everything again. Your buildg.bat also seems to be newer than mine by having the following additional libs: i. hbclipsm ii. hbhpdf iii. hbmisc iv. hbnf v. hbodbc Thanks Antonio.
Anyone has any mingw+harbour+hbmk2+fwh .hbp sample?
Still couldn't make it work. I compiled Harbour from r16910 using MingW 4.5.2. Here's the error I get even after using the latest buildg.bat [code=fw:wkey93u9]<div class="fw" id="{CB}" style="font-family: monospace;"><br />rbdesign.o:<span style="color: #000000;">rbdesign</span>.c:<span style="color: #000000;"><span ...
Anyone has disk of Clipper A Developer's Guide book?
Hi guys, I have the book [b:1dg38t3n]Clipper 5.2[/b:1dg38t3n] [i:1dg38t3n]A Developer's Guide[/i:1dg38t3n] by Joseph Booth, Greg Lief and Craig Yellick. It came with a disk that contains the source that are in the book but I've lost that disk. Does anyone has it and could you be so kind to email me a copy of that ...
Anyone has disk of Clipper A Developer's Guide book?
Hua, What is your email?
Anyone has disk of Clipper A Developer's Guide book?
k*****@gmail.com George. Thank you!
Anyone know of a good source code formatter?
Anyone know of a free, good source code formatter for prg's? Had to inspect a prg which is about 3000 lines long and the indentation is totally whack out.
Anyone using QBFC 5.0 ?
I am working on a Quick Books interface using FWH and xHarbour ( all latest versions) I must use the QBFC from Intuit. I'm able to connect to a QB file, and when I post a request to add a client, the transaction takes place. I supply a name, opening balance amount, and a transaction date, and QB adds the account, en...
Anyway to Send CC and BCC in TMail Class ?
Hello All, Is there any way to include CC and BCC in TMail Class ? What is the alterrnative to achieve the same thing ? TIA Milan.
Anyway to Send CC and BCC in TMail Class ?
TIA In the x:\FWH\Samples folder you will find an example (TestMail.Prg) using MAPI, it works fine. Perhaps that is what you need. Regards, Armando
Anyway to Send CC and BCC in TMail Class ?
Dear Armando, I am working on that only but there I did not see any CC and BCC option. Can u guide further. TIA Milan. [quote="Armando":ecvruwp7]TIA In the x:\FWH\Samples folder you will find an example (TestMail.Prg) using MAPI, it works fine. Perhaps that is what you need. Regards, Armando[/quote:ecvruwp7]
Anyway to Send CC and BCC in TMail Class ?
Hi,Is there a solution to use bcc in tMail?Thanks,Marc
Apache Internal Error
Please help... When I link the libmysql.lib into my Fiveweb application, the browser (on windows) shows the error: Internal Server Error or Misconfiguration. When I do not use this library, the Fiveweb application runs fine. Please guide what to do.
Apagar el computador
Amigos del foro tengan buen dia.....Alguien sabe como puedo hacer para apagar el computador desde una aplicacion de fw? bueno no se si se puede? <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> de antemano gracias
Apagar el computador
[quote="leandro":2tbilr7g]Amigos del foro tengan buen dia..... Alguien sabe como puedo hacer para apagar el computador desde una aplicacion de fw? bueno no se si se puede? <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> de antemano gracias[/quote:2tbilr7g]<!-- m ...
Apagar el computador
Hola, mira se ayuda:[code:3rcqabm0] #Include "FiveWin&#46;Ch" #Define WM_SYSCOMMAND 274 // &H112 #Define SC_TASKLIST 61744 // &HF130 #Define SC_SCREENSAVE 61760 // &HF140 #Define SW_HIDE 0 // &H0 #Define SW_SHOWNA 8 // &H8 #Define SW_SHOW 5 // &H5 #Define SW_SHOWNORMAL...
Apagar el computador
Para apagar el pc yo hago asi: cExec := "C:\Windows\System32\ShutDown.exe" ShellExecute( 0, "Open", cExec, " -s", 0, 1 )Salu2!
Aparece solo una vez (Mr. Rao) (SOLUCIONADO)
Mr. Rao y amigos: Tengo este código con un xBrowse: [code=fw:2gr4u4y7]<div class="fw" id="{CB}" style="font-family: monospace;"><br />COLUMNS <span style="color: #ff0000;">"HDR_ODC"</span>,<span style="color: #ff0000;">"Date2Txt(HDR_FDE)"</span>,<span style="color: #ff0000;">"HDR_PRV"</span>,<span style="color: #ff00...
Aparece solo una vez (Mr. Rao) (SOLUCIONADO)
Instead of [code=fw:299vnj9n]<div class="fw" id="{CB}" style="font-family: monospace;">VerType<span style="color: #000000;">&#40;</span>oRsHdr:<span style="color: #000000;">Fields</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"HDR_TIP"</span><span style="color: #000000;">&#41;</span>:<sp...
Aparece solo una vez (Mr. Rao) (SOLUCIONADO)
Mr. Rao: Thanks so much for your help (As Usually) Regards
Apartir de que version trabaja oBrw:SetTree con xbrowse
DEFINE WINDOW oDtree TITLE "Mostrar menu de opciones como tree en XBrowse" Apartir de que version de FWH trabaja oBrw:SetTree con xbrowse [code=fw:l1yqwjln]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   @ <span style="color: #000000;">0</span>, <span style="color: #000000;">0</span> <span style="col...
Apartir de que version trabaja oBrw:SetTree con xbrowse
Ruben, <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=16&t=10685&p=52195&hilit=xbrowse+settree#p52195">viewtopic.php?f=16&t=10685&p=52195&hilit=xbrowse+settree#p52195</a><!-- l -->
Apertura de Dbf con Nombres largos
Hola: Requiero abrir bases de datos de un sistema el cual tiene mas de 8 caracteres, por ejemplo: tb15050701.dbf hay alguna forma de abrirla sin necesidad de renombrarla o copiarla a 8 caracteres ????? use fw23,blinker 6.0, clip53 gracias x su ayuda salu2 veracruz, mexico
Apertura de Dbf con Nombres largos
Yo tengo esta funcion que convierte nombres largos en cortos... [code:1r3hszi9]function cShortName&#40; cLong &#41; local cShort &#58;=space&#40;164&#41;+Chr&#40;0&#41; local nBuffer&#58;=164 local nLen nLen &#58;=GetSPName&#40;cLong,@cShort,nBuffer&#41; cShort&#58;=left&#40;cShort,nLen&#41; return cShort DLL32 STATIC...