Search found 1285 matches: setup

Return to advanced search

Re: XBROWSER with SETUP possible?

Dear Hakan,

I have just tested your code and here it is working fine

What is missing there ?
by Antonio Linares
Thu Feb 02, 2023 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSER with SETUP possible?
Replies: 4
Views: 341

XBROWSER with SETUP possible?

... { "ONE  ", 2000 }, { "TWO  ", -5000 }, { "THREE", 2000 } }   XBROWSER aData SETUP BrwSetup( oBrw )return nilstatic function BrwSetup( oBrw )    oBrw:nMarqueeStyle := 5    oBrw:bLDblClick := {|nRow, nCol, ...
by Horizon
Thu Feb 02, 2023 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSER with SETUP possible?
Replies: 4
Views: 341

Re: HASH vs single variables

Hello Antonino, Can you maybe list some pros and cons here. What advantage would a class have here? I use classes for e.g. program setup, etc.. with my FIVEWIN programming. But it seems to me that with mod harbour the OOP is an overhead that brings nothing. Therefore a HASH seems favorable ...
by VictorCasajuana
Tue Jan 17, 2023 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1774

Re: HASH vs single variables

Hello Antonino, Can you maybe list some pros and cons here. What advantage would a class have here? I use classes for e.g. program setup, etc.. with my FIVEWIN programming. But it seems to me that with mod harbour the OOP is an overhead that brings nothing. Therefore a HASH seems favorable ...
by Otto
Tue Jan 17, 2023 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1774

Re: Fighting Xbrowse and lozing !!!

... I was hoping to put the program live starting on 1 jan in my business (5 pc's). Then the time delays will be much more noticesable. I have to setup a system like Otto has told before... Running on a server and not like I do Peer to Peer. I works dow!!! but sometimes with delay's and these ...
by Marc Venken
Thu Dec 22, 2022 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 2402

Re: Request for information xbrowse and pics

You have a point !! Antonio, Is there a option that you can setup the genisis on the servers of Ftech like there is a SQL part for access by the forum ? On my current machine Mod is not installed, but at home I have a early setup PC where I did some working ...
by Marc Venken
Fri Dec 16, 2022 3:25 pm
 
Forum: mod_harbour
Topic: Request for information xbrowse and pics
Replies: 3
Views: 602

Re: mod_harbour + ADS on linux server

... 2 - Unzip files : tar -xf namefile.tar ( i don't remember the exact name of file ) 3 - Go to folder aceapi xx.xx.xx 4 - Set permission to setup.pl using chmod +x setup .pl 5 - Install libs using ./setup.pl Bye Hello Giuliano, I tried to install ADS libs with setup.pl and I found that it ...
by berpa
Mon Dec 05, 2022 2:21 pm
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 32429

Re: mod_harbour + ADS on linux server

... 2 - Unzip files : tar -xf namefile.tar ( i don't remember the exact name of file ) 3 - Go to folder aceapi xx.xx.xx 4 - Set permission to setup.pl using chmod +x setup .pl 5 - Install libs using ./setup.pl Bye
by giuliano
Thu Dec 01, 2022 1:18 pm
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 32429

Re: Newbie Question : XBROWSE

hi Marc,
Marc Venken wrote:For this, simply so :
Code: Select all  Expand view
xbrowser("dbf")

YES, this is what i search

Marc Venken wrote:later for extra's look at samples of xbrowser :
Xbrowser is the shorter function version of xbrowse that need to be setup

Ok, will have a look at it, thx
by Jimmy
Fri Nov 25, 2022 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 2066

Re: Newbie Question : XBROWSE

... so : xbrowser("dbf") later for extra's look at samples of xbrowser : Xbrowser is the shorter function version of xbrowse that need to be setup
by Marc Venken
Fri Nov 25, 2022 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 2066

Re: Newbie Question : XBROWSE

... the function xbrowser() It is the best for a very quick lookup for any data type. (In devellop mode) XBROWSER aPics TITLE "WEB IMAGES" SETUP ( oBrw:nRowHeight := 200, oBrw:aCols[ 1 ]:nWidth := 300, ; oBrw:aCols[ 1 ]:cDataType := 'F', oBrw:aCols[ 1 ]:nDataBmpAlign := AL_CENTER ) XBROWSER ...
by Marc Venken
Fri Nov 25, 2022 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 2066

Antonio, no recibes mis mail.

... said: 550-5.7.25 [74.220.223.234] The IP address sending this message does not have a 550-5.7.25 PTR record setup, or the corresponding forward DNS entry does not 550-5.7.25 point to the sending IP. As a policy, Gmail does not accept messages 550-5.7.25 from ...
by FiveWiDi
Tue Nov 22, 2022 8:13 pm
 
Forum: Off Topic / Otros temas
Topic: Antonio, no recibes mis mail.
Replies: 2
Views: 416

Re: SMS Text messaging - FOLLOW UP

I wanted to put some closure on this. 1). I selected Twilio here in the US. They have a free trial setup for developers 2). I reached out to their tech support on some questions and they were very responsive/helpful 3). I am able to easily integrate outgoing messages to ...
by TimStone
Mon Nov 07, 2022 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 2312

Re: SMS Text messaging

... reply is received by their server. It requires a URL, and then links to your web application. My problem is that this is a business based computer setup at their location, and they don't have a website. Therein lies the complication. I'm asking if it is possible to get around this, and I could ...
by TimStone
Fri Nov 04, 2022 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 2312

Re: Printing double sided

This may be an issue with my printer. If I use the option to select a printer, and in that Windows setup control select the proper output ( long binding ), it still comes out the same way. I can let it ride for now ...
by TimStone
Wed Oct 26, 2022 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 1893
PreviousNext

Return to advanced search