topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
vertical position in preview | [quote="Silvio.Falconi":15f8rrpq][b:15f8rrpq]use this [/b:15f8rrpq]
oPrn:PrintImage( nTop, nLeft,cFile,nRight,nBottom, lStretch, nAlpha, lTransp, lGray )
see on email[/quote:15f8rrpq]
Hi Silvio,
it's still the same error.
The image position is different with [code=fw:15f8rrpq]<div class="fw" id="{CB}" style="font-fa... |
vertical position in preview | [quote="Detlef":2sfwsqrm][quote="Silvio.Falconi":2sfwsqrm][b:2sfwsqrm]use this [/b:2sfwsqrm]
oPrn:PrintImage( nTop, nLeft,cFile,nRight,nBottom, lStretch, nAlpha, lTransp, lGray )
see on email[/quote:2sfwsqrm]
Hi Silvio,
it's still the same error.
The image position is different with [code=fw:2sfwsqrm]<div class="fw"... |
vertical position in preview | Please try this:
[code=fw:1oe5ipvi]<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: #00D7D7;">#define</span> FWDIR <span style="color: #ff0000;">"C:<span style="color: #000000;">\F</... |
vertical position in preview | Mr. Rao,
now this works perfect. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Many thanks! |
vertical position in preview | wich lib I must link ?
[code=fw:1j22xw8u]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Progetto: <span style="color: #000000;">test</span>, Ambiente: <span style="color: #000000;">bcc7Harbor</span>:<br /><span style="color: #000000;">[</span><span style="color: #000000;">1</span><span style="colo... |
vertical position in preview | see
buildh.bat
and link the same libs |
vertical position in preview | [quote="nageswaragunupudi":3nu758wy]see
buildh.bat
and link the same libs[/quote:3nu758wy]
I not have
[code=fw:3nu758wy]<div class="fw" id="{CB}" style="font-family: monospace;">echo %hdirl%\libhpdf.lib + >> b32.bc</div>[/code:3nu758wy] |
vertical position in preview | <!-- m --><a class="postlink" href="https://github.com/FiveTechSoft/Harbour_builder/blob/master/harbour_win32_bcc_2020_10_19.zip">https://github.com/FiveTechSoft/Harbour ... _10_19.zip</a><!-- m -->
this is the last release for bcc7 ? |
very slow sample program xbrbckg1.prg | Hi everybody
I've tried it it's very very slow I don't understand why. Could someone else test it please?
It seems that at every key pressed it performs a lot of things.
I know very little xbrowse class so I ask it in the group
Many thanks
to all
marco |
very slow sample program xbrbckg1.prg | Ciao Marco...
Use this image: [url:345dco0n]https://imagizer.imageshack.com/img923/276/DFYUs0.jpg[/url:345dco0n]
Is a quite faster... olga1.jpg is resized and is slow
regards, Euclides |
very slow sample program xbrbckg1.prg | Having a background image slows down.
Every cell movement results in full refresh of the browse.
This is suitable for small browses and data that is already in memory. |
very slow sample program xbrbckg1.prg | Hi,
I took away what seems superfluous to me.
- RIGHT very slow
- LEFT slow
- UP and DOWN normal but I see flicker across the entire line
- PG UP and PG DOWN not fast but not really bad
take it as a report not as a criticism thanks
Have a nice day
Marco
[code=fw:263t01o6]<div class="fw" id="{CB}" style="font-... |
very slow sample program xbrbckg1.prg | In method METHOD Paint() CLASS TXBrowse
if I rem DispBegin() and DispEnd()
// local aInfo := ::DispBegin()
and at the end of method I rem
if ::nLen == 0
::EraseData( nFirstRow )
// ::DispEnd( aInfo )
return nil
endif
// ::DispEnd( aInfo )
the problem is even more evi... |
very slow sample program xbrbckg1.prg | Commenting out DispBegin() and DispEnd() is not the right thing to do.
Please also see
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=20&t=38740">viewtopic.php?f=20&t=38740</a><!-- l -->
WBrowse is the fastest browse. XBrowse is not created to provide a faster alternative... |
very slow sample program xbrbckg1.prg | Next, we will create a 100 record table with 400 fields and see the horizontal scrolling performance.
[code=fw:79ptze9j]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br />REQUEST DBFCDX<br /><br /><span st... |
very slow sample program xbrbckg1.prg | Dear Mr. Rao,
Thank you for your sample.
Please show us how we can implement a column search; I mean that I enter a column name and browser repositions vertically.
Best regards,
Otto |
very slow sample program xbrbckg1.prg | [code=fw:3g65d2bi]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">GoToCol</span><span style="color: #000000;">(</span> <column_name> <span style="color: #000000;">)</span></div>[/code:3g65d2bi] |
very slow sample program xbrbckg1.prg | Thank You Mr Rao
<!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) --> |
very slow sample program xbrbckg1.prg | Ok, but this sample is still slow:
[code=fw:13iqrhpo]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">'fivewin.ch'</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">'ord.ch'</span><br /><span sty... |
very slow sample program xbrbckg1.prg | Ok, with lFastDraw set to .T. even that sample become fast. What is the advantage of setting lFastDraw to .F.?
EMG |
very slow sample program xbrbckg1.prg | Up! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
EMG |
very slow sample program xbrbckg1.prg | [url=https://imageshack.com/i/podRDmjDg:zshefu69][img:zshefu69]https://imagizer.imageshack.com/img924/4357/dRDmjD.gif[/img:zshefu69][/url:zshefu69] |
very slow sample program xbrbckg1.prg | The question was: what is the advantage of setting lFastDraw to .F.? And the answer is? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
EMG |
very strange behavior in xBrowse (Bug?) | Not a bug with XBrowse.
Using bPastEof is a bit tricky. We need to ensure that (1) repeated append is prevented as long as there is an unfinished append and (2) when the cursor row moves away from the appending row while the append is unfinished, the append should be cancelled properly.
Extreme care should be taken f... |
very strange behavior in xBrowse (Bug?) | Dears all.
By chance, I noticed a very strange behavior in xBrowse (ver. 10.06). Let me explain:
In MDI environment, I have a window oChild (of oWnd) containing a xBrowse to edit data.
This browser is conditioned to come to the end and beyond it (bPastEof), add a blank record ready for editing. If you do not enter an... |
very strange behavior in xBrowse (Bug?) | Thanks, Rao. Your example works fine, but the current get field keeps flashing. It is consuming resources?
I need to make many evaluations before recording the corresponding item, so use bPastEof and bOnPostEdit.
I'll try to adapt your code to mine.
Thanks, again.
Regards. |
very strange behavior in xBrowse (Bug?) | Rao, for the moment I've solved it by omitting the vertical scroll bar. I will try to fix it via code.
regards |
very strange behavior in xBrowse (Bug?) | For this purpose I installed 10.6 and worked out this sample and is working well. If you still have specific problems please let us know. Whatever that is possible with 10.6, we shall try to help. |
video - mail merging WINWORD 2007 via FWH | Video[url:e8bxbdyb]http://www.atzwanger-software.com/fw/docxneu/docxneu.html[/url:e8bxbdyb]Thanks to your help mail merging and WINWORD 2007 is working.Look at the incredible speed the merging is done.The sourcecode you find in topic:<!-- m --><a class="postlink" href="http://forums.fivetechsoft.com/vie... |
video - mail merging WINWORD 2007 via FWH | Otto,Very good. large resources in a few lines. |
video frame width and height | Ciao
How can i have the video width and height of a file video ?
Example:
I have a file test.mp4 and i want to know the width and height of frames (600 x 1024,...)
Grazie |
video frame width and height | Dear Romeo,
I just asked the IA [url:3pn3sz50]https://beta.openai.com/playground[/url:3pn3sz50] to write the function:
[code=fw:3pn3sz50]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"hbapi.h"</span><br /><span style="c... |
video frame width and height | hi,
[quote="Romeo":33km71ne]How can i have the video width and height of a file video ?[/quote:33km71ne]
you need to "load" Video to get Size e.g. using WMP (Windows Media Player)
[code=fw:33km71ne]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> Getwidth<span style=... |
video frame width and height | Dear Jimmy,
many thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
video frame width and height | I am not "a great sw developer"...
I hoped a simple prg, almost ready
I try to do it
Grazie anyhow |
video frame width and height | hi,
what do you want to do with Video <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
if you want to "play" it you do not need "Size" while Video will use "given Size" to make a "Overlay" where it "play" it
but to "play" Video you need CODE which use OOP and not F... |
video frame width and height | I downloaded from telegram thousands
Of video files about workout/fitness
There are many different resolution of them and some of them are not
good to show on TV/monitor
I wanna separate them by resolution....
And other works |
video frame width and height | hi,
Ok, i understand ... hm
perhaps you can use a "Converter" to get
a.) Information about Source Video
b.) "upscale" to new TV-Format
look at "Handbrake" which use much CPU Power
---
when you have so much Video what do you use as "Player" and how does it connect to TV (Input) <!-- s:?: --><img src="{SMILIES_PATH}... |
video frame width and height | Grazie for info
I simply copy all the video files onto a USB key and insert it into the back of the TV, then run it from the TV remote
It is for a client who has a bodybuilding gym |
video frame width and height | hi,
open Windows Explorer and navigate into Folder where your Video Files are
right-click at End on Header to open Popup-Menu for Property
now search for "Size" and "bitrate" Property an SET Checkbox
[img:37q8znmd]https://i.postimg.cc/Kv8vHZNX/More-Property.png[/img:37q8znmd]
p.s. will not show Prope... |
video frame width and height | hi,
for Programmer : File Metadata
[url:2n4vc7ub]https://github.com/Dijji/FileMeta[/url:2n4vc7ub]
there is NO *.EXE so App must be build using MSVC
have to figure out how CODE can be used with harbour ... |
video frame width and height | Grazie |
video gallery | Today I added a video gallery to my modharbour.club web page.
Best regards,
Otto
[url:3thqb83h]https://www.modharbour.club[/url:3thqb83h]
[url:3thqb83h]https://www.modharbour.club/mh_videogallery/index.prg[/url:3thqb83h] |
video: newsletter subscription module with mod harbour | [url:dr82ja88]https://mybergland.com/fwforum/newsletter.mp4[/url:dr82ja88]
Hello,
I made a video that shows how you can easily create a newsletter subscription module with mod harbour.
The video shows everything from design to save in a dbf file.
You can also register for the newsletter. We try to send mo... |
video: newsletter subscription module with mod harbour | Hello,
Not bad to start with. There are 2 newsletter registrations.
I plan to send the newsletter to mod harbor always at the beginning of the month.
I collect exciting contributions and then send a link list.
Best regards,
Otto |
video: newsletter subscription module with mod harbour | [url:1pz423px]https://mybergland.com/fwforum/newsletter.mp4[/url:1pz423px]
Hello,
I made a video that shows how you can easily create a newsletter subscription module with mod harbour.
The video shows everything from design to save in a dbf file.
You can also register for the newsletter. We try to send mo... |
video: newsletter subscription module with mod harbour | Hello,
Thank you for your newsletter subscription.
We sent the first newsletter.
mod harbor brings us an exciting time.
I wish you all a lovely day and remain with kind regards
Otto
[url:f5v9rx5p]https://t4d236b6b.emailsys2a.net/mailing/22/2564889/0/54eb1cffa1/index.html[/url:f5v9rx5p] |
videos de las sesiones de mod_harbour en YouTube | Primer video:
[url:2unc1skm]https://youtu.be/Ke26VAxmNyQ[/url:2unc1skm]
Segundo video:
[url:2unc1skm]https://youtu.be/vKlayoY1knk[/url:2unc1skm]
Tercer video:
[url:2unc1skm]https://youtu.be/YK4Slt2Xo9I[/url:2unc1skm]
Cuarto video:
[url:2unc1skm]https://youtu.be/QQ7VgyGrl5Q[/url:2unc1s... |
videos de las sesiones de mod_harbour en YouTube | Quinto video:
[url:2mak02k6]https://youtu.be/SU8twiSbGIQ[/url:2mak02k6]
* ORM
* Views concepts and implementation
* Small web app full review
* Bootstrap utilities
* etc |
videos de las sesiones de mod_harbour en YouTube | 6º video: (en Español)
[url:2il5dys8]https://www.youtube.com/watch?v=hPFexyAS-24&feature=youtu.be[/url:2il5dys8]
* DataTable API examples by Quim Ferrer
* Debugging using the web browse inspector console
* GitHub online editing
* Git pull from the remote server
* mod_harbour meta commands
* Ajax PRG... |
videos de las sesiones de mod_harbour en YouTube | Séptimo video:
[url:7urzpk4h]https://youtu.be/g6ayWD5AF9w[/url:7urzpk4h]
* Forms designer
* DataTable API
* JSON -> Harbour to javascript values
* AP_Body() fix
* Construyendo mod_harbour
y más... |
videos de las sesiones de mod_harbour en YouTube | Octavo vídeo:
[url:5jn4paga]https://youtu.be/Vekngay1lj4[/url:5jn4paga] |
videos de las sesiones de mod_harbour en YouTube | Estimado Antonio :
Donde se encuentran los siguientes videos ?
Algun canal para suscribirse ?
Saludos |
videos sql (linux/mysql y mssql 2008r2/windows) para dummy | mysql en linux.
===============
[url:2749p7ik]https://www.youtube.com/watch?v=ObMOMhJx11k[/url:2749p7ik]
[quote:2749p7ik]
1.-Creación de maquina virtual con virtual box.
2.-Instalación de ubuntu linux 14.4.1 server. (incluye modulo ssh,mysql,php,apache2 conocido como LAMP)
3.-Configuración de entorno de red... |
videos sql (linux/mysql y mssql 2008r2/windows) para dummy | [url:1z0ykl51]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=29063#p163873[/url:1z0ykl51] |
videos sql (linux/mysql y mssql 2008r2/windows) para dummy | mssql 2008 r2 - primera parte
[url:32igrt0z]https://www.youtube.com/watch?v=14xc7_8GekU[/url:32igrt0z]
[quote:32igrt0z]
1.-Creación de maquina virtual con virtual box.
2.-Instalación de windows.
3.-Configuración de red.
4.-Permitir ping en windows 7.
5.-Prueba de ping entre equipos de prueba. (prueba de qu... |
videos sql (linux/mysql y mssql 2008r2/windows) para dummy | Obrigado Carlos. |
vieja duda con respecto a los GET | Hola.
[code=fw:2arqzzsq]<div class="fw" id="{CB}" style="font-family: monospace;">...<br /><span style="color: #0000ff;">redefine</span> <span style="color: #0000ff;">get</span> oGet<span style="color: #000000;">[</span> <span style="color: #000000;">01</span> <span style="color: #000000;">]</span> <span style... |
vieja duda con respecto a los GET | [code=fw:1777tu83]<div class="fw" id="{CB}" style="font-family: monospace;"><br />vGet<span style="color: #000000;">[</span> <span style="color: #000000;">01</span> <span style="color: #000000;">]</span>:= <span style="color: #ff0000;">"hola"</span> + SPACE<span style="color: #000000;">(</span><span style="... |
vieja duda con respecto a los GET | pense que era el unico que lo hacia de esa manera... |
vieja duda con respecto a los GET | Puede también:
[code=fw:3q5rw9zk]<div class="fw" id="{CB}" style="font-family: monospace;"><br />STORE vGet<span style="color: #000000;">[</span> <span style="color: #000000;">01</span> <span style="color: #000000;">]</span>:= <span style="color: #ff0000;">"hola"</span> + SPACE<span style="color: #000000;">... |
vieja duda con respecto a los GET | gosfancito, usted puede hacer también:
[code=fw:xx7xaot9]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> cGet:=<span style="color: #ff0000;">"Hola"</span><br /> ...<br /> <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">GET</span> cGet <span style="color: #0000ff;">ID<... |
vieja duda con respecto a los GET | O así :
STORE vGet[ 01 ]:= PadR("hola", 200)
PAD()
Llena valores de caracteres, fechas y numéricos con caracteres de relleno
------------------------------------------------------------------------------
Sintaxis
PADL(<exp>, <nLongitud>, [<cCarRelleno>]) --> cCadenaRellena
PADC(<exp>, <nLongitud>, [<c... |
vieja duda con respecto a los GET | Euclides, el problema que tengo no es por los 200, asi sean 20, cuando asignas un valor...
[quote="Euclides":3tbz26ja]gosfancito, usted puede hacer también:
[code=fw:3tbz26ja]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> cGet:=<span style="color: #ff0000;">"Hola"</span><br /> ...<br /> <span ... |
views static variables | Hello,
Using document.read and innerHTML helped.
[code=fw:3r2das2l]<div class="fw" id="{CB}" style="font-family: monospace;"> <script><br /> $<span style="color: #000000;">(</span>document<span style="color: #000000;">)</span>.ready<span style="color: #000000;">(</span><span style="c... |
views static variables | Dear Antonio,
Can you please help me to understand what I am doing wrong?
If I change a static variable in the router module, I don't see the change in the "VIEW" module.
But if I insert the code directly into the mod_harbour prg instead of VIEW, then everything fits.
What mistake am I making here?
Thank you in advan... |
views static variables | Dear Antonio,
I'm sorry. I found my mistake.
I first query breadcrumbs before calling the router which sets the variable.
Best regards,
Otto
[code=fw:3l6t9gzc]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <!-- <span style="color: #0000ff;">Page</span> Content --><br /> <div <span style="color: #0... |
views static variables | Great
Thank you for sharing it |
virtual dashboard | I wish create on the window of my application at init a virtual dashboard
where we can insert : memo, advices, messages for the final users....
Each sections must have:
a big image at left
a text at center ( the text can have urlink to our procedures
a button at right ( where I can associate a small menu (prin... |
virtual dashboard | Silvio,
Please review FWH\samples\vistamn1.prg |
virtual dashboard | Antonio,
I saw and I Know it
but you can only insert menuitem (urlink)
instead I need to insert also text for a sample
the final user can insert a memo for his bussiness
look the first section of the snapshot |
virtual search in the storage boxes | Best regards,
Otto
[img:396caidv]https://mybergland.com/fwforum/buecherboxgrafik1.png[/img:396caidv]
[img:396caidv]https://mybergland.com/fwforum/qrcodesuche.gif[/img:396caidv] |
visual invoince designer | Hi,
We need to incorporate a visual invoice designer, allowing the user to modify the format, change sze, fonts, ...
I have tried Easyreport but we find important objections, such as the IDE is not stable, the support is too bad and it does not include the source code. Also, we are considering Crystal Reports.
But I... |
visual invoince designer | Just a heads up on another alternative to Crystal Reports that I came across. [url=http://www.combit.net/en/reporting.aspx:2epmxjr9]List & Label 12[/url:2epmxjr9] has its own report designer that can be freely redistributed. |
visual invoince designer | Hi Hua,
I downloaded the Trial of List and Label.
Can you help with some sample code with FWH. |
visual invoince designer | Sorry I can't help you there Ollie <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> . I came across it only recently and had yet look into it further. I guess you could try to email them and ask though, as I believed they are some Fivewinners using it |
visual invoince designer | You will need a recent version of FiveWin because all the stuff is supported via OCX, you will need FiveWin's ActiveX support in order to use it.
In my opinion, L&L is the most "intelligent" report designer for programers because it does what you need to be done, all programatically.
---------------------------------... |
visual invoince designer | Thanks Rene,
Please be more specific:
What version of FiveWin do I need (for OCX support)
Have you got some sample code I can see how it is used. I don't really know where to start. I would appreciate any help you can give. |
visual invoince designer | Paco, from canal-5, is preparing a report designer!!!. |
visual invoince designer | Moises,
Its sadly to say it, but Paco has started lots of projects that he never ended |
visual invoince designer | Huh?
I'm starting to get a bit desperate here - can anyone help?
What version of FiveWin do I need (for OCX support for List&Label)
Does anyone have any sample code to show me how to use it in FWH? I really don't know where to start. I would appreciate any help. |
visual invoince designer | Ollie,
It looks as Maurizio (<!-- e --><a href="mailto:info@nipeservice.com">info@nipeservice.com</a><!-- e -->) already uses it with FWH.
Maurizio, could you help us ? Thanks |
visual report designer | Hi,
In response to Julian's mail, I make an VisualFoxpro exe to be called from Fivewin, for visual report design, it supports dbf/cdx only.
Just edit report.dbf & reportdb.dbf will do, refer to readme.txt
I upload it to :-
<!-- m --><a class="postlink" href="http://hyperupload.com/download/01dc58db72/report.zip.html... |
visual report designer | YA LA BAJE Y CONSEGUI LAS dll QUE FALTAN
SI ESTA MUY BUENO <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
GRACIAS <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> |
visual report designer | Hoe,
This file is no longer available:
require VFP7 runtimes dll (roaylty free distributed) :-
<!-- m --><a class="postlink" href="http://hyperupload.com/download/022a635381/vfp7.zip.html">http://hyperupload.com/download/022a635 ... 7.zip.html</a><!-- m -->
Could you please upload it again ? thanks, |
visual report designer | [quote="Antonio Linares":3vabul8b]This file is no longer available[/quote:3vabul8b]
Antonio,
You can download from this address:
<!-- m --><a class="postlink" href="ftp://ftp.prolib.de/public">ftp://ftp.prolib.de/public</a><!-- m -->
You would select VFP7SPORT.EXE and after install it in your computer.
It ... |
visual report designer | Manuel,
Thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
visual report designer | Thanks a lot, Anser.
Regards, |
visual report designer | Hola ya subí los archivos para este reporteador <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
realmente funciona a un que yo no lo use pero para los que les interese aquí esta el archivo report.zip adentro de el esta el vfp7.zip
<!-- m --><a class="postlink" href... |
visual report designer | Only to be curious what advantages do you see using "visual report designer" over FIVEWIN report designer [i:16l08ysz]EasyReport[/i:16l08ysz]?
Thanks in advance
Otto |
visual report designer | hi, Antanio & all,
I have uploaded it here for your download :
<!-- m --><a class="postlink" href="http://re.com.my">http://re.com.my</a><!-- m -->
- foxreport.zip : called by fivewin winexec()
- vfp9dll.exe : runtime dlls
There is readme.txt included.
Thank you & Regards
Hoe |
visual report designer | Hi, Otto,
I first use visual report designer in 2004 or earlier. as a free and quick solution to design/preview report on the fly, and by that time Fivewin EasyReport still not available yet.
I haven't try latest Fivewin EasyReport and can't compare both.
Regards
Hoe |
visual report designer | Hello Hoe,
I feel there is not much missing in EasyReport.
Give it a new try. Most sources are there too.
It's a pity that not more FIVEWINNERs are using EasyReport. So much energies are lost if everyone searches another solution and further development of EasyReport is suffering.
I myself tried many solution, too ... |
visual report designer | Hi Otto,
I'm wondering... I never user Easyreport, but, is there a possibility to create a report for dot-matrix printers (I mean, using ONLY the dot-matrix fonts) and show a preview of this report? I'm asking this because I have this kind of problem using TDosprn for dot-matrix printers, and I haven`t seen any report... |
visual report designer | Dear Kleyber,
For Dos mode printing and preview, have u tried the class TDosPrn ? It gives a preview too. I have modified the class a little bit more to check for network dot matrix printers and I have posted it in the spanish forum.
Regards
Anser |
visual report designer | Hello Kleber,
I don’t know if ER works for DOS printers.
I do my DOS printing the hardcoded way.
But for windows printing it is very fine. Also the designer is easy to use.
Endusers are able to change some features themselves.
The printing is organized in so called PRINTAREAS.
For example you have a PRINTAREA for... |
visual report designer | Well, I see that previewing a DOS report is not so easy. Anyway, thanks for all informations.
Regards, |
visual report designer | I have a mini visual report designer
it save all form in a ini file
the last one problems is I must create areas and I not Know How make it
Now I am working to insert it on visual designer of fivetech as U can see here :
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=5&... |
visual report designer | [quote="anserkk":326zqlem]Dear Kleyber,
For Dos mode printing and preview, have u tried the class TDosPrn ? It gives a preview too. I have modified the class a little bit more to check for network dot matrix printers and I have posted it in the spanish forum.
Regards
Anser[/quote:326zqlem]
Hi Anser,
I use the TDosp... |
visual report designer | Dear Kleyber,
Please check your mail.
Regards
Anser |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.