Search found 3805 matches: type

Return to advanced search

Re: WebView resize

... panels, organizing content and controls on the page. Text Fields (TGet, TMemo, etc.): Text input fields in FiveWin can be mapped to <input type="text"> or <textarea> elements in HTML, allowing for user input within the WebView2 embedded content. By embedding WebView2 ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 309

Re: Fivewin Wiki

Dear Hua,

https://github.com/search?q=repo%3AFiveTechSoft%2FFiveTech_wiki%20excel&type=code

There are many more results on these forums about Excel

What exactly are you looking for ?
by Antonio Linares
Fri Mar 15, 2024 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 505

Different sizes of dialog

I would like to have the same resolution as my dialogs if I use a normal computer with 1280X1024 resolution (Win10) or if I use a tablet (10' tab type) with 1280X800 resolution (Win10) because every time I have to recompile my applications, I use to create my dialog these commands #include 'fivewin.ch'#include ...
by Silvio.Falconi
Wed Mar 13, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different sizes of dialog
Replies: 0
Views: 108

Re: To Nageswrao Del Objs on TscrollPanel

Dear Nages, I need to save all buttons and I made two function  SaveLinks() LoadLinks() I save all button on ini file  type as [Links]Button1=,,.\bitmaps\admin.png,,Dummy1('Admin'),Admin,20,20Button2=,,c:\work\fwh\bitmaps\pngs\image1.PNG,,Dummy1(1),Procedure1,20,110Button3=,,c:\work\fwh\bitmaps\pngs\image2.PNG,,Dummy1(2),Procedure2,20,200Button4=,,c:\work\fwh\bitmaps\pngs\image3.PNG,,Dummy1(3),Procedure3,20,290Button5=,,c:\work\fwh\bitmaps\pngs\image4.PNG,,Dummy1(4),Procedure4,120,20Button6=,,c:\work\fwh\bitmaps\pngs\image5.PNG,,Dummy1(5),Procedure5,120,110  ...
by Silvio.Falconi
Wed Mar 06, 2024 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 498

Re: SWAGGER-UI para documentar nuestras API.

... The text "user" is not converted, maybe it need to be a user name ? The cCode = API code from Mailchimp I get following error : {"type":"https://mailchimp.com/developer/marketing/docs/errors/","title":"API Key Invalid","status":401,"detail":"Your ...
by Marc Venken
Tue Mar 05, 2024 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 441

New FTDN February 2024 (FWH 24.02)

... switch.prg and switch.rc * New: function EnumResourceNames() allows you to list the resources names that you have in your EXE selecting a specific type. It supports the use a codeblock to let you do what you may need to do with the names. Please review samples\rctoprg.prg for an example of use. ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 134

Re: TUrlLink on Xbrowse

... possible to use a "external" Object as Column for XBROWSE Default XBROWSE can use CLASS TXBrwColumn or CLASS TXBrColCode Data must be Type "C,M,N,D" or BITMAP so e.g. you can´t put DTPICK Object "direct" in a Cell of XBROWSE for This Fivewin have METHOD EditDateTime( ...
by Silvio.Falconi
Thu Feb 29, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 185

Re: TUrlLink on Xbrowse

... possible to use a "external" Object as Column for XBROWSE Default XBROWSE can use CLASS TXBrwColumn or CLASS TXBrColCode Data must be Type "C,M,N,D" or BITMAP so e.g. you can´t put DTPICK Object "direct" in a Cell of XBROWSE for This Fivewin have METHOD EditDateTime( ...
by Jimmy
Thu Feb 29, 2024 5:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 185

Re: Data exchange between PC and Android device on the same loca

... easily test your native code if you want, or use other options as I show in the Xtreme example in which I use TWeb, to be able to verify that this type of system also works, but it is not exclusive, everyone can program it as they want and feel comfortable One of my goals is to "try" ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 538

Re: FW_SaveImage

... uImage2, [cSide], [cType] ) --> newImage uImage1 and uImage2: can be hBitmap or any image-file or any image-buffer of any type. cSide: Can be "R" or "B". R for Right and B for bottom. Default Bottom cType: If the parameter is nil, the result is hBitmap ...
by nageswaragunupudi
Thu Feb 15, 2024 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 348

Re: PepPol European Invoicing standard

Better use: TEXT INTO cInvoice   ...ENDTEXT Hola a todos Muy interesante hilo A mi me gusta la solucion TEXT INTO y es la que utilizo, pero los xml a generar son más que simple texto porque tienen tags que pueden o no llevar valores y quizas ramas completas que quedan vacias y tambien tienen ramas ...
by FiveWiDi
Wed Feb 14, 2024 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 339

Re: RC to PRG generator

Antonio. I've already done some tests and I couldn't identify the GoupBox control. The control is assigned to the BUTTON type. I needed a way to identify the BS_GROUPBOX too.  CONTROL "Guias Anteriores", 1101, "Button", BS_GROUPBOX, 2, 13, 135, 22  CONTROL ...
by Giovany Vecchi
Mon Feb 12, 2024 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1003

Using Excel with Fivewin and OLE

The following line of code is from an Excel recorded macro:

Selection.FormatConditions.Add Type:=xlCellValue, Operator:=xlEqual,Formula1:="=TRUE"

Seems like the Add method has three parameters, how do you call this in FiveWin?

Thanks,
by byron.hopp
Sat Feb 10, 2024 1:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Excel with Fivewin and OLE
Replies: 2
Views: 84

Re: Transform doubt

paquitohm wrote:Try so:

Code: Select all  Expand view
nVar:= 14000
cVar:= Transform(nVar, "@E 999,999.999")


Regards


Thanks, but in this case cVar type change to caracter.
by wartiaga
Sun Jan 28, 2024 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transform doubt
Replies: 2
Views: 327

Re: MariaDb SetFilter no realiza Filtrado

... 0 ) Called from: .\source\classes\WINDOW.PRG => TMDIFRAME:ACTIVATE( 1118 ) Called from: Bin\menu.prg => MAIN( 115 ) System ====== CPU type: AMD Ryzen 5 2400G with Radeon Vega Graphics 3593 Mhz Hardware memory: 14285 megs Free System resources: 90 % GDI resources: 90 % User resources: ...
by CARLOS ATUNCAR
Sat Jan 27, 2024 12:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MariaDb SetFilter Error no definida: SOLUCIONADO
Replies: 2
Views: 135
Next

Return to advanced search