Search found 164 matches: lists

Return to advanced search

Re: How to include hbCurl?

... Here's the general format you need to follow based on Mailchimp's documentation: ```bash curl -X POST \ https://${dc}.api.mailchimp.com/3.0/lists/{list_id}/members/{subscriber_hash}/tags \ --user "anystring:${apikey}" \ -d '{"tags": [{"name": "tagName", ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2909

Re: SWAGGER-UI para documentar nuestras API.

... TAG (like a groupname) into Mailchimp. This is working, and I get the tags from a email DCOM := 'cmd /c curl -sS https://us8.api.mailchimp.com/3.0/lists/'+cLists+'/members/'+cSecure_Email+'/tags --user anystring:'+cApi+' > clogrooms.txt' In order to add a Tag this should be executed, but I allways ...
by Marc Venken
Tue Mar 19, 2024 10:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1949

Re: How to include hbCurl?

... TAG (like a groupname) into Mailchimp. This is working, and I get the tags from a email DCOM := 'cmd /c curl -sS https://us8.api.mailchimp.com/3.0/lists/'+cLists+'/members/'+cSecure_Email+'/tags --user anystring:'+cApi+' > clogrooms.txt' In order to add a Tag this should be executed, but I allways ...
by Marc Venken
Tue Mar 19, 2024 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2909

Re: ID of the new process

Your approach of comparing the lists of processes before and after creating the OLE object using WMI (Windows Management Instrumentation) is a reasonable way to identify the new process associated with the OLE object. However, there are ...
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 320

ID of the new process

Hi, When creating an OLE object of an application (for example, Word), a new process is created. How do I get the ID of this process ? I can make 2 lists of oWmi processes:ExecQuery("select * from Win32_Process where Name=") before and after creating the OLE object, and then compare them. ...
by Natter
Tue Nov 14, 2023 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 320

Re: Webview2

Hello Rick, thank you very much. In the next few days, I will be converting more reports and lists, which is why I will be revisiting WebView2 for quite some time. It's a great technology because you can utilize the work for Fivewin and mod harbour as well. Best regards, ...
by Otto
Wed Jun 28, 2023 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview2
Replies: 5
Views: 582

Re: HASH vs single variables

... code. I don't need to declare the variables. I simply assign a value to the key, and then I have access to it throughout the prg. Xbrowse(h) Lists, for example, all the "variables" used with their values. Best regards, Otto
by Otto
Wed Jun 07, 2023 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1086

Re: RTF Spell Checker

... The control may support alignment options (left, right, center, justified), indentation, and line spacing settings. Bulleted and numbered lists: Users can create bulleted or numbered lists within the control. Copy, cut, and paste: Users can perform clipboard operations to copy, cut, and ...
by TimStone
Tue May 23, 2023 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Re: How to build Harbour 32 & 64 bits

... {HB_BUILD_MODE='c'}-cpp=no -warn=yes Finlly, when trying to build hbrun.exe we get this error: Fatal: Archive file 'C:\BCC7164\LIB\PSDK\UUID.A' lists no symbols in its dictionary to solve it, go to c:\bcc7164\lib\psdk and do this: copy UUID.a UUID_.a copy USP10.a UUID.a UUID.a seems corrupted ...
by Antonio Linares
Tue Apr 25, 2023 7:08 am
 
Forum: Utilities / Utilidades
Topic: How to build Harbour 32 & 64 bits
Replies: 38
Views: 32891

Re: Manual for OLE-instructions

hi Detlef, I downladed those chm files but they didn't work. I could seee all lists of topics but when I clicked them no content was shown. :? https://i.postimg.cc/1zXYp7CW/Office-Reference.png as File are download from Internet you need to change ...
by Jimmy
Sat Nov 12, 2022 2:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manual for OLE-instructions
Replies: 9
Views: 1006

Re: Manual for OLE-instructions

... and save it p.s. change en-us to your Language if it does not switch automatic I downladed those chm files but they didn't work. I could seee all lists of topics but when I clicked them no content was shown. :?
by Detlef
Fri Nov 11, 2022 10:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manual for OLE-instructions
Replies: 9
Views: 1006

Re: how to scan a barcode presents in a jpeg file

... are included for C, C++, Python and Perl as well as GUI widgets for Qt, GTK and PyGTK. Check the ZBar home page for the latest release, mailing lists, etc. http://zbar.sourceforge.net/ Please download it and test the built in utilities from here: http://sourceforge.net/projects/zbar/files/zbar/0.10/zbar-0.10-setup.exe/download
by Antonio Linares
Thu Jan 20, 2022 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to scan a barcode presents in a jpeg file
Replies: 11
Views: 641

Re: Problem with tdatabase

... Note that all these kinds of issues would be resolved by using three related databases instead of one database. Users would be selecting data from lists (comboboxes) instead of manually entering them. By the way, this is not a problem with TDatabase or TData--this is an application design issue ...
by Silvio.Falconi
Sun Dec 19, 2021 11:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tdatabase
Replies: 14
Views: 1831

Re: Problem with tdatabase

... Note that all these kinds of issues would be resolved by using three related databases instead of one database. Users would be selecting data from lists (comboboxes) instead of manually entering them. By the way, this is not a problem with TDatabase or TData--this is an application design issue ...
by James Bott
Sun Dec 19, 2021 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tdatabase
Replies: 14
Views: 1831

Re: adding special characters in a get

... but I still can't put in characters like ä, é... IF I define the GET without MEMO I can put in the special characters. But then I can not set lists or text centered. #include "FiveMac.ch"function Main()   LOCAL oWnd, cText := ''   LOCAL oGet   LOCAL cTekst := '{\rtf1\ansi\ansicpg1200\deff0\nouicompat\deflang1043{\fonttbl{\f0\fnil\fcharset0 ...
by plantenkennis
Wed May 26, 2021 3:09 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: adding special characters in a get
Replies: 6
Views: 1300
Next

Return to advanced search