Search found 29 matches: utilizing

Searched query: utilizing

by byron.hopp
Tue Jul 16, 2024 7:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 5
Views: 4905

Re: How to Curl for text messaging

I have switched to Twilio, cut all ties with EZTexting and utilizing the code you all provided I can send a text. Thank you. However my program shuts down upon the return statement. What do I need in the Mak file for cUrl. I have currently LibCurl.lib, and hbcurl.lib in the .mak, I include hbcurl.ch ...
by Silvio.Falconi
Sat Dec 30, 2023 11:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 5513

Re: Booking xbrowse example

Otto wrote:Silvio,

Webview allows the use of prg programs, just as you create them, while still utilizing web technologies.
You should really look at the examples in the FIVEWIN samples.

Best regards,
Otto
As I told you many times I not want make web application
HTML/JavaScript and others languages
by Otto
Sat Dec 30, 2023 6:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 5513

Re: Booking xbrowse example

Silvio,

Webview allows the use of prg programs, just as you create them, while still utilizing web technologies.
You should really look at the examples in the FIVEWIN samples.

Best regards,
Otto
by byron.hopp
Thu Jul 20, 2023 7:03 pm
Forum: mod_harbour
Topic: Graphics Lib for Mod_Harbour
Replies: 7
Views: 3208

Re: Graphics Lib for Mod_Harbour

This is great, is there any examples of using this in regular Fivewin for Harbour? I will be utilizing this for Mod_Harbour, but I am pretty sure I could use it in some of my existing applications as well.
by byron.hopp
Thu Jun 15, 2023 6:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox in Cell of Excel
Replies: 6
Views: 666

Re: Listbox in Cell of Excel

Wow, Antonio thanks for this. Btw I have been utilizing ChatGPT this morning and although I have not solved my specific question, I have learned alot. Thanks, for the Tip, and I will now go through your answers and see if I can get this.
by byron.hopp
Tue Jan 25, 2022 12:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 1172

Soap Web Service

All, I asked this same question in November of 2005:

Has anybody managed to utilize Web Services native in FiveWin without utilizing the MS Web Services Tools? I feel certain it is possible but I don't know where to start.

So I have been able to use the Microsoft Soap Toolkit 3.0, but for years now ...
by Jimmy
Thu Dec 19, 2019 3:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: DBV Memo File Formats.
Replies: 1
Views: 342

Re: DBV Memo File Formats.

All,

This post will let out the secret of my age (>dirt). I have an old application running in Clipper 5.2 and the memo files are utilizing a lib called FlexFile.
It added functions like "V_USE", "V_ERROR", and "V_SELECT", I would like to move this program to Harbour but can't access these files. Is ...
by byron.hopp
Thu Dec 19, 2019 12:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: DBV Memo File Formats.
Replies: 1
Views: 342

DBV Memo File Formats.

All,

This post will let out the secret of my age (>dirt). I have an old application running in Clipper 5.2 and the memo files are utilizing a lib called FlexFile.
It added functions like "V_USE", "V_ERROR", and "V_SELECT", I would like to move this program to Harbour but can't access these files. Is ...
by byron.hopp
Sat Jun 02, 2018 8:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Black Background on Window / Dialog
Replies: 1
Views: 454

Black Background on Window / Dialog

Has anybody seen this type of behaviour in your FiveWin app. Using Bcc7:
Image

Seems to happen after user has been utilizing the program for a while.
Doesn't happen on all workstations.

Thanks in advance...

Byron,
by byron.hopp
Tue Apr 03, 2018 11:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Redirected Printers
Replies: 1
Views: 510

Redirected Printers

... When using RDP I have found that the printers seem to have a '(redirected' after the printer name.

i.e. 'HP Laserjet 400DNE (redirected1)'

When utilizing printers within RDP if it has the (redirected1) this Printer Setup dialog always pop's up.

Anyway to suppress this from happening?

Thanks ...
by Enrico Maria Giordano
Thu Mar 24, 2016 1:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: convert this "1458480306" Into 20160320142506
Replies: 9
Views: 2792

Re: convert this "1458480306" Into 20160320142506

Here is another approach, utilizing (x)Harbour's capabilities of datetime computations and also incorporating the timezone conversion implications.

function MyConvert( cUnixName )return cFileSetExt( Left( TTOS( STOT( "19700101000000" ) + Val( cUnixName ) / &#40 ...
by nageswaragunupudi
Thu Mar 24, 2016 9:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: convert this "1458480306" Into 20160320142506
Replies: 9
Views: 2792

Re: convert this "1458480306" Into 20160320142506

Here is another approach, utilizing (x)Harbour's capabilities of datetime computations and also incorporating the timezone conversion implications.

function MyConvert( cUnixName )return cFileSetExt( Left( TTOS( STOT( "19700101000000" ) + Val( cUnixName ) / &#40 ...
by byron.hopp
Wed Mar 04, 2015 2:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: JSON Server Side with FiveWin
Replies: 5
Views: 1806

Re: JSON Server Side with FiveWin

... special characters, never solved.

I have used SOAP in other occasions but because Microsoft stopped supporting the SOAP Toolkit some of my customers show concern.
I never liked having to install the toolkit, I always wanted to use vanilla Harbour / xHarbour / Fivewin when utilizing SOAP, or JSON.
by James Bott
Mon Feb 16, 2015 4:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Outsourcing add/edit of records to separated exe files
Replies: 7
Views: 1759

Re: Outsourcing add/edit of records to separated exe files

... that either way--in the current app or in a split app.

5) Better for sharing work in a company.
How so?

6) Easier to find Errors.
OOP is great for that.

I get the feeling that you are not fully utilizing the capabilities of OOP. Are you using buisness objects or just database objects?



James
by Rick Lipkin
Thu Aug 28, 2014 12:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Changing xBrowse data source and fields at runtime
Replies: 2
Views: 498

Changing xBrowse data source and fields at runtime

... data source, fields and resource ID then be able to click on another radio button and re-use the same xBrowse with a new data source and fields utilizing the same resource ID and xBrowse object.

I have not attempted to do this before and have stayed awake most of the night thinking about how I ...