Search found 3494 matches: command

Return to advanced search

xbrowse problem with :bLClicked

... space bar to deselect or select a record it puts the buttonbar buttons back on without checking if there are other records selected yet I put this command for spacebar  :bKeyChar   := {| k | (If( k == VK_SPACE,(IIF( oBrw:IsSelectedRow(),;                            ...
by Silvio.Falconi
Sun Apr 21, 2024 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 107

Re: error to show pdf on dialog

Karinha,

Interesting sample !

Is there a command that the pdf will be opened in full page layout in stead of full width

Maybe a command link ? or overview ?
by Marc Venken
Fri Apr 19, 2024 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 689

Re: Compiling error Antonio Nages resolved

karinha wrote:
Code: Select all  Expand view

 /m /n0 /gc1 /es2 /kh /a /i
 


Silvio, que hace el comando: /kh ?? y /n0 ??

Gracias,

rregards, saludos.


Please do I know xmate ?
Search k command on xmate

Image
by Silvio.Falconi
Mon Apr 15, 2024 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 225

Re: Centrar texto VERTICALMENTE

... we can do with FWH classes in a far simpler way. To print text vertically and horizontally centered on the page. No calculations required. The command is very simple: @ 0, 0 PRINT TO oPrn TEXT "Single/MultiLine Text" ALIGN "" FONT oFont It's that simple.
by nageswaragunupudi
Tue Apr 09, 2024 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 483

Re: Tooltip of the selector column

... by _FWH(3177) called by DIALOGBOXINDIRECT(0) called by TDIALOG:ACTIVATE(270) called by TEST(20) called by (b)BUILDMENU(2095) called by TMENU:COMMAND(461) called by TWINDOW:COMMAND(1037) called by TMDIFRAME:COMMAND(247) called by TMDIFRAME:HANDLEEVENT(0) called by _FWH(3177) called by WINRUN(0) ...
by mtajkov
Sun Apr 07, 2024 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip of the selector column
Replies: 11
Views: 1365

Re: also error with btnbmp SHOWPOPUP

... } on Called from: source\comuni\Pcomuni.prg => (b)COMUNI( 256 ) there is not any command at line 256 as you can see here https://i.postimg.cc/q7ydZMZR/kkkk.jpg on dispMenu_comuni I have a popup menu  Static Function ...
by Silvio.Falconi
Sat Mar 30, 2024 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1727

Re: How to include hbCurl?

... 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 data in your curl command. Let's break down the correct format ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2951

Re: Fulltext-Search

Hello friends, I conducted further tests. For reference, I used TC. Here are the values for the same search. TC 1.40 min findstr 40 sec = command prompt ps 15 sec Get-ChildItem -Path c:\www\htdocs -Recurse -Filter *.prg | Select-String -Pattern "AP_GetPairs()" | ForEach-Object { $_.Path ...
by Otto
Sun Mar 17, 2024 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1258

Fulltext-Search

Hello friends, I'm working on a full-text search module. I'm using findstr. findstr is a command-line tool in Windows Command Prompt (cmd) that allows you to search for text patterns within files. I'm building a batch file with all the parameters and then call it with ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1258

Re: How to include hbCurl?

... from Mailchimp ? curl -sS "https://us8.api.mailchimp.com/3.0/ping" --user "anystring:cApi" I want to read the result from this command insite FW. and give the command also from FW
by Marc Venken
Fri Mar 08, 2024 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2951

Re: SWAGGER-UI para documentar nuestras API.

Hi, I gave a quick look in Postman. Heavy for a not programmer like me )))) But I was able to get information from the command line with cUrl. Of cource the implementation info FW will be the goal. Looking into the forum it seems that we have to link extra 2 libs and place a DLL into ...
by Marc Venken
Fri Mar 08, 2024 9:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1980

Re: How to include hbCurl?

Hello friends, Thank you for your help. I have now solved it with the command prompt Exe. On this occasion, I started creating the setup program with webview2 and fivewin. Fortunately, I had already made a patcher and preprocessor before ChatGPT. Now, this ...
by Otto
Thu Mar 07, 2024 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2951

ButtonBmp problem with FWH2402

Hi I use FWH2212 working fine. When use FWH2402 appear Chinese word does not display syntax command REDEFINE https://i.postimg.cc/pVzCJZYG/2024-03-07-020656.jpg              REDEFINE BUTTONBMP oBtn[1] ID 301 OF ::oDlg  ;                      PROMPT ...
by richard-service
Wed Mar 06, 2024 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5273

Re: SWAGGER-UI para documentar nuestras API.

... documentation in https://mailchimp.com/developer/marketing/api/root/list-api-root-resources/ Your need {apikey}, etc.. Example using curl from command line; curl -X GET \ 'https://${dc}.api.mailchimp.com/3.0/?fields=<SOME_ARRAY_VALUE>&exclude_fields=<SOME_ARRAY_VALUE>' \ --user ...
by thefull
Wed Mar 06, 2024 5:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1980

Re: How to include hbCurl?

HI,
you can generate C code from the CURL command line
adding "--libcurl filename.c" to the end of the command line

below is an example:
curl http://example.com --libcurl example.c

look at the link
https://everything.curl.dev/libcurl/libcurl
by vensanto
Wed Mar 06, 2024 5:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2951
Next

Return to advanced search