topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
Building a LIB file | Dear Jeff,
I'm try as your doing. I just try adordd.lib and able to browse a file from MySql in local and web. These are files for ADORDD.LIB that I try to rebuild. It works fine for me.
[url:18k9uhb9]http://rapidshare.com/files/229674890/ADOLIB.ZIP.html[/url:18k9uhb9]
Dutch |
Building a TTreeView with all folders and files | [code=fw:cwrf3vhh]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br... |
Building a TTreeView with all folders and files | Using an ImageList for the items:
elixir.prg
[code=fw:1buqqwmw]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">static</span> oImageList<br /><br /><span style="color: #00C8... |
Building a TTreeView with all folders and files | Dear Antonio,
this is looking very professional. Thank you.
I tested the code and the treeview is not only good looking but very speedy too.
Best regards,
Otto |
Building a TTreeView with all folders and files | Using FWH SourceEdit() to review the files contents:
thanks to Cristobal! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[code=fw:2b2yl11p]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;... |
Building a TTreeView with all folders and files | Dear Antonio,
I get following error:
Error description: Error BASE/1004 Class: 'NIL' has no exported method: EVAL
Args:
[ 1] = U
[ 2] = O TSCINTILLA
Stack Calls
===========
Called from: => EVAL( 0 )
Called from: .\source\function\MEMOEDIT.PRG => SETUPSCINT( 790 )
Called from: .\source\... |
Building a TTreeView with all folders and files | Dear Otto,
But I do not understand why if this modification is in the repository, it is not included in the published version.[b:3olhkw6u] Antonio?
[/b:3olhkw6u]
Now you have
[code=fw:3olhkw6u]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <br /> Eval<span style="color: #000000;">(</span> bI... |
Building a TTreeView with all folders and files | Hi,
[code=fw:2hljbnzh]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">if</span> Valtype<span style="color: #000000;">(</span> bInit <span style="color: #000000;">)</span> == <span style="color: #ff0000;">"B"</span><br /> Eval<span style="color: #000000;">(</sp... |
Building a TTreeView with all folders and files | Carles, thanks <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
Building a TTreeView with all folders and files | Better, replace this function
[code=fw:2inzalwv]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">Function</span> ReadFiles<span style="color: #00... |
Building a TTreeView with all folders and files | [code=fw:2xvch2qd]<div class="fw" id="{CB}" style="font-family: monospace;">Application<br />===========<br /> Path and <span style="color: #0000ff;">name</span>: <span style="color: #000000;">C</span>:\Work\Errori\FileMidi\elixir.Exe <span style="color: #000000;">(</span><span style="color: #000000;">3... |
Building a TTreeView with all folders and files | For this error
Download this file in your path application, rename to SciLexer.DLL and try
<!-- m --><a class="postlink" href="https://bitbucket.org/fivetech/fivewin-contributions/downloads/SciLexer376Dll_X86.dll">https://bitbucket.org/fivetech/fivewin- ... ll_X86.dll</a><!-- m --> |
Building a Windows Service | We haven't discussed this in a couple of years. I need to take a program I run on the server 24/7/365 from an application that is run as a service. We tried this several years ago ( and discussed it here ) but it never actually worked properly.
I'd like to know if anyone has mastered this technology. I'm using Visu... |
Building a Windows Service | Hi Tim, I use this model and it works fine:
<!-- m --><a class="postlink" href="https://github.com/harbour/core/blob/master/contrib/hbwin/tests/service.prg">https://github.com/harbour/core/blob/ma ... ervice.prg</a><!-- m -->
Regards. |
Building a Windows Service | Hello, I want to know how it is applied, an example, I thank you very much
Regards.. |
Building a Windows Service | Do you have a build routine ? What are you using for compiling, and linking ? |
Building a Windows Service | to compile service.prg I use this:
---cut---
set PATH=c:\bcc\bin;%PATH%
\harbour-install\bin\hbmk2 service -lhbwin -lace32 -lrddads -iC:\harbour-install\contrib\hbwin
---cut---
Regards. |
Building a Windows Service | OK ... I can build the application and get an .exe. ( I'm using Microsoft Visual Studio 2019 ). As an .exe it runs as expected but is not visible. That is fine.
When I try to run it from the Developer's Command Prompt using abc.exe I it gives me an access denied error. Any thoughts ? |
Building a Windows Service | Still looking for input ... but I did get it to install and "run" ( or at least it says it is running ).
Following the example suggested above:
I place the .exe that is to be run as a service in a folder where the data is located. I need to use those data files. Normally, since the program is located in the directo... |
Building a standalone Windows C app | Sometimes we may need to build a small Windows app using C language to solve a specific issue. Here you have how to do it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
A veces podemos necesitar construir una pequeña aplicación en Windows usando el lenguaje C para solucio... |
Building c:\harbour\contrib\hbzebra library | cd c:\harbour\contrib\hbzebra
[b:2p01mj5b]For bcc64[/b:2p01mj5b]
go.bat
[code=fw:2p01mj5b]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">for</span> %%f in <span style="color: #000000;">(</span>*.c<span style="color: #000000;">)</span> <span style="color: #00C800;">do</... |
Building your app and dialogs from Visual Studio IDE | Designing your dialogs: ([b:3gvf8cjv]Important[/b:3gvf8cjv]: Visual Studio Express does not provide it, you need a superior version)
[img:3gvf8cjv]http://i61.tinypic.com/ou8kmr.jpg[/img:3gvf8cjv]
Building your app and testing the dialog:
[img:3gvf8cjv]http://i59.tinypic.com/155pfr4.jp... |
Building your app and dialogs from Visual Studio IDE | Here you have the full project file, including the dialog RC:
[url:3tnnw2do]https://bitbucket.org/fivetech/fivewin-contributions/downloads/tutor02_vstudio2102_ide.zip[/url:3tnnw2do]
You just need to add fiveh32.lib y fivehc32.lib in the same folder where Harbour libs are.
By the way, this Microsoft proje... |
Buildmenu on MdiChild causes error when child is Maximized | To All
Strange behavior in a program I just upgraded to FWH1201 .. I have a Mdi window with a Menu and button bar .. I have a MdiChild that overwrites the Menu and also has a button bar. The Mdichild has a xBrowse with an Ado recordset ..
On the Mdichild .. when you close it with either the Menu or button bar .. eve... |
Buildmenu on MdiChild causes error when child is Maximized | Rick,
Just for a quick test, don't Close() the recordset:
// oRsUser:CLose()
and try it again, please. thanks |
Buildmenu on MdiChild causes error when child is Maximized | Antonio
I tried that and NO it does not error if you rem out closing the recordset .. seems to only have something to do with maximizing the mdichild .. under normal conditions .. everything works fine.
If I take out the BuildMenu1() on the MdiCHild .. everything works .. It has something to do with the buildmenu fir... |
Buildmenu on MdiChild causes error when child is Maximized | Rick,
Do you close it from the menu ? If so, try to close it from the right top red button
I guess the problem comes from a generated paint event and as the recordset in closed then it errors |
Buildmenu on MdiChild causes error when child is Maximized | Antonio
The Test program fails on any close event when the MdiChild is Maximized with a BuildMenu associated on the MdiCHild.
Rick |
Buildmenu on MdiChild causes error when child is Maximized | Rick,
Please try these possibilities after you close the recordSet:
a) oXBrowse:nDataType := 0
b) oXBrowse:bKeyCount := { || 0 } |
Buildmenu on MdiChild causes error when child is Maximized | Antonio
I have tried both of your suggestions without success
[code=fw:2c421na4]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//-------------------------------</span><br /><span style="color: #00C800;">Static</span> <span style="color: #00C800;">FUNCTION</span> UserClo... |
Buildmenu on MdiChild causes error when child is Maximized | Rick,
Please try with:
oBrw:bKeyNo := { || nil } // or { || 0 }
thanks |
Buildmenu on MdiChild causes error when child is Maximized | Antonio
YES .. FIXED .. it was the combination of KeyCount and KeyNo .. Is this a modification you will be making in xBrowse or is this code something I will need to include in my applications ?
Again, Many Thanks
Rick Lipkin
[code=fw:3rn4l4gh]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span sty... |
Builds on Mac Parallels with Visual Studio | I realize this is a very specific situation but perhaps someone else has the answer.
I have built my application using FWH 17.xx, Harbour, and Visual Studio Community 2017. I use the following bat file to set the variables and call the nmake program.
[code=fw:12bauq6g]<div class="fw" id="{CB}" style="font-family: mo... |
Builds on Mac Parallels with Visual Studio | I've seen on two different computers that Visual Studio 2017 is sometimes installed in the folder %ProgramFiles% and sometimes in the folder %ProgramFiles(x86)%
Please copy this line to clipboard and paste in console window and execute
[quote:2e7s7n6c]
[b:2e7s7n6c]call "%ProgramFiles%\Microsoft Visual Studio\2017\... |
Builds on Mac Parallels with Visual Studio | Even though it is 64 bit visual studio, it gets installed in <x86>
HOWEVER, I did take out the first IF exists line ( the file did not exist in that location so it should have been skipped ), and now all is running and building fine.
Thank you. |
Builds on Mac Parallels with Visual Studio | Not always
[img:3doi6etp]https://s1.postimg.org/8gnmbzw7y7/VS2017.png[/img:3doi6etp] |
Builds on Mac Parallels with Visual Studio | Interesting ... maybe I missed a prompt. It's in and working ... so I will leave it alone. |
Builds on Mac Parallels with Visual Studio | Tim,
Why don't you use Bootcamp ?
I have been using it for years |
Builds on Mac Parallels with Visual Studio | [quote="Antonio Linares":2qb0aiw8]Tim,
Why don't you use Bootcamp ?
I have been using it for years[/quote:2qb0aiw8]
Because I want to use Windows and Mac programs at the same time. I can do this using Coherence Mode and it works well. To be honest, I was using multiple devices, and this allows me to condense them... |
Builds on Mac Parallels with Visual Studio | very good reason <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Built-in text editor | Hello,
I need to embed in your program text editor for RTF files. Can I use any ActiveX editor or do I need to create a RichEdit ? |
Built-in text editor | Richedit |
Built-in text editor | Thank you mr.Rao. As In RichEdit to describe tables ? |
Built-in text editor | Please, To see how the main features of the Richedit control are implemented, see the examples TestRtf.prg and TestRtf5.prg (this example explains how to insert a table) into the samples folder of Fivewin |
Built-in text editor | I've looked at examples with RichEdit and wrote the editor. But there are no examples for working with tables.
Many years ago there was a class TAppBox (for embedding other applications in your window). |
Built-in text editor | [b:2ntkt84s]RTF - Rich Text Format (.rtf extension) - working with tables[/b:2ntkt84s]
[url:2ntkt84s]http://www.pindari.com/rtf3.html[/url:2ntkt84s] |
Built-in text editor | [quote="Natter":3g30z2t8]I've looked at examples with RichEdit and wrote the editor. But there are no examples for working with tables.
Many years ago there was a class TAppBox (for embedding other applications in your window).[/quote:3g30z2t8]
Which version of Fw do you use?
Do not have the example TestRtf5.prg in ... |
Built-in text editor | Use the example TestRtf5.ptg. I can not inser a table. All works correctly but table doesn't appear.
FW 17.12 |
Built-in text editor | Please try with
[code=fw:2dcdk4e0]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> oRtf:<span style="color: #000000;">InsertTable</span><span style="color: #000000;">(</span> nRows, nCols <span style="color: #000000;">)</span><br /> </div>[/code:2dcdk4e0]
or
[code=fw:2dcdk4e0]<div... |
Built-in text editor | I even rewrote (overread) method InsertTable() in your program. RTInsertTable5() returns TRUE. All good, but table is not inserted |
Built-in text editor | Please look
[img:jqlckw14]https://s10.postimg.org/daplwhpnt/rtf02.gif[/img:jqlckw14] |
BullZip PDF | Hola a todos,
Siguiendo un ejemplo de Pere Codornet he intentado SIN EXITO hacer la impresion con BullZip PDF con el codigo siguiente
[code=fw:2jc9pp44]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</span> TestBullZip<span style="color: #000000;">(</span><sp... |
BullZip PDF | Hola Antonio:
Si solo necesitas imprimir el PDF, puedes hacer esto: ( es un ejemplo ).
[code=fw:ot98k54e]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">FUNCTION</span> PDF<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> <span st... |
BullZip PDF | jll,
Gracias por responder.
No, lo que necesito es generar el pdf con la impresora virtual BullZip PDF, que como comentaba no me funciona.
A ver si pudiera imprimir el pdf.
Saludos |
BullZip PDF | Hola, quizás sea esto lo que necesitas:
Printer oPrn NAME "Impresión de Clientes" to "Bullzip PDF Printer" // funciona si esta la impresora Virtual Bullzip instalada.
Saludos
Ruben Fernandez |
BullZip PDF | Rubén,
Yo creo que eso que me comentas ya lo hace el codigo que puse, el trozo es este:
[code=fw:3awd7mki]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">PRINT</span> oPrn ;<br /> <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;... |
BullZip PDF | Hola Antonio,
A mi me funciona correctamente con este codigo:
[code=fw:pibyqxmo]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">FUNCTION</span> TestBullZip<span style... |
BullZip PDF | Hola Pere,
Solucionado !
He probado tu ejemplo y me ha funcionado... he buscado la diferencia con el mio y esta en que hay que [u:e72hq1yf]incluir el path en el nombre del .pdf[/u:e72hq1yf] resultante.
Muchas gracias. Te debo una <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;... |
BullZip PDF | Hola Antonio,
Vamos a mejorar un poco el programa, abrir el pdf después de crearlo.
Como no depende de nosotros i no sabemos cuando tardará, tenemos un fichero que existe mientras no esta creado el pdf.
[code=fw:14z0cl6b]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00D7D... |
BullZip PDF | Pere,
Si me permites, el inkey(1) lo reemplazaria por:
[code=fw:3keqedj2]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">IF</span> File<span style="color: #000000;">(</span>cNomPdf<span style="color: #000000;">)</span><br /> <span style="color: #00C800... |
BullZip PDF | Pere,
Con la opcion:
[code=fw:1cx2ljmn]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oApp:<span style="color: #000000;">SetValue</span><span style="color: #000000;">(</span><span style="color: #ff0000;">"showpdf"</span>, <span style="color: #ff0000;">"yes"</span><span style="color: #000000;">)... |
BullZip PDF | Atención Pere,
He puesto el test que llevamos entre manos en la ofi de mi cliente y en el momento de generar el pdf le aparece ¡ una caja de dialogo ¡ para seleccionar impresora. ¿ Se te ocurre por qué puede estar pasando ? El cliente corre con una sesion de Terminal Server 2008 y ha instalado el BullZip PDF en su ses... |
BullZip PDF | Antonio,
Seguramente el nombre de la impresora, fijate bien ( normalmente pone en sesion XXx), esto también forma parte del nombre de la impresora.
Estoy de acuerdo, el problema es cuando lo quieres guardar a algun sitio concreto, o trabajar con el archivo, necesitas saber cuando estara disponible.
de todos modos, g... |
BullZip PDF | Pere,
Me da la sensacion que es lo que tu dices... que el nombre de la impresora no coincide... lo digo porque me pasa lo mismo con el PDFCreator.
Pero el problema es que en la lista de impresoras obtenida con GetPrinters(), el nombre de la impresora es exactamente correcto: "Bullzip PDF printer"... no hay error.
Al... |
BullZip PDF | Pere,
Parece que el problema pueda estar en lo que devuelve [b:19dgmxdn]GetProfString( "Devices", 0 )[/b:19dgmxdn] en ambiente Terminal Server 2008. He abierto un nuevo hilo a ver si alguien puede echar una luz.
Saludos |
BullZip PDF | Pere,
Finalmente pude decirle la impresora Bullzip con SetPrintDefault(); el problema ahora es que en el cliente (Terminal Server) le da un error de que no puede generar el archivo. A mi en la ofi si me lo hace bien.
Has podido tu hacer funcionar el Bullzip en Windows Terminal Server 2008 ?
Saludos |
BullZip PDF | Hola Antonio,
Prueba con esto:
[code=fw:2jlzz44n]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">Function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><span style="color: #00C800;">Local</span> aPrinters,i<br /><br... |
BullZip PDF | Hola Pere,
No te he podido responder antes...
La verdad es que el tema del pdf me tiene bastante desanimado ya...
He probado Image2Pdf (dll), PdfCreator y Bullzip Pdf. Los 3 *si* me han funcionado a mi en mi ofi. Pero en la ofi del cliente, sobre un Terminal Server 2008 tengo que *no* funciona bien porque:
Image2Pd... |
BullZip PDF | Utilizo el image2pdf para convertir los emf de las preview en archivos pdf pero no la dll sino el exe bajo linea de comandos sin problemas, inlcusive en un servidor con server 2008, y por escritorio remoto tambien.
La linea que ejecuto es:
cLicence := TU CODIGO DE LICENCIA de image2pdf
cEMF := el nombre del archivo ... |
BullZip PDF | Tecnisoftware,
Gracias por responder.
Mira, lo que me pasa con el image2pdf sobre el TS 2008 es que no traduce bien el font. Yo utilizo archivos .Wmf.
He contactado con Adrian de Utility Warrior, y por lo que me dice es que en el TS 2008 no están todos los fonts instalados y por eso traduce al más aproximado.
Salud... |
BullZip PDF | Hola
Para generar pdfs lo mejor es el PDFCREATOR
1. INSTALAS PDFCREATOR
2. LO CONFIGURAS:
PDFCREATOR-OPCIONES-AUTOGUARDADO
USAR AUTOGUARDADO
NOMBRE DE ARCHIVO: TITLE
Y ASIGNAS UNA CARPETA DONDE SE GUARDAN (PEJM C:\PDFS)
3. EN TU PROGRAMA HACES LO SIGUIENTE
XPDF="PDFCREATOR"
TIT1="REP1"
... |
Bunch of bug in TGet | Hi All,
Again it`s been a long time since I was on this forum. I`m picking up where I left a few months ago.
For a while I thought I was crazy, but I went into heavy testing the TGet of FiveWin and found a few exasperating bugs.
Fisrt bug occurs when the text of a get object occupies all the positions and the curso... |
Bunch of bug in TGet | Hi,
If anyone is interested in trying out these scenario, I have created 4 small test program that demonstrates the problems.
Regards
Gilbert |
Bunch of bug in TGet | Gilbert,
Are you using FW for Clipper ? What version ?
> If anyone is interested in trying out these scenario, I have created 4 small test program that demonstrates the problems.
Yes, please |
Bunch of bug in TGet | Hi Antonio,
I`m using Clipper 5.3 and FiveWin 2.5
For the sample program I will send them to your personal email.
Regards
Gilbert |
Buon 2010 | Auguroni!
EMG |
Buon 2010 | Auguri a tutti |
Buon 2010 | Tantissimi auguri <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
Buon 2010 | Auguri a tutti!!! |
Buon Natale e Felice 2008 | [img:a3hspfzv]http://img212.imageshack.us/img212/6392/auguriwe2.jpg[/img:a3hspfzv] |
Buon Natale e Felice 2008 | Auguroni anche da parte mia!
EMG |
Buon Natale e Felice 2008 | Tantissimi auguri anche da parte mia. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
Buon compleanno caro Enrico | What matters is the state of conservation, not the year of registration, happy birthday!!! |
Buon compleanno caro Enrico | Happy birthday my friend !!! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Buon compleanno caro Enrico | Happy Birthday and Many happy returns of the day |
Buon compleanno caro Enrico | Thank you, my friends! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Buon compleanno caro Enrico | Hi,
Happy Birthay giovanotto! Buona giornata <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
C. |
Buon compleanno caro Enrico | Auguri Enrico ,
Maurizio |
Buon compleanno caro Enrico | Querido Enrico,
Que tengas un muy feliz cumpleaños junto a los tuyos. |
Buon compleanno caro Enrico | Tantissimi auguri Enrico, buon compleanno !!! |
Buon compleanno caro Enrico | Zorionak Enrico !!!! |
Buon compleanno caro Enrico | Feliz Cumpleaños Enrico
Abrazo |
Buon compleanno caro Enrico | Many thanks to all! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Buon compleanno caro Enrico | Feliz cumpleaños estimado Enrico que los vientos a favor te acompañen !! |
Buon compleanno caro Enrico | [b:1rsp3a86]Auguri in super ritardo [/b:1rsp3a86] |
Buona Pasqua | Buona Pasqua a Voi e alle Vostre Famiglie <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
Buona Pasqua | Buona Pasqua anche da parte mia!
EMG |
Buona Pasqua | Buona Pasqua e un pensiero a chi ha avuto la terribile esperienza del terremoto. |
Buona Pasqua | Buona Pasqua a tutti!!! |
Burn files to CD/DVD | Hi !
Can I burn files to CD/DVD drive ? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.