topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
patternlock | Thanks Otto
How do you do this?
[code=fw:ctgwtwr4]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><script><br /> <span style="color: #00C800;">function</span> submitform<span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #00... |
patternlock | Hello Adhemar,
Best regards,
Otto
[code=fw:5t2hifmi]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> main<br /><br />TEMPLATE<br /><br /><!DOCTYPE html><br /><html xmlns=<span style="color: #ff0000;">"http://www.w3.org/1999/xhtml"</span>><br /><br /><head... |
patternlock | Thanks Otto
How to make it open in the same window I tried with: window.open('menu.prg,'_self'); and it does not work
How to prevent cannot open directly: <!-- m --><a class="postlink" href="http://localhost/admcon/menu.prg">http://localhost/admcon/menu.prg</a><!-- m -->
Thanks for your time and help |
patternlock | Hello Adhemar,
try this code.
But if you what an access control, you need to post a form to the server and then decide if you are allowed or not to enter the side.
Antonio posted yesterday some code:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=46&t=40852">viewtopic.php?f... |
patternlock | Thanks Otto
Do you use TWeb or plain HTML/JS? I am using HTML/JS
Where i put it:
[code=fw:1s7syqky]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><form <span style="color: #0000ff;">action</span>=<span style="color: #ff0000;">"save.prg?customer"</span> <span style="color: #00C800;">method</span>=<spa... |
patternlock | Hello Adhemar,
do you know this sample?
Best regards,
Otto
[code=fw:vzlzdr7k]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><br /><br /><span style="color: #B900B9;">/*<br />Harbour Module for Apache<br />Autor: Lailton Fernando Mariano - <lailton@harbour.com.br><br />Sample: Simple login<br ... |
patternlock | Adhemar,
Best regards,
Otto
form.prg
[code=fw:2uopvamz]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">function</span> main<br /><br />TEMPLATE<br /><br /> <!DOCTYPE html><br /><html><br /><head><br /><br /></head><br /><body><br /><br /><h1>Form test</h1><br /... |
patternlock | Thank you very much dear Otto |
pcode - como trabalhar com variaveis e parametros ? | o código abaixo funciona perfeitamente so que nao consigo trabalhar com variáveis e parâmetros da gpf
ja testei os codigo do forum e todos que manipulam variaveis ou parametros dão gpf
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=9282&p=44419">viewtopic.php?f=6&t=92... |
pcode - como trabalhar com variaveis e parametros ? | Daniel,
Usa:
LibLoad( "prg2.dll" )
en vez de:
LoadLibrary( "prg2.dll" ) |
pcode - como trabalhar com variaveis e parametros ? | após a mudança nas linhas
HB_LibDo( "DLLINIT" )
HB_LibDo( "xMAIN" )
apresenta a seguinte tela de erro
e variáveis de memória como trabalhar no exemplo acima ?
e parâmetros das funções ?
[img:1i13kwzx]http://www.lopes.ms/fw/DllLib.PNG[/img:1i13kwzx] |
pcode - como trabalhar com variaveis e parametros ? | Daniel,
Tienes que comprobar si se estan exportando esas funciones desde tu EXE.
haz lo siguiente:
impdef.exe TuExe.def TuEXE.exe
y copia aqui el contenido de TuExe.def. Es texto ascii. |
pcode - como trabalhar com variaveis e parametros ? | [code:34ncdq5d]
LIBRARY P1EXE.EXE
EXPORTS
__DbgWndProc @3 ; __DbgWndProc
__GetExceptDLLinfo @1 ; __GetExceptDLLinfo
__WndProc @2 ; __WndProc
___CPPdebugHook @55 ; ___CPPdebugHook
_hb_arrayAdd @12 ; ... |
pcode - como trabalhar com variaveis e parametros ? | Daniel,
Fijate que en el fichero DEF no está _hb_retnd, por eso te aparece el error. |
pcode - como trabalhar com variaveis e parametros ? | onde consigo o xharbour atualizado para trabalhar com fivewin ?
com a atualização esses problemas devem ser resolvidos |
pcode - como trabalhar com variaveis e parametros ? | Daniel,
Prueba con esta version de xHarbour:
<!-- w --><a class="postlink" href="http://www.fivetechsoft.com/files/xharbour.exe">www.fivetechsoft.com/files/xharbour.exe</a><!-- w --> |
pdating our web page through netDrive3 | Hello,
We are updating our web page through netDrive3 mapped drive with our favorite dbase editor.
Best regards,
Otto
[img:1dyvjukb]https://mybergland.com/fwforum/wartung.gif[/img:1dyvjukb] |
pdf | txt files can simply be printed from Harbour via Winexec("notepad.exe XXX.txt")
How can pdf files been printed from Harbour? |
pdf | jds,
You can find a free PDF-viewer at [url:1rujmker]http://blog.kowalczyk.info/software/sumatrapdf/index.html[/url:1rujmker].
It can be used as a automated print instruction for PDF-files.
I recalled the executable to "PRINTPDF.EXE" to be used in my application.
The source I use is :
[code=fw:1rujm... |
pdf | I made a mistake in my question: I am looking for a way to READ pdf files from my harbour applications (jds belgium NL) |
pdf | OK I found the way how to read pdf files also. Thank you for the reference to a simple pdf reader (sumatrapdf).
Jds (José Deschutter - belgium) |
pdf | Other question about PDF .
How to convert in batch a word or excel file to PDF .
Winexec(W2pdf.exe "doc.doc" "doc.pdf")
Thanks for your help . |
pdf creation | is it possible to create a pdf [u:2nzqr0wd]within[/u:2nzqr0wd] a fivewin Harbour application starting from a created report? |
pdf creation | Hi JDS
You can create PDF's by code by using pdf.prg and pdf.ch or by installing
a pdf print driver such as pdf99 or cutepdf.
Cheers
Colin |
pdf creation | Dear Jds,
Please refer this link <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=18054&hilit=TPdf#p94541">viewtopic.php?f=6&t=18054&hilit=TPdf#p94541</a><!-- l -->
Regards
Anser |
pdf file size too big & preview | Hi,
there is a very big difference in file size between create a PDF file with Preview Print and choosing PDF driver printer (as PDFCreator, PDF995...)
Example creating same file:
pdfcreator file size: 20 kb
pdf995 file size: 28 kb
PDF FWIN PREVIEW: file size 1800 kb
About 90... |
pdf file size too big & preview | The difference is because in case of Pdf Printers, printing device commands are translated to pdf commands, giving such compact result. FW pdf generation is based on the convertion of the generated EMF page image into a format like JPEG, and then the pdf's pages are made up using that image.
You can verify this trying ... |
pdf file size too big & preview | Real (text) translation wmf to pdf file [url:i2s8mhso]http://www.fpdf.org/en/script/script55.php[/url:i2s8mhso]
It is php language... sorry. |
pdf file size too big & preview | Paquito,
this translation is limited to graphics objects, but does not translate the most important (and complex) objects for us in the translation: Text and fonts. And WMF is a dead format, isn't it?
I used ImageToPdf.dll to do such translation in Windows for a while, but never got an acceptable result. The library'... |
pdf file size too big & preview | [url:3d9g31nq]http://fivewin.com.br/index.php?/topic/23934-sumatrapdfexe/[/url:3d9g31nq] |
pdf file size too big & preview | Carlos,
It is likely that this routine does not do the entire job but is there another out there that if you do? It's easy to transform wmf emf.
Yes imgtopdf.dll is a nightmare.
Haru is fine to design all reports from scratch, but when you already have reports running necessary conversion from wmf / emf to pdf.
I on... |
pdf to jpg | buenos dias muchachos
me surge la necesidad de convertir archivo pdf de una sola pagina a jpg
alguien ya lo hizo? existe algun comando para esto?
gracias de antemano |
pdf to jpg | Mira se con FreeImage, és posible, aqui:
[url:322m9uwt]https://freeimage.sourceforge.io/[/url:322m9uwt]
Saludos. |
pdf to jpg | Intente converter a FiveWin the Best, porfa.
[code=fw:1iivkll7]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// Samples\HBFIMAGE.PRG</span><br /><br /><span style="color: #B900B9;">/* Copyright 2005 Francesco Saverio Giudice <br /> * FreeImage API test file<br /> */</spa... |
pdf to jpg | Interesante publicación en la que hiciste comentarios.
[url:fqimiqvy]http://www.fivetechsoft.com/forums/viewtopic.php?f=6&t=39859[/url:fqimiqvy]
Regards, saludos. |
pdf to jpg | Gracias Karina
lo cierto es que no veo tratamiento de pdf donde mencionas |
pdf to jpg | Usa Irfanview |
pdf to jpg | Difícil d+
[url:mukoogrt]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=38265&p=228583&hilit=PDF+A+JPG#p228583[/url:mukoogrt]
Regards, saludos. |
pdf to jpg convertor ? | Hello
I need to print a pdf "with my application" , i can print the pdf as a standalone with silent printing
But i need to be able to preview the pdf at the end of a particular report, i was thinking of converting the pdf to an image format like jpg and add a print page containing the jpg to that report
Does anyone ... |
pdf to jpg convertor ? | Richard,
[quote:2rpje75u]But i need to be able to preview the pdf at the end of a particular report, i was thinking of converting the pdf to an image format like jpg and add a print page containing the jpg to that report[/quote:2rpje75u]
I don't understand what you are trying to do.
The standard report preview will ... |
pdf to jpg convertor ? | James
Maybe i did not express correctly my need
Let us say i have an invoice that is printed with my application, no matter how many pages it takes
Along with the invoice, our clients need to deliver "their customers" with a particular fiscal document , this document is a pdf document
So when i print the invoice ,... |
pdf to jpg convertor ? | Richard,
I use FASTREPORT for this task:
[code=fw:1l5pjf5a]<div class="fw" id="{CB}" style="font-family: monospace;">oFr:<span style="color: #000000;">SetProperty</span><span style="color: #000000;">(</span><span style="color: #ff0000;">"PDFExport"</span>, <span style="color: #ff0000;">"FileName"</span>, <span s... |
pdf to jpg convertor ? | Otto
Thanks but this is not an option to me
My report is quite complex , i use the fwh print engine for it , not easy to port to fastreport
Thanks anyway,
Richard |
pdf to jpg convertor ? | Hello Richard,
Why? I do prepare all my reports in temp-dbf files.
When I convert an existing report I first fetch all the
print commands in a temp-dbf.
This way the reports in Fastreport designer are very easy to create.
I do nearly no calculations, etc. inside the reports.
For example
If I print an invoice I hav... |
pdf to jpg convertor ? | Richard,
OK, but I still do not understand why you need an image. Also, are you printing the PDF to the printer also? Or, just to a file?
You could print the PDF to a file, then print the PDF to the printer.
You could print to the printer, then print the PDF to a file.
Do you mean you need a preview before printing... |
pdf to jpg convertor ? | James
Do you mean you need a preview before printing anything or
Yes i need to preview the whole together
Richard |
pdf to jpg convertor ? | Richard,
[quote:37hti338]Yes i need to preview the whole together[/quote:37hti338]
OK, but I am guessing that I still don't understand what the "whole" is. Are you talking about a printout and a PDF that are different things or the same thing?
If they are the same thing, then is seems you just need to do a preview,... |
pdf to jpg convertor ? | James
The original print out is an invoice generated from my app (fwh tprinter class) , so far so good
I need the ability to add to this invoice (print out) a pdf document before printing , so the final print out will be : original print out + pdf document , this will be the new print out that will be previewed and... |
pdf to jpg convertor ? | Richard,
OK, so the PDF document is NOT the invoice? What is it? Is it already in existence when the report is printed or is it created when the report is printed.
Why does the PDF need to be a JPG? Are you using the report class or the printer class to generate your report? I'm not sure how you can add an existing P... |
pdf to jpg convertor ? | James
The pdf is not the invoice, it is a constant document that may or may not be present,
[b:3cmziv3m]add a page feed then print the image as the last page[/b:3cmziv3m]
This is exactly what i want to do, and this is why i need to convert the pdf to an image format
I probably have found the solution with "xnview"... |
pdf to jpg convertor ? | Richard,
You can have a look at [color=#FF0000:2jlbu6nt]GHOSTSCRIPT[/color:2jlbu6nt] ( Freeware ) Version 9.0
There are many Informations in the Internet.
You can convert PDF to any Image-formats from Command-line ( You are looking for )
Inside Your Application You can call it with WINEXEC
Useful Informations :
<!-- m... |
pdf to jpg convertor ? | Uwe
Thanks, i have already downloaded it and using it now , almost all pdf to image converter need ghostscript for this task.
To be more precise, i have downloaded a lite edition of ghostscrip that has an automatic silent installation process , important for my application no prompts or whatever
And in adjunction i ... |
pdf viewer | can anyone tell me a simple way to show/view a pdf file from within a windows program
my earlier way with Sumatrapdf.exe don't work anymore (in windows 7?) |
pdf viewer | my earlier simple way of viewing was for exemple :
WINEXEC("Sumatrapdf.exe test.pdf) |
pdf viewer | Try using:
ShellExecute( ,"open", "test.pdf",,,1 ) |
pdf viewer | Antonio,
Thanks for your fast support but it does not work with Shellexecute()
Should there be an other small pdf viewer that works (since 10 years) like Sumatrapdf
I think the actual Sumatra version is not (yet) compatible with Win 7 or 8
Gracias por su ayuda
José |
pdf viewer | [code=fw:gge72ntd]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> NFEVisualSUM := <span style="color: #ff0000;">"C:<span style="color: #000000;">\N</span>FEPDF<span style="color: #000000;">\"</span>+"</span>CCE<span style="color: #ff0000;">"+ALLTRIM( STR( nNumNfeSUM ) )+"</span>.PDF<span st... |
pdf viewer | It's still work for me even Windows 10.
[url:2hcz4hn8]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=26194&hilit=dutch+pdf&start=15#p143855[/url:2hcz4hn8] |
pdf viewer | You can open any PDF using Chrome, so if Chrome is installed then it can be used as a PDF viewer |
pdf viewer | [quote="dutch":n85hq8ih]It's still work for me even Windows 10.
[url:n85hq8ih]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=26194&hilit=dutch+pdf&start=15#p143855[/url:n85hq8ih][/quote:n85hq8ih]
Hallo Dutch
Can you show me a simple example with sumatrapdf
Kind regards |
pdf viewer | Hallo pdf viewers
My old easy way of pdf viewing with sumatrapdf.exe (version 2.2. and later) works (again) by deleting the Adobe Acrobat reader program so that sumatrapdf.exe becomes the default pdf reader
the code is simply: WINEXEC("sumatraPDF.exe ...\test.pdf")
Kind regards and a Sunny WE |
pdf417 | someone has a routine for it or Vb or delphi I can translate in barlib func ? |
pdf417 | Hola Amigos,
Alguna manera de generar código PDF417 ??
Salu2 |
pdf417 | [url:24gvfvnm]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=19030&start=30[/url:24gvfvnm]
[url:24gvfvnm]http://www.pctoledo.com.br/forum/viewtopic.php?f=4&t=7164[/url:24gvfvnm] |
pdfcreator | estoy intentando probar PDFcreator, ya modifique el rpreview en el menu y el icono para mandar a PDF, ya use la funcion:
static function PrintPdf()
local oPdfApp := CreateObject("PDFCreator.clsPDFCreator")
local cASD := oPdfApp:cOption("AutoSaveDirectory" )
local cASF := oPdfApp:cOption("AutoSaveFileName" )
IF oPdfA... |
pdfcreator | A mi me funciona así
[code:1904a9f8] oReg:=TReg32():New(HKEY_CURRENT_USER,"SOFTWARE\PDFCreator\Program")
oReg:Set("AutosaveDirectory","c:\pruebas")
oReg:Set("AutosaveFilename",ccodpro+"-"+cliqui)
oReg:Close()
MsgWait(... |
pdfcreator | jose luis gracias por la ayuda, de hecho no quiero tener fijo en el registro la ruta, esta quiero que sea aleatoria en cada pc y que el usuario tenga la oportunidad de elegir el nombre y la ruta, de hecho existe esa pantalla en el mismo sistema del PDFCreator, yo no uso la opcion PRINT... TO PDFCreator yo uso oPrn:setu... |
pdfcreator | Desintale y volvi a instalar el PDFCreator y cuando selecciono la impresora en el oPrn:Setup() ya me la reconoce, pero si selecciono la impresora normal y luego desde mi preview lo mando guardar a PDF no me lo genera
Adjunto la imagen del preview
<!-- m --><a class="postlink" href="http://img80.imageshack.us/img80/2184... |
pdfcreator | Paco q ondas,
has probado PAPERLES printer ?
tambien con el setup elijes la impresora virtual,
y tambien te pide el nombre y en que carpeta quieres los resultados,
y no necesitas modificar nada a los reportes de tu sistema.
saludos.. |
pdfcreator | Francisco,
Yo utilizo el primer ejemplo que te puse, dentro de un bucle, y los valores no son fijos en el registro, sino que cada impresión, graba en el registro una ruta y unos valores.
Con ese ejemplo, si estoy imprimiendo facturas, enruto el pdf a \facturas, y si estoy con albaranes a \albaranes, es decir cada docum... |
pdfcreator | Jose Luis,
algun ejemplo mas full para probar ?
claro si es que se puede,
saludos.. |
pdflite | Hola estoy usando la librería pdflib.lib y en la última versión de xharbour veo que ya no está y si está pdflite.lib. Buscando por internet vi que hay que compilar también png.lib, ttif.lib y jpge.lib, pero al hacerlo me dice que faltan las funciones
Error: Unresolved external '_LLANDSCAPE' referenced from C:\XHARBO... |
pdflite | Nadie tiene una idea de que es necesario??
Luis |
pdflite | Hola,
¿Has probado a preguntar en el foro de XHarbour?. Realmente no es un tema de Fivewin. |
pedido de MEJORAS para proximas versiones. | No se si a muchos le ha tocado tener muchos GETS y antes de cerrar una ventana quieren saber si esos GETS fueron o no modificasdos.
Estaria bueno (ignoro si ya no existe esto) que con tan solo consultar a una variable de los GETS como ser lModify saber si ese campo
fue o no modificado teniendo en cuenta que:
si al ... |
pedido de MEJORAS para proximas versiones. | Usa la DATA uOriginalValue para comparar el valor que en ese momento tiene el get con el contenido de la DATA que te menciono
Me vas contando |
pedido de MEJORAS para proximas versiones. | [quote="cnavarro":vvrlied6]Usa la DATA uOriginalValue para comparar el valor que en ese momento tiene el get con el contenido de la DATA que te menciono
Me vas contando[/quote:vvrlied6]
buen dia.
hice una prueba pero msgbox(oGets:uOriginalValue) no me devolvio nada, oGets lo defino asi:
[code=fw:vvrlied6]<div class=... |
pedido de MEJORAS para proximas versiones. | Gustavo,
[code=fw:11u2x7pz]<div class="fw" id="{CB}" style="font-family: monospace;"><br />vgets:= domicilio <span style="color: #B900B9;">// és un FIELD?</span><br /> </div>[/code:11u2x7pz]
se si:
[code=fw:11u2x7pz]<div class="fw" id="{CB}" style="font-family: monospace;"><br />vgets := <span style="color... |
pedido de MEJORAS para proximas versiones. | Hola.
No es una DB |
pedido de MEJORAS para proximas versiones. | Gustavo, no soy capaz de entender lo que realmente quieres. ¿Le sería posible crear un DEMO.RAR o .ZIP completo y ponerlo a disposición en MegUpload para probarlo?
Salu2 |
pedido para versiones futuras | Hola.
Ya he tocado este tema y me han dado respuestas que no me convencieron al respecto.
En version anteiror de la fw vieja que tenia la 2.1 cuando visualizabas un dialogo creado con pellesC (en mi caso el que uso) el tamaño de las fuentes se mantenian tal cual en pellesC se mostraban.
Ahora que tengo esta version l... |
pedido para versiones futuras | Gustavo,
Estamos revisándolo, gracias |
pedido para versiones futuras | Hola Gustavo.
Yo utilizo el ResEdit y no tengo el problema que argumentas en los dialogos creados con el editor de recursos.
Yo utilizo fuente Arial 10. y se ve bastante grande., y en el codigo no utilizo FONT , mira como queda
[img:19ew6hi2]https://i.ibb.co/mT5gmmW/aputrab.png[/img:19ew6hi2]
Yo se q... |
pedido para versiones futuras | el tema es asi.
el mismo proyecto compilado con fw2.1 probado y todo da un tamaño,
y con el 20.02 de ahora me hace es problema con harbour. |
pedido para versiones futuras | con xmate, como agregas la linea del resedit para que lo compile?
gracias. |
pedido para versiones futuras | Gustavo.
Supongo que te refireres a añadir el archivo .rc generado con el ResEdit. ?
Yo simplemente lo añadia al proyecto como lo que es, un archivo .rc
y el fichero .env que utilizaba se encarga del resto.
mira en el apartado de C existe esta linea.
[quote:28ax5utm]
C_RC_COMMAND=%C_BIN_INSTALL%\rc.exe -r -i%C_INC_... |
pedido para versiones futuras | To All
I use ResEdit as well and save all my forms as .rc .... I use the batch file rc2dll32 to compile all my .rc forms to .res and all I to is add the .res to my link list .. As you can see below I am using Borland BCC74 32 bit.
Here are my modification to Rc2dll32.bat
[code=fw:2i2lyht1]<div class="fw" id="{CB}" s... |
pedido para versiones futuras | claro, yo en el proyecto pongo el .res no el .rc |
pedido para versiones futuras | Estimados amigos:
Podeis hacerlo como querais compilar el .rc y luego colocar el res en el proyecto de todas maneras, no lo he probado pero creo que debe de funcionar igual incluyendo el .res, pero repito que no es necesario, colocando el .rc te lo compila y te lo incluye en el ejecutable final.
Saludos.
Jose. |
pedido para versiones futuras | Can you please send me one simple and small pellesC rc ( not res ) file giving you the problem?
It would be nice if you can also send a small prg file using the dialog.
my email
nageswaragunupudi [at] gmail [dot] com |
pego el codigo completo. no me actualiza el xbrowse... | [code=fw:33qzk6dn]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"tdolphin.ch"</span><br /><span style="color: #00D7D7;">#incl... |
pego el codigo completo. no me actualiza el xbrowse... | ninguna solucion? |
pellesC | Estimados
Tengo el siguiente problema:
Cuando agrego un bitmap al recurso .res y compilo me sale el siguiente error
...mi archivo bc
...
c:\borland\bcc55\lib\cw32.lib +
c:\borland\bcc55\lib\import32.lib,, +
dbf\system\wcta.res
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Fatal: Access violation. ... |
pellesC | Hola Patricio,
a mí también me ha ocurrido. Añadiendo bitmaps a un fichero de recursos. Tuve que quitar unos bitmaps para que me dejase de dar ese error.
Saludos |
pellesC | Tienes que compilar con el compilador de recursos de PellesC hazlo de la siguiente manera
C:\Archiv~1\PellesC\Bin\porc.exe /IC:\Archiv~1\PellesC\Include /IC:\Archiv~1\PellesC\Include\Win /foarchivorecursos.res archivosrecursos.rc
Saludos |
pellesC | [quote="gabo":173w51hs]Tienes que compilar con el compilador de recursos de PellesC hazlo de la siguiente manera
C:\Archiv~1\PellesC\Bin\porc.exe /IC:\Archiv~1\PellesC\Include /IC:\Archiv~1\PellesC\Include\Win /foarchivorecursos.res archivosrecursos.rc
Saludos[/quote:173w51hs]
Hola, Perdona que te contradiga pero si e... |
pellesC | Estimados
Lo he solucionado creando un nuevo RES
...mi archivo bc
...
c:\borland\bcc55\lib\cw32.lib +
c:\borland\bcc55\lib\import32.lib,, +
dbf\system\wcta.res+
dbf\system\nuevorc.res
Esperemos que dure varios años <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Sal... |
pending: xbrowse() translate | Hi,
At xbrowse() function, this is not translated using FW language traslation:
[code=fw:4bppmzah]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">if</span> lAutoSort<br /> nRow := oBrw:<span style="color: #000000;">nTop</sp... |
pending: xbrowse() translate | Here is the spanish translation for FWStrings:
Search For
Buscar por:
Show Only
Mostrar sólo:
Starting With
Comienza con:
Containing
Contiene: |
pending: xbrowse() translate | PLEASE ADD fwstring on each word sample
@ nRow - 1, 10 COMBOBOX nFilter SIZE 60, If( IsAppThemed(), 14, 60 ) PIXEL OF oDlg ;
[b:1ekgh2mc] ITEMS { Fwstring("Search For"), FwString("Show Only") } ;[/b:1ekgh2mc] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.