Search found 72 matches: presume

Return to advanced search

Re: xBrowse with SQLRDD

... := { || (oBrw:cAlias)->( LastRec() ) } Better to retain the other default codeblocks as created by xbrowse without disturbing them. I presume RecNo(), DbGoTo(n) and LastRec() are supported. If they have other names, they can be substituted. Still there could be occasional issues because ...
by nageswaragunupudi
Wed Apr 28, 2010 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with SQLRDD
Replies: 15
Views: 6437

Re: 'COPY TO' problem with timestamp datatype

I presume you are using DBFCDX.
If you use SETRDDDEFAULT( 'DBFCDX' ) and then use COPY TO command, it copies Timestamp fields also correctly.
I have tested on XHarbour.
by nageswaragunupudi
Wed Mar 03, 2010 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 'COPY TO' problem with timestamp datatype
Replies: 3
Views: 1346

Re: Problem with Windows 7

... November and now I need an information, which xHB version will work with it? I have all versions of xHB Professional but only one FWH 8.11 I would presume the version of xHB that was out last November when your version of FWH was released. If you can find out when xHB switched from pcode 9 to 10, ...
by James Bott
Fri Nov 13, 2009 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Windows 7
Replies: 35
Views: 7484

Adding a C function

... PARAMS ) ... This is compiled using BCC then linked with the PRGs. But the linker errors out with: undefined external '_HB_FUN_MYFUNCTION' I presume this is because the function call to MYFUNCTION in the PRG is being translated by the preprocessor to _HB_FUN_MYFUNCTION. If I change the name ...
by James Bott
Thu Sep 10, 2009 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a C function
Replies: 12
Views: 1762

Re: Creating a LIB or DLL

... functions of of our software applications into their own .NET VB C++ ect. It seems that a Harbour Self contained DLL would be the best answer. I presume I should use the buildhd.bat to compile my code. I tried to compile babudll.prg and have run into some issues. I modified the bat file to run ...
by Dave Zowasky
Wed Mar 18, 2009 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 36197

Clipper Errors

... or 1.230000000001. You have to round your totals (not to truncate them) if you want to approximate to a certain number of decimals. I presume if i have a field with 14.2 .and. a value stored of 5.25 it's not 5.25 .. anything. I thought that a field with a len and dec specific rounds ...
by Antonio Linares
Wed Aug 27, 2008 7:44 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 94268

... started our CE development we purchased FWPPC over 18 months ago. Its taken us a while to fund the project :) My FIVECE.lib is dated 29/03/2007, I presume I will need to purchase an upgrade?
by ChrisMillard
Mon Aug 04, 2008 2:02 pm
 
Forum: FiveWin for Pocket PC
Topic: How to replace aborted exe ?
Replies: 7
Views: 1962

Tim I have some doubts about the TmpFile() function .. I do not see the end of the loop and should the function return( cTmpName ) ?? I presume the variable cTmpFile := TmpFile() .. cTmpFile should be declared as local ?? Rick Lipkin ps .. james .. I have gone 'nuts' with this and the attachment ...
by Rick Lipkin
Fri Aug 01, 2008 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsntp ( attachments )
Replies: 14
Views: 3261

TControl:Hide() and TDialog Activation

... CENTERED - I haven't tested for that. It isn't called if the TDialog is merely activated. There is code so that bInit can only be called once so I presume it was intended to be called when the TDialog is activated. I did get things going by adding a bStartUp DATA and inserting the following code ...
by xProgrammer
Sun Jul 27, 2008 11:21 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: TControl:Hide() and TDialog Activation
Replies: 4
Views: 1302

Five Linux Dialogs and Wait States

... can't quite see why. This isn't a problem if you call the dialog directly from the application window because the window has a wait state in it (I presume). It is a problem for me in two ways, however. Firstly I want to call a dialog from another dialog (for eaxample have a record displayed and ...
by xProgrammer
Sun Aug 19, 2007 12:36 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Five Linux Dialogs and Wait States
Replies: 2
Views: 1107

Rene I am using the 'standard' code .. I presume the recordset is being cached to the local workstation ? Here is the code: // access.prg #include "Fivewin.ch" Static lOK,oWND1,oBRW,oBROW,oBROW2 Static oSAY, cSAY, oSAY1, cSAY1 //------------------------------------------- ...
by Rick Lipkin
Thu May 03, 2007 9:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO enhansed TwBrowse ?
Replies: 13
Views: 4486

Richard or Antonio,

I don't know much about ADO, but unlike Word or Excel, the calendar control is not (I presume) already installed on the users computer. So how does this work; is the control linked into the app as a library?

James
by James Bott
Sat Apr 28, 2007 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX problem?
Replies: 3
Views: 1074

James Bott wrote:I presume you tested it with Outlook?


No, I tested it with Outlook Express.

EMG
by Enrico Maria Giordano
Sat Feb 24, 2007 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending a logo in an email
Replies: 18
Views: 5508

... to the images, not an internal message reference. Therefore it won't show any images when received by the recipient (I just tested this). I presume you tested it with Outlook? Because it does work with OE. Doesn't Outlook also use stationary? If so, then I don't know why it won't work. James
by James Bott
Sat Feb 24, 2007 6:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending a logo in an email
Replies: 18
Views: 5508

Michel,

When you refer to the differences between FW16 and FW32, remember that some of these differences may be due to different versions of FW rather than 16bit vs 32bit. I presume you have an older version of FW16 than the version of FW32 that you are using.

James
by James Bott
Tue Feb 20, 2007 5:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio, question about TFolder class
Replies: 7
Views: 2046
PreviousNext

Return to advanced search