topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
Best current xBrowse doc/sample | Thanks Uwe,
That looks really helpfull - I started to write a generic xBrowse function where it gets the contents of the fields to display from a dbf file, allowing the users to configure their own browses, but due to problems with xHarbour enterprise i havent been able to finish this. Hopefully, i can finish this fu... |
Best current xBrowse doc/sample | Hello Peter,
With the Tools, You can save Your Settings to a Project-Database.
Inside Your Application, You can call the Record for Your xbrowse, to load the Var's
for Your Browser like Colors, Bmp's...
[img:3b9lesbl]http://www.pflegeplus.com/pictures/xbrwtools50.jpg[/img:3b9lesbl]
Best Regards
Uwe ... |
Best current xBrowse doc/sample | Thank you for the input. |
Best current xBrowse doc/sample | Hello Tim,
If anybody wants to include the Tools and Database to a Software-package, there is no problem.
The Database includes var's for the Dialogs ( + Buttonbar ), where the xbrowse is shown, as well.
DLG_COLOR1 = 1. Color
DLG_COLOR2 = 2. Color for Gradient
DLG_STYLE1 = Dialog-Color-Style ( Mono or Gradient )
LOGO... |
Best options for drag and drop pictures | Before i start this project, I want to know witch options best to use for the drag and drop system ?
Xbrowse
XImage
The Album class posted yesterday and in samples ?
Or ??
I have over 100.000 pics in a folder and the names are in a dbf. This dbf will be scooped in order to have a selection of pics to choise from.
I ... |
Best options for drag and drop pictures | [quote:31ck4kwc]My personel choice would be 2 Xbrowses and Xbrowse can handle drag and drop. Any advice in other controls before I start ?
[/quote:31ck4kwc]
Your choice is the best. |
Best options for drag and drop pictures | Mark,
another option would be modharbour.
[img:2j5hlru6]https://mybergland.com/fwforum/dragdrop.gif[/img:2j5hlru6]
[code=fw:2j5hlru6]<div class="fw" id="{CB}" style="font-family: monospace;"><br />REQUEST DBFCDX<br />REQUEST DBFFPT<br /><br /><span style="color: #00C800;">static</span> hHash_DBF, aRelatio... |
Best options for drag and drop pictures | Mark, I made a little test with a DBF file.
[img:3pdale2a]https://mybergland.com/fwforum/dragdrop2.gif[/img:3pdale2a] |
Best regards and anomalous performance | Hi Antonio,
You may note that this two little program are different in only one thing. The second one make use of WINDOW instead of DIALOG
======slow.prg=========
#include "fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
LOCAL oBrw
LOCAL lPaint := .F.
SELECT 0
USE customer
DEFINE DIALOG oDlg FROM 10 , 10 TO 600 , 800 PI... |
Best regards and anomalous performance | Marco,
The speed delay probably is caused for the "double buffer" technique used on dialogs. The "double buffer" technique avoids "flickering" but the painting speed is slower
You can disable the "double buffer" technique in FWH modifying these two methods in Class TWindow:
METHOD DispBegin() VIRTUAL
METHOD DispEnd(... |
Best regards and anomalous performance | Ok thanks <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
Best resource editor | Hi,
what is the best resource editor?
Here is a list of all alternatives I've found:
Borland Workshop
ResEdit: (free) - <!-- m --><a class="postlink" href="http://www.resedit.net/">http://www.resedit.net/</a><!-- m -->
PellesC (free) - <!-- m --><a class="postlink" href="http://www.smorgasbordet.com/pellesc/">http:/... |
Best resource editor | Hello Frank,
I tested all solutions,
Some month ago, I changed to Resource-builder ( also I have been a beta-tester for version 3.0 ).
The new version offers futures, You don't find in the other products like 24 Bit image import and more.
You can download resource builder ( 30 days trial ), to find out by yourself.
Re... |
Best resource editor | Hello Uwe,
thank you for your recommendation.
I've downloaded RB and tried the sample testxbr3.prg/rc.
The first impression is good, but what happens if you want to generate more dynamically code, e. g.:
- store the initial windows size <nHeight> and <nWidth> in an ini file, or
- enable/disable controls in a dialog,... |
Best resource editor | Hi Frank,
What you're wanting to do is manipulate controls during runtime and you can do that via code irregardless whether they were created via source code or using resources. Of course if you use a resource editor you'll save a lot of time because you can visually confirm the layout of dialogs are as what you have ... |
Best resource editor | Frank,
I send you by email a FiveWin german manual.
Though it is for FiveWin for Clipper, it covers lots of areas -including resources- that will help you to learn and understand FiveWin <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Best resource editor | Antonio,
got it!
Many thanks |
Best resource editor | hua,
thanks for this explanation, thinking that I understand the lession: design controls (objects like menus, toolbars, browse, dialogs, ...) with initially values by using a resource editor, later you can manipulate these objects (the initially values) as you (the developer) like.
I have already read Jame's articl... |
Best resource editor | Frank,
Resources management is a standard Windows feature: you can store your GUI dialogs and GDI objects (bitmaps, cursors, icons, etc.) inside RC files (ascii files) and those resources get embedded inside your EXE (or DLL) and you can instantiate those objects from your application at runtime, and once instantiated... |
Best resource editor | Antonio,
so do you recommend to stay with this standard?
And what about IDE's like VFW or VxH and this standard? |
Best resource editor | Antonio,
found this: [url:g6uxvttn]http://forums.fivetechsupport.com/viewtopic.php?f=5&t=14950&p=77247&hilit=resource#p77244[/url:g6uxvttn]
So its quite clear now!
Thanks for the assistance |
Best resource editor | Frank,
> so do you recommend to stay with this standard?
yes, of course. It will give you the freedom to also use other development platforms and tools that are based on standard resources.
> And what about IDE's like VFW or VxH and this standard?
They don't use standard resources files. So each tool is uncompatibl... |
Best technic to use the set relation to syntax | [quote="Otto":3cl6vjzu]Marc, would you be so kind to post a screenshot how the program looks like?
Best regards,
Otto[/quote:3cl6vjzu]
Otto,
At this moment it is just the layout like we are talking about here... I first want to have a good XbrowseBuilder with 1 line of code, than I expand to a invoices system becaus... |
Best technic to use the set relation to syntax | I wonder what the best technic would be in folowing senario....
Small network (4 pc) and a program with 5 folderex folders.
Asume :
Customers basic data
invoices
contactpersons
specific settings
I can set a relation from cusrtomer to each data for filtering the folders. That works.
But... At that point, when i'... |
Best technic to use the set relation to syntax | Have you tried using INDEX ON MEMORY / TEMPORARY?
If you have a little example, it gets easier.
Hugs.
Regards, saludos. |
Best technic to use the set relation to syntax | Index on ...
That is a new idea for this purpose.
I'm expanding the program you and I started ))))). It starts to have potential.
I have to see how to change the code in order to make it with dbf samples from the sample dir, but I asked your mailadres (other post) so I could send the actual dbf's (or a link)
Tha... |
Best technic to use the set relation to syntax | Marc, would you be so kind to post a screenshot how the program looks like?
Best regards,
Otto |
Best technic to use the set relation to syntax | Marc,
[quote:2ukjnopr]How do you guys do this? Only change the query at the moment you hit the folder tab? and not use a relation, but more of an ordscope ?[/quote:2ukjnopr]
What you suggest is just not feasible speed wise.
This is what I would do. Show one browse full screen with the customer list. Have a lookup GE... |
Best technic to use the set relation to syntax | Hello Mark,
I'm not sure I fully understand what you're trying to do.
I have - I think - a similar system. Here is the information in the document name.
I then read the directories into an array with Directory () and filter that array.
I don't think it's slow.
Best regards,
Otto
[url:1pfiflx5]http://forums.fiv... |
Best technic to use the set relation to syntax | James,
I also used Ordscopes in my old version, and possible also in the new project.
It was while looking into the Yunus sample that Mr. Rao has used relations. I implemented relations in my first setup ans that is working, but a relation is changing the child database result everytime the parent is moving.
I have t... |
Best technic to use the set relation to syntax | Marc,
[quote:1dksbnnr]My original question is that when I don't use the Onchange in the parent, (My child browsers all always on a other foldertab. ) there is no movement while going true the parent.[/quote:1dksbnnr]
Yes, that is what you want. Otherwise you are dragging lots of useless data over the LAN each time yo... |
Best technic to use the set relation to syntax | James,
Also my first class ever used. At this moment I try to get as much as possible systeem var's into this
I have read your papers ))
At the beginning :
[code=fw:x8kn2cvu]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />oMarc:= TMarc<span style="color: #000000;">(</span><span style="col... |
Best technic to use the set relation to syntax | Marc,
[quote:253yohy6]
When I start the actual work for invoice making : it will become Tdatabase[/quote:253yohy6]
An invoice is a complex object, as it contains a customer, an invoice header, and invoice line Items, all of which are objects themselves. Then you add methods like oInvoice:Total() and oInvoice:PaymentDu... |
Best technic to use the set relation to syntax | Indeed,
But you posted several topics and replies on the topics of Tdatabase. We had also several samples, so it is sure possible to get a good start from it.
The nice thing is we can mostly find help in this Forum. At least, I make use of it )))
But I spend a lot of time finding out some fundamentals that I need t... |
Best way to check if value of database fields are current | Is there a build in function for checking a database field if the value is current.
Best regards,
Otto |
Best way to check if value of database fields are current | What do you mean by "current" Otto?
James |
Best way to check if value of database fields are current | Hello James,
maybe the right term is consecutive number.
I mean to check if in an invoice database all the invoice numbers are complete.
Thanks in advance
Otto |
Best way to print Invoice ? | Hi all,
I am very much new to printing using FWH. I need to print Invoices from the application using FWH on a laser printer.
I am trying to convert only the printing portion of an old Clipper application. My new FWH application will have a dialog with a text box in it accepting the Invoice no. Once the user keys in ... |
Best way to print Invoice ? | EasyReport
Best regards,
Otto
PRINTAREA's : you can have as many as you want
PRINTAREA 1 = header
PRINTAREA 2 = items
PRINTAREA 3 = footer
You have a Report designer which creates the vrd-files.
These are ASCII files. You can edit them also with an editor.
10=Image||700| 0|1|1|26|119|28|33|C:\whtouch\logo\LOGO... |
Best way to print Invoice ? | Dear Mr.Otto,
Thank you very much for the information <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
I think EasyReport is a commercial one right ? With FWH purchase 1 License is free right ? I don't remember whether this is 1 developer license and whether I can us... |
Best way to print Invoice ? | Hello Anser,
>I think EasyReport is a commercial one right ?
Yes – but worth the money.
>My fisrt preference is to stick on to FWH itself without relying on a third party control.
>Anyway if getiing this done using FWH is too complicated then I may have to think about EasyReport.
I had for a very long time hardcode... |
Best way to print Invoice ? | Hi,
take a look at <!-- m --><a class="postlink" href="http://www.paritetsoft.ru/frh.htm">http://www.paritetsoft.ru/frh.htm</a><!-- m -->
It's the xharbour wrapper (class) for Fast Report. It's really easy to use and with great features. |
Best way to print Invoice ? | [quote="anserkk":1p5xygw0]I am very much new to printing using FWH. I need to print Invoices from the application using FWH on a laser printer.
I am trying to convert only the printing portion of an old Clipper application. My new FWH application will have a dialog with a text box in it accepting the Invoice no. Once ... |
Best way to print Invoice ? | Hi Anserkk
I use the PDF class to generate all my invoices and reports - this also makes
it easier to email the report or invoice as an attachment.
Regards
Colin |
Best way to print Invoice ? | [quote="Colin Haig":3vr67fmk]Hi Anserkk
I use the PDF class to generate all my invoices and reports - this also makes
it easier to email the report or invoice as an attachment.
Regards
Colin[/quote:3vr67fmk]
Mr Colin
Can you please enlighten us more about how do you use the PDF class to prepare and print reports?... |
Best way to print Invoice ? | Mr Rao
Here is a sample - I have removed some of the code but it should be enough to see how it works.
I am not sure where you can get pdf.prg but I can send you a copy
PUBLIC aReport := array( PARAMLEN )
aStyle := { "Normal", "Bold", "Italic", "BoldItalic" }
aFonts := { { "Times", .t., .t., .t., .t. },;
... |
Best way to print Invoice ? | Try the fw tReport class. Easy, simple, powerful, you already own it. You can actually print just about anything with it (reports as well invoices). No 3rd parties. Always compatible. And there is a free tmreport class that inherits from treport that allows you to export your reports/invoices to excel.
Look at th... |
Best way to print Invoice ? | Colin:
May I have a copy of PDF sources ?.
My e-mail address
soisa2002 at prodigy dot net dot mx
Best regards and thank you very much |
Best way to print Invoice ? | Mr Colin
Thank you very much.
Would you mind sending me the pdf.prg ?
My email is <!-- e --><a href="mailto:nageswaragunupudi@gmail.com">nageswaragunupudi@gmail.com</a><!-- e -->
Thank you in advance |
Best way to print Invoice ? | Dear All,
I thank each and every one of you for providing these information's regarding the printing of an Invoice. Now I will have to decide the one, which I should use to get a simple invoice printed without spending too much time.
By the way Mr.Colin, I would also like to have the copy of the pdf.prg, my email id ... |
Best way to print Invoice ? | Mr reinaldocrespo
>
And there is a free tmreport class that inherits from treport that allows you to export your reports/invoices to excel.
>
Where can we get the Tmreport class please ? |
Best way to print Invoice ? | Anser,
for a complete list of printing solutions:
PageScript from <!-- m --><a class="postlink" href="http://www.abeelabs.com">http://www.abeelabs.com</a><!-- m -->.
Frank |
Best way to print Invoice ? | Thank you Mr.Frank for the information.
Printing/reporting a very simple thing which we used to do it in clipper & DOS has turned out to be a very complicated thing in Windows environment. <!-- s:o --><img src="{SMILIES_PATH}/icon_surprised.gif" alt=":o" title="Surprised" /><!-- s:o --> and hence many third party to... |
Best way to print Invoice ? | Dear Mr.Otto,
[quote:1x57o7gp]No installation/setup is necessary – if your Fivewin application executes on the client machine also the report is working![/quote:1x57o7gp]
Do you mean that we don't have to install EasyReport on each client machine ? Instead, all the contents of the Folder Distribution (ErStart.Exe, m... |
Best way to print Invoice ? | Mr. Anser,
I am happy. You are on the right way!
[quote:xglsdrei]Do you mean that we don't have to install EasyReport on each client machine ? Instead, all the contents of the Folder Distribution (ErStart.Exe, many DLL's etc) and the .vrd file (Report File) should be distributed along with our FWH application
[/quot... |
Best way to print Invoice ? | You can create some rather complex invoices using the standard FW Report class. I have made invoices that are more complex than your example using TReport. I do not have a complete simple example since my reports are part of more complex classes, like a Sales Order and Invoice classes.
Here is a partial example:
[cod... |
Best way to print Invoice ? | Dear Mr.Otto
Thank you for providing the samples. Now I understand the trick behind the Report Designer and Passing the values to it. I have not used any report designers till now. EasyReport is really Easy <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
[quote:1v9l... |
Best way to print Invoice ? | Hello Mr. Anser,
I am sorry I posted yesterday screenshots from EasyReport where the language was set to German.
You can setup the language of EasyReport-designer.
There are general report settings you can make.
These settings are stored in the file with the extension … . vrd
and the printareas then as … . v01 t... |
Best way to print Invoice ? | Dear Mr.Otto,
Thank you. I shall try and test.
Regards
Anser |
Best way to print Invoice ? | Anserkk,
I am very much new to printing using FWH. I think more than you!
I think (like you) that in the beginning, the simplest way is not to use 3rd party applications.
There are many other problems in my mind that make confusion.
And how printing better from my FWH applications in this moment is not the most import... |
Best way to print Invoice ? | Hi Mr.Max,
Both of us are on the same route <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
From where can I get the Class TCLIPPRT so that I can also test printing using the class
[quote:3iumc2xw]oprn:line() && for printing line[/quote:3iumc2xw]
What about printin... |
Best way to print Invoice ? | Hi Mr.Max,
I got the Class TCLIPPRT after searching the forum. I shall test.
Regards
Anser |
Best way to print Invoice ? | Anser,
[quote="anserkk":3dl6zfx7]
From where can I get the Class TCLIPPRT so that I can also test printing using the class
[/quote:3dl6zfx7]
Look in the bottom of the first page of [b:3dl6zfx7][u:3dl6zfx7]your[/u:3dl6zfx7][/b:3dl6zfx7] post: Manuel Mercado directly suggest you tu use TCLIPPRT class and wrote you the l... |
Best way to print Invoice ? | Hello mr. Anser,
I feel you are not convinced.
Here you have your example with the help of EasyReport.
Design of the invoice you can change with the designer like in WORD.
Best regards,
Otto
[code=fw:21cvis9o]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span>... |
Best way to print Invoice ? | Mr. Anser,
and if your client wants another design:
[img:r8qpnfrm]http://www.atzwanger-software.com/fw/clip4.jpg[/img:r8qpnfrm] |
Best way to print Invoice ? | Dear Mr.Otto,
Thank you very much for the Sample.
[quote:2zyg4z6c]I feel you are not convinced.[/quote:2zyg4z6c]
I am convinced with EasyReport. I understand that it is very easy to create report using any Visual Report Designer and EasyReport is a very simple and elegant tool and as it is developed using FiveWin, th... |
Best way to print Invoice ? | Dear MR.Max,
[quote:3778cljy]Look in the bottom of the first page of your post: Manuel Mercado directly suggest you tu use TCLIPPRT class and wrote you the link .[/quote:3778cljy]
I think I was blind. I don't know how I missed Mr.Manuel's post in this thread.
When I tried the sample which cam along with class, I am g... |
Best way to print Invoice ? | [quote:2z1pkgye]There are very few samples on the usage of TReport.[/quote:2z1pkgye]
There are lots of examples in fw\samples\report.
[quote:2z1pkgye]Would have been better if we had a small sample showing the power of TReport to print a sample invoice with a regular simple invoice model containing
The Company Nam... |
Best way to print Invoice ? | Mr. Otto,
i am testing my EASY REPORT 2.1 PERSONAL EDITION with using your (precious!) examples in this post.
I use FWH 8.04 , XHARBOUR 1.1.0 and BCC 5.5 .
I add the VRD_XHARBOUR99.LIB found in \easyreport2\fivewin\lib and
Compiling and linking apparently all is ok.
But when i execute my .exe, this error immediately o... |
Best way to print Invoice ? | Mr. Anser,
[quote:1jj3tdij]Do you modify these id numbers ? When I tried I was getting values -1, etc
[/quote:1jj3tdij]
This is like with resource workshop. You only give to these items Ids which you want substitute through the program.
[quote:1jj3tdij]The only thing bothering me is the external dependencies[/quote:... |
Best way to print Invoice ? | Dear Mr.Otto,
Sorry to trouble you again.
[quote:3shz2243]If you do not give the designer to your clients you have no dependencies.
The print engine is linked in through the files:
Vrd.prg
Vrdbcode.prg
Vrditem.prg
[/quote:3shz2243]
Do you mean that if I include the PRG's Vrd.Prg, Vrdbcode.Prg & Vrditem.Prg in my p... |
Best way to print Invoice ? | Max,
Have you tried to include the 3 vrd-files to your project. I don't have ER libs.
Best regards,
Otto |
Best way to print Invoice ? | Otto,
compiling the 3 vrd*.prg files without the .lib now is ok!
thank you.
Max |
Best way to print Invoice ? | Mr. Anser,
rpreview.prg is the file for the preview.
Best regards,
Otto |
Beta tester required for new clause TRUEPIXEL | We have already included Paco Garcia's new clause TRUEPIXEL into the next version of FWH.
We are almost ready to publish the new version FWH 14.11 but we would like to beta test Paco's feature before publishing it.
If you are a FWH 14.09 please send me an email to me to receive these new libs. We will only take a few... |
Beta tester required for new clause TRUEPIXEL | [quote="Antonio Linares":3d5wi3iw]We have already included Paco Garcia's new clause TRUEPIXEL into the next version of FWH.
We are almost ready to publish the new version FWH 14.11 but we would like to beta test Paco's feature before publishing it.
If you are a FWH 14.09 please send me an email to me to receive these... |
Beta tester required for new clause TRUEPIXEL | If you tell me what I must make I wish become a tester |
Beta tester required for new clause TRUEPIXEL | Silvio,
We already published it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
FWH 14.11 |
Beta testers requeridos para probar TRUEPIXEL | Ya hemos incluido la nueva claúsula TRUEPIXEL de Paco García para la próxima versión de FWH.
Estos ya casi listos para publicar la nueva versión 14.11 pero nos gustaria probar este cambio de Paco antes de publicarlo.
Si eres usuario de FWH 14.09 por favor envíame un email para recibir las nuevas librerías. Solo usare... |
Better method Gradient() for class TWindow | The height and width from gradientfill() is ::nHeight and ::nWidth from the window/dialog. This includes caption, borders, etc and this seems to be wrong.
We should use the real ClientArea!
Use for a test {{0.49,CLR_GRAY,CLR_WHITE},{0.02,CLR_BLACK,CLR_BLACK},{0.49,CLR_WHITE,CLR_GRAY}} as gradient. The black line shou... |
Better method Gradient() for class TWindow | You get best results by using Gradient Brush rather than using gradient function.
Please try:
[code=fw:3852ooio]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">local</span> oDlg, aGrad, oBrush<br /><br /> aGrad := <span style="color: #000000;">{</span><s... |
Better method Gradient() for class TWindow | Mr. Rao, right, but in method SetSize() the method gradient() is using and should be correct. |
Better method Gradient() for class TWindow | [quote="byte-one":2u2ucum2]Mr. Rao, right, but in method SetSize() the method gradient() is using and should be correct.[/quote:2u2ucum2]
SetSize does not affect gradient brush.
We have 2 alternative approaches to show gradient background for a window/dialog. (A) Use gradient method/clause and (B) create a gradient b... |
Better method Gradient() for class TWindow | What next?
From FWH17.07, both brush and gradient method function the same way.
Let is add buttonbar and see.
Gradient fills ClientRect, but part of it is occupied by buttonbar, hiding the top part of the gradient. In case we like the gradient to fit the visible client area (excluding oTop(oBar), oBottom(MsgBar),oLeft... |
Better method Gradient() for class TWindow | Thanks, Mr. Rao! This is perfect. |
Better than free / Mejor que gratis | Better than free:
[url:6cui6wrb]http://www.kk.org/thetechnium/archives/2008/01/better_than_fre.php[/url:6cui6wrb]
Mejor que gratis:
[url:6cui6wrb]http://www.uncafelitoalasonce.com/mejor-que-gratis/[/url:6cui6wrb] |
Bibliografía | Buenas tardes, soy nuevo en este lenguaje y estaba buscando bibliografía. Aclaro que no vengo de Clipper. Desde ya Muchas Gracias! |
Bibliografía | Hola Santi, bienvenido
Qué version estás utilizando?
<!-- m --><a class="postlink" href="http://wiki.fivetechsoft.com/doku.php">http://wiki.fivetechsoft.com/doku.php</a><!-- m --> |
Bibliografía | Bienvenido <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Al fin, alguien al que podré ayudarle jejejejejeje |
Bibliografía | [quote="santidedos":1mdol1jz]Buenas tardes, soy nuevo en este lenguaje y estaba buscando bibliografía. Aclaro que no vengo de Clipper. Desde ya Muchas Gracias![/quote:1mdol1jz]
Hola amigo:
Yo tambien soy novato, aunque programe en Clipper + Fivewin , hace muchos años.
Como ya sabras ahora es Harbour/XHarbour + Fivewi... |
Bibliografía | Hola muy bienvenido. En mi humilde opinión, la mejor bibliografía de fivewin son los usuarios del foro. Pregunta a voluntad. Saludos |
Bibliografía | Muchas Gracias a todos! Muy atentos. Ya estoy mirando lo que me pasaron. En cuanto a qué versión uso: FWH 17.01, harbour 3.2 y Bcc7. De nuevo Muchas Gracias. Estaré preguntando cuando surjan dudas. Saludos! |
Biblioteca para ler codigo de barras de imagem e camera | Boa tarde, alguém pode me ajudar a implementar estas rotinas para serem usadas pelo FIVEWIN?
São rotinas para capturar código de barras de imagens ou cameras, ele suporta EAN/UPC, Code 128, Code 39, Interleaved 2 of 5 and QR Code
O link que contém o projeto:
<!-- m --><a class="postlink" href="http://sourceforge.net/pr... |
Biblioteca para ler codigo de barras de imagem e camera | Olá, vc conseguiu adaptar esta rotina para FiveWin + xHarbour?
estou precisando para um sistema com Tablet com Windows...
Se sim, e se puder compartilhar, por favor enviar para <!-- e --><a href="mailto:ronecoura@bol.com.br">ronecoura@bol.com.br</a><!-- e -->
Obgdão!!! Fk com Deus!!! |
Biel - Como configuro xMate para pocket pc | Biel, como eu configuro o xmate com pocket pc? |
Bien por TActiveX! | En FiveWin siempre hay algo nuevo que no me atrevo a usar por ignorancia, hoy he comenzado a usar TActiveX y veo una maravilla en ello.En \Samples he encontrado (y aplicado) varios ejemplos pero no sé como usar los métodos y propiedades.Siguiendo algunos hilos encontré esto: <!-- m --><a class="postlink" href="http://w... |
Bien por TActiveX! | Hola Alfredo,Con Activex no me fue posible realizar la fusión de datos con un formulario PDF, aunque, tal vez me faltó investigar más este asunto. Sigo interesado en ello, por si acaso avanzaras con el tema.Lo conseguido lo puedes ver en <!-- m --><a class="postlink" href="http://www.fivetechsoft.com/forums/viewtopic.p... |
Bien por TActiveX! | Gracias Manuel. Reviso y te comento. |
Bien por TActiveX! | Manuel,para hacer la fusion de pdfs puedes usar pdftk, que es open source. Entre otras cosas, es capaz de procesar forms de pdfs, mezclar y/o separar pdfs, etc. Hechale un vistazo.He logrado combinar pdf usando directamente Ghostscript, y hacer un par de cosas más, tal vez tambien ver este software te valga. Aprendí ba... |
Bien por TActiveX! | Gracias Carlos, lo voy a mirar. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.