Search found 2531 matches: list

Return to advanced search

Re: cloud or not cloud

... Windows firewall on your server to allow only connections from Cloudflare IP addresses while blocking all other connections. Cloudflare provides a list of IP ranges, which you can use to set up the firewall rules. Costs The Cloudflare Pro Plan, priced at $20 per month, includes: Web Application ...
by Otto
Tue Nov 12, 2024 10:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1034

Re: How to add element to right click popup menu list in TGet.

Look, // C:\FWH\SAMPLES\MENUAFER.PRG#include "Fivewin.ch"FUNCTION TesteTravaBotao()   LOCAL oBtn1, oBtn2   PRIVATE oDlg   PRIVATE oGet1, cVar1 := PadR( "Test ", 20 )   PRIVATE oGet2, cVar2 := PadR( "Test2", 20 ...
by karinha
Wed Nov 06, 2024 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to add element to right click popup menu list in TGet.
Replies: 2
Views: 63

Re: How to add element to right click popup menu list in TGet.

I do it like this. If this is not what you want, explain your intentions further, pls. Yo lo hago así. Si esto no es lo que desea, explique más sus intenciones, por favor.    REDEFINE GET aGet[10] VAR cTPSerCod PICTURE "@K !!!!" ID 21 OF oDlg       ;  ...
by karinha
Wed Nov 06, 2024 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to add element to right click popup menu list in TGet.
Replies: 2
Views: 63

How to add element to right click popup menu list in TGet.

Hi,

How to add element to right click popup menu list in TGet.

Thanks,
by Horizon
Wed Nov 06, 2024 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to add element to right click popup menu list in TGet.
Replies: 2
Views: 63

Re: Display thumbnails of pdfs

Is this project still in progress ?

I would be happy with the function just to see a jpg,pdf from a list off files in Xbrowse.
by Marc Venken
Tue Nov 05, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 34
Views: 4118

xbrowse drag / drop (to Mr. Rao)

I asked Copilot to build a program to allow reorder rows in a list using drag & drop and xBrowse This is the result: #include "FiveWin.ch"function Main()    local oDlg, oBrw, aData    aData := { ;        { "Item 1", ...
by ralph
Mon Nov 04, 2024 10:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse drag / drop (to Mr. Rao)
Replies: 9
Views: 280

Re: Startup function

I think that it is to replace the main function with something else, not his case. he want to use the main function but his build list the first one dont contains the main function and it is inside second or so on. Is it Enrico? Yes, perfect. Does it works on Harbour? Yes, it does. Harbour ...
by Enrico Maria Giordano
Fri Nov 01, 2024 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 795

Re: Startup function

I think that it is to replace the main function with something else, not his case. he want to use the main function but his build list the first one dont contains the main function and it is inside second or so on. Is it Enrico? Does it works on Harbour? Dear Enrico, I am not sure about ...
by Lailton
Thu Oct 31, 2024 11:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 795

ADS Question

... to use the " oDataLink := CreatObject('DATALINK')", and then oDataLink:PromptNew() method the Advantage driver does not show up in the list, additionally if I attempt to use the connection string created in the Uniform Data Link app it does not work either. I am thinking it may be the ...
by byron.hopp
Wed Oct 30, 2024 8:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Question
Replies: 10
Views: 318

a DBCOMBO review

... FOR <uCond> ] ; [ TOOLTIP <cToolTip>] ; NOBLANK : for the combo not to start with a blank value, it starts with the first value in the list ORDER : to use an index when filling the combo, in this case it is a TAG of an index FOR : is for the data to be filled accoring a condition e.g. ...
by Marcelo Via Giglio
Mon Oct 28, 2024 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a DBCOMBO review
Replies: 0
Views: 100

Re: Route from Fiber Optic to the Web Server

... today to prevent Backend/Endpoint (fopen(), file_get_contents(), etc.) from accessing files outside of htdocs. With that, I have now completed the list recommended for secure server operation. Summary of the action plan: Prepare the server environment (strong passwords, Windows updates, antivirus ...
by Otto
Tue Oct 22, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Route from Fiber Optic to the Web Server
Replies: 3
Views: 217

Re: Edit cell IN xBrowse for nEditType EDIT_GET_BUTTON

... (or scan a barcode), that is why i need to use EDIT_GET_BUTTON If the user want to search a similar product, then can pick the button to display a list, but it would be very useful if he could use the keyboard (F2) also. I need to replicate this behaviour in the new xBrowse. Any suggestion is welcomed
by ralph
Fri Oct 18, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Edit cell IN xBrowse for nEditType EDIT_GET_BUTTON
Replies: 5
Views: 215

Re: Ayuda compilar 64 bits con FivEdit y BCC7764

If you want, I can show you a simple list of batch commands that do the work correctly. Please confirm.
by Enrico Maria Giordano
Wed Oct 16, 2024 8:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda compilar 64 bits con FivEdit y BCC7764
Replies: 29
Views: 974

Re: New FWH 24.09

Give me a small sample OEM string DO NOT copy and paste here. That will automatically convert the string to UTF8. Please give here a list of ASC values of each character. Eg. If your string is "AB" You give me as 65,66 Please see my post. Please give me any one of your OEM string ...
by nageswaragunupudi
Tue Oct 15, 2024 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 95
Views: 2959

Re: New FWH 24.09

Give me a small sample OEM string

DO NOT copy and paste here. That will automatically convert the string to UTF8.

Please give here a list of ASC values of each character.

Eg. If your string is
"AB"
You give me as
65,66
by nageswaragunupudi
Mon Oct 14, 2024 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 95
Views: 2959
Next

Return to advanced search