Search found 287 matches: individual

Return to advanced search

Re: Installation of mod_harbour as module or fastcgi handler

Dar Antonio,
Please be so kind as to explain the difference between the individual versions and where I can find the installation instructions.
Does fastcgi no longer need Apache? Can you use prgs?
Best regards,
Otto
by Otto
Fri May 28, 2021 12:11 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2888

Re: TDatabase Again .. Xbrowse does not resolve data

... ) Called from: MAIN.PRG => MAIN( 252 ) The program was compiled with xMate . Use the .res file and add to your link list ( no need to add the individual .rc files ) Let me know what you find and if I am just doing something wrong .. Thanks Rick Lipkin
by Rick Lipkin
Tue May 25, 2021 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Again .. Xbrowse does not resolve data
Replies: 6
Views: 540

Re: Call HTML form in FWH application

... to have a menu option in my program that will popup the same form. Yes, it would display it in the default web browser on that computer, and the individual would then process the form ( on that same browser ). I need to pass that entire script to the web browser from within the program. Right ...
by TimStone
Fri May 21, 2021 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Call HTML form in FWH application
Replies: 7
Views: 1547

Re: Editing individual lines

Thank you, I'll try. But it seems to me to rewrite the PaintCell method for myself
by Natter
Wed Mar 17, 2021 11:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Editing individual lines
Replies: 2
Views: 481

Re: Editing individual lines

trying to help #include "FiveWin.ch" #include "XBrowse.ch" function Main() local oDlg, oFld, oBrw1, oBrw2 local aDat1, aDat2 aDat1:={{"Row1-Col1","Row1-Col2","Row1-Col3"},; {"Row2-Col1","Row2-Col2","Row2-Col3"},; {"...
by MGA
Wed Mar 17, 2021 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Editing individual lines
Replies: 2
Views: 481

Editing individual lines

The xBrowse column is assigned the edit type EDIT_BUTTON. Accordingly, a button will appear in each row of the column. Is it possible for individual xBrowse rows not to show this button ?
by Natter
Wed Mar 17, 2021 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Editing individual lines
Replies: 2
Views: 481

Como refrescar Intems de un de Tree en un Xbrose

... y me da error, pero si uso [b]]obrw:Refresh()[/b, solo se refresca el Ítem que seleccioné del árbol. como pasa al seleccionar los items individual de la rama, como se mostró arriba. https://i.postimg.cc/CKV19LMB/Indaxacion-3.png Acá les muestro parte de la línea de código ...
by checo176
Tue Mar 02, 2021 1:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como refrescar Intems de un de Tree en un Xbrose
Replies: 1
Views: 401

Re: What's the best way to set individual bits, in a bit string

Yes, that's a nice sample to start with, thanks.
by FWExplorer
Sun Feb 28, 2021 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What's the best way to set individual bits, in a bit string
Replies: 9
Views: 662

Re: What's the best way to set individual bits, in a bit string

If you are interested, you can make a beginning with this sample: #include "fivewin.ch"//----------------------------------------------------------------------------//function Main()   local num1 := 100   local num2 := 50   local result   result := MY_ADD( num1, num2 )   ? ...
by nageswaragunupudi
Sun Feb 28, 2021 6:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What's the best way to set individual bits, in a bit string
Replies: 9
Views: 662

Re: What's the best way to set individual bits, in a bit string

Thanks nage, There's no function folder in samples. if you mean the .c code in the ..\samples and subfolders, yes that's helpful. But nobody - as far as I know - has put together any kind structured tutorial document with short samples and maybe exercises. All we have is reference documentation and ...
by FWExplorer
Sun Feb 28, 2021 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What's the best way to set individual bits, in a bit string
Replies: 9
Views: 662

Re: What's the best way to set individual bits, in a bit string

Please study "c" programs in fwh\samples\function folder.
by nageswaragunupudi
Sun Feb 28, 2021 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What's the best way to set individual bits, in a bit string
Replies: 9
Views: 662

Re: What's the best way to set individual bits, in a bit string

Thanks, nages I badly want to understand the Harbour C api. There's certainly plenty of documentation in terms of reference material, and a few examples from the Clipper days and the Harbour implementation. But I'm so far from understanding it, and there's no clear path to being an expert. Months ba...
by FWExplorer
Sun Feb 28, 2021 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What's the best way to set individual bits, in a bit string
Replies: 9
Views: 662

Re: What's the best way to set individual bits, in a bit string

#include <hbapi.h>HB_FUNC( BIT ){   unsigned char   mask,                  *ptr;   unsigned int    loc,                   offset = hb_parni( 2 ...
by nageswaragunupudi
Sun Feb 28, 2021 4:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What's the best way to set individual bits, in a bit string
Replies: 9
Views: 662

Re: What's the best way to set individual bits, in a bit string

Nages, Thanks, of course we can do it that way. Sorry, I left out that I was looking for a C alternative. I guess my real question is how to convert Joe Booth's Bit.c to Harbour: /******************************************************************************** Program Id: bit.c*    Version...
by FWExplorer
Sat Feb 27, 2021 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What's the best way to set individual bits, in a bit string
Replies: 9
Views: 662
PreviousNext

Return to advanced search