... Editor
Content can be edited in rich-text format, allowing for formatting, images, and links.
Structured content such as code snippets, tables, or lists can be seamlessly inserted.
Automated Flowcharts with AI
Instead of drawing flowcharts manually, the system can automatically generate them from ...
Search found 165 matches: lists
Searched query: lists
- Tue Feb 04, 2025 8:38 am
- Forum: mod_harbour
- Topic: tool for documentation
- Replies: 0
- Views: 415
- Wed Mar 20, 2024 4:59 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to include hbCurl?
- Replies: 13
- Views: 4813
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", "status": "active"}], "is_syncing ...
```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", "status": "active"}], "is_syncing ...
- Tue Mar 19, 2024 10:14 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: SWAGGER-UI para documentar nuestras API.
- Replies: 9
- Views: 3649
Re: SWAGGER-UI para documentar nuestras API.
... 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 ...
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 ...
- Tue Mar 19, 2024 10:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to include hbCurl?
- Replies: 13
- Views: 4813
Re: How to include hbCurl?
... 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 ...
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 ...
- Tue Nov 14, 2023 2:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ID of the new process
- Replies: 2
- Views: 629
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 a few other potential approaches you could consider:
1. **Using ...
1. **Using ...
- Tue Nov 14, 2023 11:09 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ID of the new process
- Replies: 2
- Views: 629
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.
But maybe ...
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.
But maybe ...
- Wed Jun 28, 2023 6:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Webview2
- Replies: 5
- Views: 873
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,
Otto
https://forums ...
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,
Otto
https://forums ...
- Wed Jun 07, 2023 6:39 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: HASH vs single variables
- Replies: 15
- Views: 2893
Re: HASH vs single variables
... variables. It somehow feels safer to me when making changes to old source 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
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
- Tue May 23, 2023 9:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: RTF Spell Checker
- Replies: 7
- Views: 1027
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 ...
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 ...
- Tue Apr 25, 2023 7:08 am
- Forum: Utilities / Utilidades
- Topic: How to build Harbour 32 & 64 bits
- Replies: 38
- Views: 47984
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 ...
-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 ...
- Sat Nov 12, 2022 2:31 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Manual for OLE-instructions
- Replies: 9
- Views: 1560
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 "Security" of each *.CHM
when call Property you ...
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 "Security" of each *.CHM
when call Property you ...
- Fri Nov 11, 2022 10:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Manual for OLE-instructions
- Replies: 9
- Views: 1560
Re: Manual for OLE-instructions
... https://learn.microsoft.com/en-us/office/client-developer/
click on PDF download 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. :?
click on PDF download 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. :?
- 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: 1044
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.
m
Please download it and test the built in utilities from here:
http://sourceforge.net/projects/zbar/files/zbar/0.10/zbar-0 ...
Qt, GTK and PyGTK.
Check the ZBar home page for the latest release, mailing lists, etc.
m
Please download it and test the built in utilities from here:
http://sourceforge.net/projects/zbar/files/zbar/0.10/zbar-0 ...
- Sun Dec 19, 2021 11:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with tdatabase
- Replies: 14
- Views: 2841
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 due ...
By the way, this is not a problem with TDatabase or TData--this is an application design issue due ...
- Sun Dec 19, 2021 9:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with tdatabase
- Replies: 14
- Views: 2841
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 due ...
By the way, this is not a problem with TDatabase or TData--this is an application design issue due ...