Search found 58 matches: proof

Return to advanced search

The exact ISO 8601-Week-number-Calculation

... week 52. (There is one historic exception: the year in which the Gregorian calendar was introduced had less than 365 days and less than 52 weeks.) Proof: Per definition, the first week of a year is W01 and consequently days before week W01 belong to the previous year and so there is no week with ...
by ukoenig
Fri Jan 02, 2009 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The exact ISO 8601-Week-number-Calculation
Replies: 19
Views: 4675

Browsing generally

... from that record yet... i see the deleted record even if i close the dialog and return after in it I suppose SET DELETED is on? yes sure! the proof is that if there are two records matching the scop one record not deleted and one record deleted the only record that i see in the browse in the ...
by Antonio Linares
Wed Aug 27, 2008 7:35 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 94007

Whatever you people say to your customers, just include both xHarbour/Fivewin and C/C++. And in this order. Because we use both tools. :). If they need proof, show both PRG and C codes...
by toyet
Wed Jul 30, 2008 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is a compiled FIVEWIN/(x)HARBOUR program a C program?
Replies: 32
Views: 5733

Hi all I'm doing something much simpler given my needs and it needs to run in FiveLinux. Using TButton. Very basic proof of concept is as follows: http://img146.imageshack.us/img146/8734/screenshotcalendarhi7.png Happy to share code but at this stage its dirty experimental ...
by xProgrammer
Mon Jul 28, 2008 12:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pickdate
Replies: 94
Views: 17978

... I could go on about many of the nice features of FWH but the best one is the level of support that Antonio provides to us all. If you need any proof of that just check out these very forums. And the users of this forum are very helpful to each other as well. I hope you decide to join us. Regards ...
by xProgrammer
Sat Jun 14, 2008 7:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hi New Member, Have some doubts before I purchase FWH
Replies: 6
Views: 1531

... >> file.txt" RUN ( sOSCommand ) Should work fine under Windows. Certainly works under Linux. I recently wrote a "proof of concept" for compiling and linking xHarbour/FiveLinux projects via an xHarbour/FiveLinux "project manager" and the following code ran fine: ...
by xProgrammer
Sat Jun 07, 2008 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get return text of DOS command!?
Replies: 4
Views: 800

... really a reason why I use both. I tried to insert the method in TGet. I think it should only work on Gets with spinner. Therefore I inserted the proof for lSpinner. Regards, Otto METHOD MouseWheel( nKeys, nDelta, nXPos, nYPos ) IF ::lSpinner=.t. If nDelta > 0 Self++ Else Self-- EndIf ENDIF ...
by Otto
Fri May 30, 2008 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mouse wheel scrolling in get spinner?
Replies: 9
Views: 2194

Thank you. Yes I tried with refresh(). Here is my code: func f_DataStrAlign(r,c,f,o) oBrw:nRowDividerStyle := 0 // I put this to proof that refresh is working oBrw:aCols[ o:nPos ]:nDataStrAlign := AL_RIGHT oBrw:refresh() return nil The text does not move. Regards, Otto
by Otto
Sat Dec 15, 2007 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser: Is it possible to change alignment on the fly?
Replies: 12
Views: 2578

... version 1.4 of FiveWin (I think it was 1994) and I know this group. I think at the moment you do not find Fivewinners who contribute. But the proof of the pudding is in the eating. Maurilio, if your photo is up to date you are one of the new generation Fivewinners and time is not so as valuable ...
by Otto
Fri Jan 19, 2007 8:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report generator
Replies: 67
Views: 25716

PADR and LEN

... work, a few of them will show the filename with a large gap before the .rpt extension. how can I solve this? EXAMPLE ; [Monthly Account Invoice Proof .rpt] The above should be displayed as [Monthly Account Invoice Proof.rpt] Here is the code used; IF !Empty(cApp) IF mFile == 1 mReportID := Alltrim(cApp)+".rpt" ...
by deanomeano
Fri Feb 10, 2006 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PADR and LEN
Replies: 2
Views: 847

Deano,

You may try to change this:

REPLACE REPDETS->REP_PROOF WITH mFileProof

into this:

REPDETS->REP_PROOF := mFileProof
by Antonio Linares
Mon Jan 16, 2006 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR BASE\1003?
Replies: 4
Views: 1282

Deano,

Have you double checked that REP_PROOF is a field name in your DBF ?
by Antonio Linares
Thu Jan 12, 2006 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR BASE\1003?
Replies: 4
Views: 1282

ERROR BASE\1003?

I have written a save command in my program which will write variable values to a database. i get a base\1003 error variable not found REP_PROOF when i run the function, although the REP_PROOF is a database field. here is where the error occurs in the code REPLACE REPDETS->REP_PROOF WITH mFilePro...
by deanomeano
Wed Jan 11, 2006 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR BASE\1003?
Replies: 4
Views: 1282
Previous

Return to advanced search