Search found 762 matches: extension

Return to advanced search

Re: Question about performance RowSet

... data in a multi-dimensional array. In case we need the structure, call this immediately aStruct := oCn:Execute() QueryResult This is an extension to Execute. if we use an sql like "select age from customer where id = 100" this function returns 58, instead of {{58}} That is ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4027

Re: Question about performance RowSet

... data in a multi-dimensional array. In case we need the structure, call this immediately aStruct := oCn:Execute() QueryResult This is an extension to Execute. if we use an sql like "select age from customer where id = 100" this function returns 58, instead of {{58}} As you indicated ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4027

Re: Using Microsoft AI Phi-2 from FWH

... (.dll)" 16. On the project tree, right click on simple , "Configuration properties", "Advanced", "Target File Extension" and select ".dll" intead of ".exe" 17. On the project tree, right click on simple and select "rebuild" ...
by Antonio Linares
Tue Dec 19, 2023 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8264

Re: Classe TGif

... actual data bytes. The last sub-block should have a size of zero, indicating the end of the image data It should have one or more graphic control extensions that specify the animation parameters of each image in the file. The graphic control extension should start with a byte containing the ASCII ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1659

Como detecto si un archivo es del tipo XML?

Hola.
Quiero detectar si el archivo que me está intentando cargar un cliente es un XML, como puedo hacerlo (sin solamente ver si la extension es .xlm)?

gracias.
by goosfancito
Thu Nov 09, 2023 12:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como detecto si un archivo es del tipo XML?
Replies: 10
Views: 650

Re: Descargar archivo devuelto por un json

Hola,

Me parece que tiene un fichero como retorno, prueba guardar el archivo con extension .zip :D
by Lailton
Sun Oct 22, 2023 3:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Descargar archivo devuelto por un json (Solucionado)
Replies: 5
Views: 366

Re: XML, CON ARCHIVO ADJUNTO PDF

... electronica,,, y esta viene dentro de la respuesta del WS codificada en base64binary, esa parte codificada debo copiarla en un nuevo archivo con extension PDF y eso es todo,,, para poder leerlo en ADOBE e imprimir, que sucede la respuesta viene incompleta en pocas palabras el XML de respuesta ...
by elmoiquique
Sun Oct 15, 2023 3:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML, CON ARCHIVO ADJUNTO PDF
Replies: 35
Views: 2287

Re: FiveDBU : FPT -> DBT

hi, i have create DBF with Fivewin   DBCREATE( datei, field_list, "DBFCDX" )   so i got FPT as Extension while i have forgot a FIELD i use FiveDBU and modify Structure this work so far ... but now i have DBT for "new" File :shock: what i´m doing wrong ...
by nageswaragunupudi
Sat Oct 07, 2023 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU : FPT -> DBT
Replies: 4
Views: 429

Re: App Termination and Relaunch.

... using a batch file in Windows. Here's a simple example of how you can create a batch file to do this: 1. Create a text file with a `.bat` extension, such as `restart_my_app.bat`. 2. Edit the batch file using a text editor like Notepad, and add the following commands: ```batch @echo off ...
by Antonio Linares
Fri Oct 06, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 395

FiveDBU : FPT -> DBT

hi,

i have create DBF with Fivewin
Code: Select all  Expand view
  DBCREATE( datei, field_list, "DBFCDX" )

so i got FPT as Extension

while i have forgot a FIELD i use FiveDBU and modify Structure
this work so far ... but now i have DBT for "new" File :shock:

what i´m doing wrong :?:
by Jimmy
Fri Oct 06, 2023 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU : FPT -> DBT
Replies: 4
Views: 429

Re: Video from the site to a file

I launch a video on the website and open the Inspector (F12)
In the Network section, you can see how I receive files with the .mp4 extension (apparently these are the frames).
Can these files be intercepted ?
by Natter
Fri Sep 29, 2023 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video from the site to a file
Replies: 8
Views: 623

Re: Actualizar xBrowse con un Clic del ratón?

Mr. Rao: I extended the array like this: En la extension del array puso siempre la misma url Cambie por      aCols := {;{'VIRTUOSA CLASICA',  1900.00, 'Carne 120 grs. Cheddar, Lechuga, Tomate y Mayonesa, Mostaza y Kétchup. ...
by cmsoft
Sat Aug 19, 2023 1:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar xBrowse con un Clic del ratón?
Replies: 22
Views: 1355

Re: FWH new AutoHelp feature !!!

... dbf ? I want to show help text before they click on a item. Almost like the tooltip does, but then with the F1 key. Some of you a able of making a extension on a class, so mayby the tooltip can have one like "TooltipF1" and show the tooltip of the hovered item with F1. In my case it is ...
by Marc Venken
Sun Aug 06, 2023 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH new AutoHelp feature !!!
Replies: 14
Views: 778

Re: TWebView y Javascript

... web servers available that you can install and run locally, such as Node.js with Express, Python's SimpleHTTPServer, or the Live Server extension for Visual Studio Code. Disable web security in your browser: Another option is to disable web security in your browser temporarily for testing ...
by Antonio Linares
Mon Jul 17, 2023 7:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWebView y Javascript
Replies: 6
Views: 433

Re: Create help system with F1

... menu and choose "Save All" to save your project. Then, select "Compile" to generate the compiled help file (with the .chm extension). 9. Test your help file: Before distributing your help file, it's essential to test it to ensure everything works correctly. Open the compiled ...
by Antonio Linares
Tue Jul 11, 2023 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 867
Next

Return to advanced search