Search found 2691 matches: trying

Return to advanced search

Re: ADS with 64bit FWH Apps

Hello everyone; I bet the problem here is that you are trying to connect to an older server version using a newer client version. The opposite is fine. But newer clients need same or newer server. Try using 64 bit version of ADS 12 if you want to connect ...
by reinaldocrespo
Sun Apr 14, 2024 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2262

Re: compile errors

This is the code I'm trying to compile. #include "FiveWin.ch"#include "directry.ch"#include "FileIO.ch"#include "Common.ch"#include "hbclass.ch"#include "C:\Harbour\Include\hbcurl.ch"#define ...
by Jeff Barnes
Thu Apr 11, 2024 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 264

compile errors - send a SMS

Hi all, I'm trying to compile a sample of using curl with Twilio. I've linked in hbcurl.lib, libcurl.lib and hbcurl.ch I get the following errors. Anyone know what I'm missing? Turbo Incremental Link 6.80 Copyright (c) 1997-2017 ...
by Jeff Barnes
Thu Apr 11, 2024 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 264

Re: Question about wfReadUrl()

Enrico, Thank you so much for trying to help me. My website has 3 different url's, all showing the same website. Because some antivirus software is blocking some of my url's, I want to check which url is working fine. Usuaslly my url's are ...
by driessen
Fri Apr 05, 2024 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2744

Re: Question about wfReadUrl()

Michel, please show a little and complete PRG example of what you are trying to do and I will fix it.
by Enrico Maria Giordano
Fri Apr 05, 2024 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2744

Re: Question about wfReadUrl()

Thanks a lot for trying to help me.

I tested you suggestion.
Unfortunately, the function you suggested is only working for http, not for https.
by driessen
Fri Apr 05, 2024 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2744

Re: incremental search on Xbrowse

Are you trying incrseek when either the focus is on an editable setcheck column or when you have a multisel column ? Please try this change         if nKey == 32 .and. ::nMarqueeStyle <= MARQSTYLE_HIGHLROWRC .and. ;        ...
by Silvio.Falconi
Wed Mar 27, 2024 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 1979

Re: incremental search on Xbrowse

Are you trying incrseek when either the focus is on an editable setcheck column or when you have a multisel column ? Please try this change         if nKey == 32 .and. ::nMarqueeStyle <= MARQSTYLE_HIGHLROWRC ...
by nageswaragunupudi
Tue Mar 26, 2024 3:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 1979

Re: Crear librerias de Harbour BCC74 Me genera error

Enrico Maria Giordano wrote:Here it is:

https://wormhole.app/Yx3Km#8rzfLimdrtHNVssygTChQA


Please, can you share your HRBFIX again?
I'm trying to use HBMK2 to compile xHarbour projects.
by sygecom
Mon Mar 25, 2024 12:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 6824

Re: How to include hbCurl?

Marc, have yout tried the answer ChatGPT gives you? Best regards, Otto It seems like you're trying to add tags to a member in a MailChimp list using the MailChimp API and curl in a command line environment. The issue appears to be with the way you're formatting the JSON ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2930

Re: Fivewin Wiki

How to search for wiki content on the site https://github.com/FiveTechSoft/FiveTech_wiki ?
I am trying to find the code snippets for Excel
by hua
Fri Mar 15, 2024 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 1811

Re: ButtonBmp problem with FWH2402

Trying to reproduce the problem here First sample from Source Code (not Resource) #include "fivewin.ch"function Main()   local oDlg, oBtn, oFont   FW_SetUnicode( .T. )   SetBalloon( .t. )  ...
by richard-service
Thu Mar 07, 2024 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5201

Re: ButtonBmp problem with FWH2402

Trying to reproduce the problem here First sample from Source Code (not Resource) #include "fivewin.ch"function Main()   local oDlg, oBtn, oFont   FW_SetUnicode( .T. )   SetBalloon( .t. )  ...
by nageswaragunupudi
Thu Mar 07, 2024 5:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5201

Re: SWAGGER-UI para documentar nuestras API.

So, This is for building Swagger docu.. I'm trying to connect to MailChimpt-API that is based on Swagger, so maybe you guys can help me cUrl:=  "https://us8.api.mailchimp.com/3.0/campaigns? --user anystring:cCode "MsgRun( cUrl, "READING ...
by Marc Venken
Tue Mar 05, 2024 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1957

GROUPBOX

Dear friends, may I ask for help again please...now i am trying to style a group-box and did this: REDEFINE GROUP oGroup ID 4021 OF oDlg COLOR CLR_MSPURPLE, CLR_ORANGE TRANSPARENT but it seems to not change the background-color of the group-box. please ...
by Ruth
Tue Feb 27, 2024 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 173
Next

Return to advanced search