Search found 89 matches: bellow

Return to advanced search

We have tested samples\altd.prg : buildx.bat altd /b and it works fine (using gtwin.lib instead of gtgui.lib) Have you modified xHarbour ? Bellow is my buildx.bat is it wrong? Thanks A.S.K @ECHO OFF CLS ECHO ΪΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΔΏ ...
by ask
Fri Jun 22, 2007 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Debugger XHabrour
Replies: 16
Views: 3379

Friend

In Outlook Express you need uncheck the field bellow:

Image
by Rochinha
Mon Feb 19, 2007 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with sending emails - some questions
Replies: 15
Views: 7050

Friend, Download and install a free component AspEmail in your system. After register the .OCX in your machine test the code bellow: #include "fivewin.ch" FUNCTION Main() LOCAL hOLEObject Mail := TOleAuto():New("Persits.MailSender.4") ...
by Rochinha
Mon Feb 19, 2007 12:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with sending emails - some questions
Replies: 15
Views: 7050

Re: STATUS bar

Can I insert bitmaps ( with action) on status bar as Msgbar ? Can YOu write me an example ? Regards Try the bellow local _applwindow define window _applwindow ; from 0,0 to 600,800 pixel _applwindow:oMsgBar := TMsgBar():New(_applwindow,"sdfsdfsdf",.F.,.T.,.T.,.T.,,,,) _applwindow:oMsgBar:bLButtonUp:={||msginfo(1)} ...
by ask
Fri Jul 14, 2006 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: STATUS bar
Replies: 7
Views: 2221

I changed my code to the bellow code and now works perfectly.This means that i probably have old xharbour Regards A.S.K #include "fivewin.ch" function main() memowrit("cc.txt","ask",.f.) return "" #pragma BEGINDUMP #include <hbapi.h> ...
by ask
Wed Apr 12, 2006 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memowrit Question
Replies: 13
Views: 5010

... contains EOF character itself? Can you test last character of your data before you will write on a disk it with MEMOWRITE()? As you can see bellow the sample is simple but still ... Thank you anyway Regards A.S.K #include "fivewin.ch" function main() memowrit("cc.txt","ask",.f.) return ""
by ask
Wed Apr 12, 2006 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memowrit Question
Replies: 13
Views: 5010

Extra spacing in GET on Window!

Hello! Bellow are two pictures - results of following two samples: Sample "Dialog": #include "FiveWin.ch" static fntErr, fntOK function Main() LOCAL oUI, oGet LOCAL cErr := "F1- Arial " LOCAL ...
by modicr
Sat Mar 11, 2006 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extra spacing in GET on Window!
Replies: 6
Views: 2010

... include any special lib ? Marco Hi Marco I don't know if this has to do with fwh version (i have 2.7 february 2006 and xharbour 0.99.60) but the bellow example is working perfectly #include "fivewin.ch" FUNCTION SendMail() LOCAL oOutLook,oMailItem,oRecip,oAttach oOutLook := CreateObject( "Outlook.Application" ...
by ask
Tue Feb 21, 2006 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interactive mail via Outlook
Replies: 8
Views: 2404

Re: bKeydown Dialog

See the bellow example. Type a number inside the textbox and press f2.The odlg:bkeydown is fired by I don't get the value of nFld item.I have to press f2 twice to see the value .Is there a solution for that? Example: #include ...
by ask
Wed Jan 11, 2006 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bKeydown Dialog
Replies: 3
Views: 970

bKeydown Dialog

See the bellow example. Type a number inside the textbox and press f2.The odlg:bkeydown is fired by I don't get the value of nFld item.I have to press f2 twice to see the value .Is there a solution for that? Example: #include ...
by ask
Wed Jan 11, 2006 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bKeydown Dialog
Replies: 3
Views: 970

... .I work with xharbour and all is fine (if you use harbour try to change it to xharbour) . I use sendmail a long time now and works perfectly. Bellow is win32ole.prg that can be found at http://www.xharbour.org : /* * $Id: win32ole.prg,v 1.84 2005/06/01 17:01:09 ronpinkas Exp $ */ /* * Copyright ...
by ask
Tue Dec 27, 2005 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to send email from within FWH25?
Replies: 29
Views: 14171

Spell

Bellow is a working sample in VB. Can anyone tell me what iam doing wrong with fivewin? The program crasses at runtime with the error: "Error description: Error Word.Basic/3 DISP_E_MEMBERNOTFOUND: INSERT" VB: Dim oWDBasic ...
by ask
Tue Dec 20, 2005 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spell
Replies: 4
Views: 1137

Re: Public var in Get

... Enrico but i put wrong sample .Consider that i want to initialize the variables within another function and get them from another function .The bellow shows the error: #include "fivewin.ch" function main() local oDlg,oget,obtn initv1() define dialog odlg ; from 0,0 to 200,300 pixel @ 10,10 get ...
by ask
Mon Nov 14, 2005 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Public var in Get
Replies: 4
Views: 1668

Public var in Get

... but the gets have the same name (MUST be public) .How can i restore the one get when i release the variable from the get with the same name ? The bellow sample shows the problem i'am facing .Can anyone tell me how to do it? Sample: #include "fivewin.ch" function main() local oDlg,oget,obtn public ...
by ask
Mon Nov 14, 2005 12:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Public var in Get
Replies: 4
Views: 1668
Previous

Return to advanced search