Search found 548 matches: routine

Return to advanced search

Re: Does anyone have an Envelope Printing module ?

Rick,

I still plan to create the routine ... already have it mapped out in my mind, and am confident it should be easy.

Tim
by TimStone
Mon Mar 04, 2024 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 363

Re: Does anyone have an Envelope Printing module ?

... with automating envelopes .. He tells me he just cuts and pastes the address into Word and then prints his envelope and an automated envelope routine would be nice to have but not a requirement .. I plan on expermenting with creating something that prints on plain paper and matching the text ...
by Rick Lipkin
Mon Mar 04, 2024 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 363

Re: Does anyone have an Envelope Printing module ?

... and Zipcode In my Customers old Sage Product it allowed him to print envelops in all the Standard sizes and I was hoping Someone had an Envelope routine that I could select a "standard size" and print a return address on the Left Side and Center the Company name, Contact, Address, City ...
by Rick Lipkin
Fri Mar 01, 2024 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 363

Re: How to find out the IDs of controls and types?

... 4002, "Static", SS_RIGHT|WS_GROUP, 1, 56, 72, 8} Antonio, that's right. I'm going to improve my application's skin routine. As we often do not declare "STATIC" controls, which would be SAY in FWH, I needed to know how to find the IDs of these controls. ...
by Giovany Vecchi
Tue Jan 09, 2024 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1618

Re: Calculate total pages

... The code snippet you provided appears to be written in a language similar to Harbour or xBase, used for database applications. It's a routine for handling printing, specifically for generating invoices ("Rechnungen"). Here's a breakdown of what each part of the code is doing: ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5507

Re: DBF Repair Tools

... I used the filter .NOT. EMPTY( fieldname ). However they must have something embedded in there because the filter doesn't work. I would write a routine to replace all the fake blank fields with all real blanks. Of course, you first need to find out which non-blank characters are showing visually ...
by James Bott
Mon Nov 13, 2023 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF Repair Tools
Replies: 7
Views: 701

Interesting issue

... libraries. Essentially we initiallize the proper .dll, and make the API calls. In this case, I take a database field, pass it to the spell check routine, it works to correct any errors ( on it's popup dialog ), and then the value is passed back. I use database objects, so I update the value, ...
by TimStone
Wed Nov 01, 2023 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting issue
Replies: 1
Views: 195

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

To avoid having to re-code my report routine I tried using :lUseFWPdf     XTPrinter():lUseFWPdf := .t.    XPRINTER oPrn name ::cRptTitle FILE cPdf  I don't know why the dialog box asking for pdf name appear. Is there something wrong ...
by hua
Tue Aug 01, 2023 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 873

Re: "id" for PRIMARY KEY ?

... set on your primary key .. there is nothing to stop a malicious attack to insert new rows into your SQL table. If I, on the other hand, have a routine on append to create programmatically to create a unique ID .. I don't have to worry about a hacker getting into my sql machine and trying to ...
by Rick Lipkin
Tue Jul 25, 2023 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "id" for PRIMARY KEY ?
Replies: 9
Views: 472

hbcurl xharbour

Hi, Does anyone know how to rewrite this routine using hbcurl? Thanks in advance. TRY oUrl = TUrl():New( 'https://www.averbeporto.com.br/websys/php/conn.php' ) CATCH CurSorArrow() MsgInfo('Erro ao criar a conexão','Erro') RETURN(.F.) END IF !EMPTY( ...
by wartiaga
Tue Jul 18, 2023 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbcurl xharbour
Replies: 1
Views: 215

Hide a Checkbox from Resource.

Is there a trick to hide a checkbox on a dialog which I access through an RC file. I am making a calendar routine and wanted to hide all days outside of the current month, I can disable them so the user cannot check them, but I wanted to make them disappear. Thanks,
by byron.hopp
Mon Jul 03, 2023 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide a Checkbox from Resource.
Replies: 7
Views: 358

Re: FASTREPORT - MAILExport

Good afternoon. Would there be a way to do something similar to generate a spreadsheet in Excel, not using the Fast routine for that, but using My ex routine: FrPrn:SetProperty("XLSExport", "OpenExcelAfterExport" , .F.) // Abrir o excel FrPrn:SetEventHandler("XLSExport","OnSendXls",{|ParamsArray|MySendXls(FrPrn,cPdfFile)})
by marca
Tue May 23, 2023 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FASTREPORT - MAILExport
Replies: 3
Views: 1105

Re: New FWH 23.04

Antonio, It helped me make a routine to read my Json and build 1 dbf or for each group a dbf. Here is the code that works for me The JasonData is in the link in the post above.... #include "fivewin.ch"STATIC oWnd, oBmp, oSay, ...
by Marc Venken
Thu May 04, 2023 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 23.04
Replies: 13
Views: 790

Re: Dark-Mode and CHECKBOX

Hi MR Hao.
My initial idea when I made this function was to put a real routine for themes.
Look. We can define a theme class to apply to all components (RadioBox, ComboBox, CheckBox etc) and then just call this function I posted. More Function has only CheckBox and RadioBox.
by Giovany Vecchi
Mon Nov 28, 2022 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dark-Mode and CHECKBOX
Replies: 16
Views: 933

Re: updating an archive

Silvio, this routine you need is very complicated to do. I am not able to create logic for her for now. I'll think about it some more. It's a big challenge. Silvio, esta rutina que necesitas es muy complicada de hacer. No soy capaz ...
by karinha
Tue Nov 15, 2022 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: updating an archive
Replies: 9
Views: 592
Next

Return to advanced search