Search found 1317 matches: setup

Return to advanced search

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: 2523

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: 2106

Re: MSVC buildh32.bat

... lib=%oldlib%@set libpath=%oldlibpath%@set oldpath=""@set oldinclude=""@set oldlib=@set oldlibpath= And the setup portion of the .mak file: HBDIR=c:\harbourFWDIR=c:\fwhVCDIR="c:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\Hostx32\x32"SDKDIR="c:\Program ...
by TimStone
Sun Oct 16, 2022 11:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVC buildh32.bat
Replies: 10
Views: 821

Re: xbrowse and detached variables Mr Rao please Help

... but it seems to be that you do things that Xbrowse can do automaticaly. This sample uses the edit listbox and is easy, but different from your setup. Maybe It can help you. function xbtest()   local aStates   local oDlg, oBrw, oFont   RDDSETDEFAULT( "DBFCDX" )   //aDbf ...
by Marc Venken
Sun Aug 21, 2022 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and detached variables Mr Rao please Help
Replies: 14
Views: 1304

Re: Fivewin CDO.Message Gmail App Password

hi, I setup app passwords for all my installations and everything was fine. Within the last couple of weeks this is stopping, and even if I generate new app passwords I can't get it to work. it have IHMO nothing to do with "new ...
by Jimmy
Tue Aug 16, 2022 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin CDO.Message Gmail App Password
Replies: 3
Views: 408

Re: Health.Control.Statistics

... value function to the Health.Control.Statistics program. A linear function is used with minus 0.1 kg/days. But you can define the value in a setup. I use plotly for the graphical statistics evaluations https://www.w3schools.com/js/js_graphics_plotly.asp Best regards, Otto https://mybergland.com/fwforum/healthstat.jpg ...
by Otto
Tue Aug 16, 2022 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Health.Control.Statistics
Replies: 6
Views: 953

Fivewin CDO.Message Gmail App Password

... great for many years. Then a couple of years ago Goggle (with their infinite wisdom) decided to not allow this, so they created 'App Passwords'. I setup app passwords for all my installations and everything was fine. Within the last couple of weeks this is stopping, and even if I generate new app ...
by byron.hopp
Tue Aug 16, 2022 12:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin CDO.Message Gmail App Password
Replies: 3
Views: 408

Re: How to Curl for text messaging

... the whole thing with harbour and for the http server I was able to have it work with pure mod_harbor under Apache. With this combination you can setup a full automated text and reply responses using Twilio. My implementation sends medical appointment reminder texts to patients cell numbers. The ...
by NWKL
Sat Aug 13, 2022 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 23
Views: 3813

Re: How to Curl for text messaging

I find this interesting, but I'm curious about the receiving of text messages. It appears I would need to setup a server to receive them. I actually want my clients to send and receive them independently from me. They do not have available servers. Is there any further work ...
by TimStone
Wed Jul 20, 2022 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 23
Views: 3813

Re: ADS - The future is <sadly> now so where do you go ?

... address ) and restore the connection. While this may seem simple, it requires a static IP for the server. You might reply that should be a normal setup, but small businesses often were using the default IP address ( dynamic ) that was provided by their router, and had no idea how to setup their ...
by TimStone
Sat May 07, 2022 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 4151

Re: How to call Events from OLE/COM objects

... C++ page78). 2. *Implement an event handler for DPFPCaptureEvents event notifications (VB page38, C++ page81). i "guess" when run SDK Setup it will "register" dpicacnt.dll and use CLSID {B49E66FF-6927-4378-9685-937F14679ADD} --- as it need DigitalPersona Hardware i can not ...
by Jimmy
Sat Apr 23, 2022 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to call Events from OLE/COM objects
Replies: 14
Views: 1486

ADS - The future is <sadly> now so where do you go ?

... solution will NOT work for my clients. Most do not have sufficient internet capabilities to perform their daily work, so it must be a local server setup. I would like to hear of solutions others may have found for client server operations, or to efficiently handle a larger number of workstations ...
by TimStone
Tue Apr 19, 2022 9:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 4151

Re: dbfntx very slow with 2+ users

... MiniGUI Extended Version (use BCC) have Sample with Demo Source http://hmgextended.com/files/CONTRIB/hmg-22.03-setup.exe
by Jimmy
Thu Apr 14, 2022 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 8463

Re: Dlg2Wnd

Detlef,

You may also consider of using a Xbrowse as setup Dialog/Window designer.

All coordinates can be filled/change at runtime and this way the recompile of prg etc.. is not needed.

Button, Position, action, visuals, can be in the Xbrowse and in the program a loop while create the dialog.
by Marc Venken
Tue Apr 12, 2022 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dlg2Wnd
Replies: 11
Views: 754

Re: Why am I having xbrowse too slow?

Marc,
>Can be related to network setup

Have you tried RemoteDesktop?
If not, you should.
It is also a good preparation for web programming as you change your way of thinking about data access.

Best regards,
Otto
by Otto
Wed Apr 06, 2022 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why am I having xbrowse too slow?
Replies: 11
Views: 1055
PreviousNext

Return to advanced search