sum function for array's?927 (5/2/2012 6:34:19 PM) comp.lang.xharbour Does xHarbour have a function to sum one Array? Aktually I do like this: Local t,vSum Local aSum := {12, 15, 11, 9, 11, 14} for t = 1 to Len(aSum) vSum = vSum + aSum[t] next Regards Otto ... Otto
First date (sunday) of a week?444 (4/13/2012 1:00:19 PM) comp.lang.xharbour Hello, How can I find the first date (sunday) of a week, if I now the week? I tried someting like this: vWeek := Week(Date()) FirstDateOfWeek := (StoD("20120101")+((vWeek*7)-2))-(Dow(StoD("20120101")+((vWeek*... Otto
How to use the function OrdCreate?947 (2/14/2012 5:59:51 PM) comp.lang.xharbour Hello, Could somebody help me to translate the line 1 to use correctly the function OrdCreate()? DbSelectArea("LIEFD") 1. Index on Str(_FIELD->LS_NR,6) to TMP_TOP20 for Year(LIEFD->FAK_DATUM) == vYear 2. OrdCr... Otto
GTWVW Function AddColumn?236 (1/20/2012 3:08:57 PM) comp.lang.xharbour Hello I have to add Column on a GTWVW Windows. I found a function for Rows! * WVW_ADDROWS( [nWinNum], nRows) * add nRows rows to window nWinNum (nRows may be < 0) * returns .t. if successful I didn't find ... Otto
xHarbour - Connecting to hosted Mysql Database832 (1/15/2012 7:35:45 PM) comp.lang.xharbour Hello, From my application, I generate a Web page to inform a customer about the production status. Actually, I generate everything with xHarbour. Web page in HTML, transmission with the help of FTP. But, the ... Otto
Function File()431 (1/7/2012 10:19:28 AM) comp.lang.xharbour Hello I'm using the function File() to check if a file is on a network directory available. Something like this: if File("S:\Directory\Style.XLS") resume := .t. else Alert("File not....") end I also trie... Otto
Task scheduler SBS Server 2003 -2011032 (12/24/2011 7:23:52 PM) comp.lang.xharbour Hello I just moved my xHarbour application form a windows SBS 2003 to a SBS 2011. In my application I have a reorganization job. Will be started with a parameter like this: KALGA32.EXE REORG This reorganizatio... Otto
GTWVW - Picture are not displayed?143 (12/12/2011 12:01:55 PM) comp.lang.xharbour Hello, I tried to do someting like this: From my Main windows with the help of a Function Key I open a new child windows. Someting like this: if !ShowPict ShowPict := .t. nWin := WVW_nOp... Otto
GTWVW set focus on a nWindow133 (12/9/2011 6:36:09 PM) comp.lang.xharbour Hello In my Main window, I have a TBrowseDb table. With a Key function I can open or close a child window. From my Tbrowse, I call a ShowPictFunction. In this function, I like to show some informations and a ... Otto
Move from Clipper 5.3 to Harbour2590 (4/12/2012 1:36:13 PM) comp.lang.clipper I need to move a Clipper 5.3 application to Harbour. Are there any resources available that can help me with this project? At this point I have a lot more questions than I do answers. My background is *not* C... none2847(96)
First date (sunday) of a week?444 (4/13/2012 1:00:19 PM) comp.lang.xharbour Hello, How can I find the first date (sunday) of a week, if I now the week? I tried someting like this: vWeek := Week(Date()) FirstDateOfWeek := (StoD("20120101")+((vWeek*7)-2))-(Dow(StoD("20120101")+((vWeek*... ohaldi(272)
sum function for array's?927 (5/2/2012 6:34:19 PM) comp.lang.xharbour Does xHarbour have a function to sum one Array? Aktually I do like this: Local t,vSum Local aSum := {12, 15, 11, 9, 11, 14} for t = 1 to Len(aSum) vSum = vSum + aSum[t] next Regards Otto ... ohaldi(272)
Build 9482 Available2329 (6/22/2012 5:20:47 AM) comp.lang.xharbour Hi:
xHarbour Build 9482 is now available at www.whosaway.com Password:
'XHB'
(Again, many more more changes by Andi Jahja. What is he eating ?? )
--
Mel Smith
... med_cutout_syntel(718)
Excel OLE problem1145 (8/14/2012 5:20:05 PM) comp.lang.xharbour Hi
I have an application that generates a report in Excel by filling an empty =
worksheet with similar rows of repeating data, for example: date, account n=
umber, part number, quantity, etc
Sometimes (... claudio7284(19)
Slow DBF shared access over the LAN54190 (9/22/2012 9:02:19 PM) comp.lang.xharbour As per request, this is a new thread dedicated to the problem of the slow
DBF shared access over the LAN.
In the past we had Clipper and very slow PCs and LANs (if compared with the
current ones). Despit... e.m.giordano(717)
MiniGUI Reference Manual Available !155 (3/21/2012 4:59:14 PM) comp.lang.xharbour Hi: Janusz Pora (a member of Team MiniGUI) has provided us all with an excellent .pdf manual of all the features of MiniGUI (570+ pages), along with many examples. I have included this 'zipped-up' m... med_cutout_syntel(718)