Search found 72 matches: insite

Return to advanced search

Re: Filter on Xbrowse

... option from the buttonbar (Set Filter) : https://www.maveco.be/fivewin/filter1.png In admin modus I can build any filter from insite the xbrowse : https://www.maveco.be/fivewin/filter2.png In user mode, only the filter that you selected will be displayed for ...
by Marc Venken
Thu May 02, 2024 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 702

Re: How to include hbCurl?

... ? 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: 3008

Re: Create help system with F1

I have to look insite FW for samples, but there are almost none for the help topic. HELPID is a data that can be used in many controls, but I did not find how to use it. The help files itself are made outside of FW as I see with ...
by Marc Venken
Tue Jul 11, 2023 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 896

Re: Mark field as required

... INERROR "EMPTY VALUE NOT VALID" ; INCLRERROR CLR_BLUE, CLR_HGRAY Ok, Ik thougth that it was a Method/Data that would put a item like (*) insite the get so show it is a required field.
by Marc Venken
Thu Jul 06, 2023 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1785

Re: Memoedit to HTML by API connection

Antonio, I fill a string with keys needed by the API. Once I have filled the str the upload is done. The problem I seem to have is that insite the memofield there a chars (codes) like CRLF, ENTER, and more format items. When I leave them out the upload is ok. When I include the field and I ...
by Marc Venken
Tue May 23, 2023 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memoedit to HTML by API connection
Replies: 2
Views: 260

Memoedit to HTML by API connection

... a memo field where some ascii codes like CRLF,.. are used and I save them by API online, The API is not saving data when there are special chars insite the text. I tried some changing with strreplace, but there are always new items comming up. Is there a general ALL conversion of special chars ...
by Marc Venken
Mon May 22, 2023 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memoedit to HTML by API connection
Replies: 2
Views: 260

Re: how can i check if Method/Property exist ?

Maybe some info here : (Method insite the program codes ) https://forums.fivetechsupport.com/viewtopic.php?f=3&t=35592 https://forums.fivetechsupport.com/viewtopic.php?f=3&t=35999 https://forums.fivetechsupport.com/viewtopic.php?f=3&t=41830 ...
by Marc Venken
Fri Feb 24, 2023 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how can i check if Method/Property exist ?
Replies: 5
Views: 408

Re: List of Resource No in Windows System DLL

hi Marc,
Marc Venken wrote:WHat program do you use to inspect these DLL files ? (see what is visual insite them)

found it
http://www.angusj.com/resourcehacker/
by Jimmy
Sun Feb 19, 2023 3:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: List of Resource No in Windows System DLL
Replies: 9
Views: 838

Xbrowse and Touchscreen best use

... quantities need to be updated, and this can be a any digit from 1 until xxx. What are you using ? - Having a slider (don't now how you call it) insite each cell with a up/down arrow - Just select the cell and have a digital keyboard visual on the screen and use that to change data ? - or something ...
by Marc Venken
Fri Feb 17, 2023 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Touchscreen best use
Replies: 8
Views: 661

Re: List of Resource No in Windows System DLL

hi Marc, WHat program do you use to inspect these DLL files ? (see what is visual insite them) "try and Error" ... i have use "some" Tool where i got "Start" and "End" Resource No. of DLL than i run a FOR / NEXT and "try" ...
by Jimmy
Thu Feb 16, 2023 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: List of Resource No in Windows System DLL
Replies: 9
Views: 838

Re: List of Resource No in Windows System DLL

I just saw you other post... There is the answer )))

How you put the recource icon insite an buttonbmp command
by Marc Venken
Thu Feb 16, 2023 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: List of Resource No in Windows System DLL
Replies: 9
Views: 838

Re: List of Resource No in Windows System DLL

The idea is to open a windows DLL file and take some items from it for using in our apps ? Is this the goal ?

WHat program do you use to inspect these DLL files ? (see what is visual insite them)
by Marc Venken
Thu Feb 16, 2023 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: List of Resource No in Windows System DLL
Replies: 9
Views: 838

Re: Search on a Xbrowse

We can have a combobox insite the bar of xbrowse where we can select the index. @ 15,1690 COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder SIZE 100,400 PIXEL OF oBrw I also want a second combo where I can put predefined filters to select from, ...
by Marc Venken
Sun Dec 25, 2022 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search on a Xbrowse
Replies: 19
Views: 1254

Re: REDEFINE SAY on Buttonbar

... shows ribbonbar and this sample. Transparent does not do it. In the pic of browse, you see 'STATES'. That is correct view, but this is from insite the class xbrowse #include "fivewin.ch"REQUEST DBFCDXfunction Main()   local oDlg, oFont, oBrw   USE CUSTOMER NEW SHARED VIA ...
by Marc Venken
Mon Dec 05, 2022 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 2069

Re: Does anyone have a json reader

... a header like "price" and return the value cPrice = str(hb_hGet(hDatos, "price"),9,2) Sometimes the Json has multiple arrays insite sample Json data : prices":{"basePrice":"44.8900","normalPrice":"44.8900","price":"40.5000","specialPrice":"40.5000","purchasePrice":"0.0000"} ...
by Marc Venken
Wed Nov 09, 2022 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have a json reader
Replies: 7
Views: 725
Next

Return to advanced search