Search found 327 matches: attached

Searched query: attached

by Natter
Sat Nov 02, 2024 4:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 3304

Re: Copy file by mask

... ago I already solved this problem. The general solution was to change the encoding from UTF8 to ANSI.
However, Windows somehow solves this problem. If you change the title in Explorer, everything works fine.

The header of the attached file contains 2 characters with UTF encoding C

xHarbour, 2402
by TimStone
Thu Oct 31, 2024 7:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RDS (Remote Desktop) and FW programming
Replies: 10
Views: 2279

Re: RDS (Remote Desktop) and FW programming

... It is also a mini - a Beeline - with 32 GB of RAM and 2 TB SSDs. I use it via Remote Desktop, and except for a backup drive, it has no other attached peripherals. I access it with MRD also.

My main computer is an Apple MacMini, running the M2 processor and of course plenty of RAM. It connects ...
by TimStone
Fri Oct 25, 2024 7:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 3473

Re: Preview of the invoice in advance

... for the past couple of years.

My program creates a PDF of the Preview created within the program ( using standard FWH functions ). This can be attached to a text message ( or email ) right from the preview, and sent to the client. They can receive the text, open the PDF, and respond with any ...
by Antonio Linares
Thu Oct 24, 2024 9:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 3473

Re: Preview of the invoice in advance

Dear Otto,

He could get an email with an attached PDF, just an idea :-)
by cnavarro
Sun Oct 06, 2024 3:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 59
Views: 15207

Re: Browse of my ADO Class

... DIALOG oDlg CENTERED IN PARENT

Return nil

//----------------------------------------------------------------------------//


The example you attached, since it deals with model processes, does not demonstrate the use of multithreading.
I have tested the code you are using, although the results ...
by Maurizio
Thu Oct 03, 2024 1:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 4947

GPF with FW August 2024

... with the error that causes the program to exit.
After the first or second time I call StampaFattura() the program exits.
Can you help me?

I have attached the PRG and XML the schema is downloaded from the site
Maurizio
#include "FiveWin.ch"
#include "Fileio.ch"

Function Main()

local oBrw ...
by cnavarro
Mon Sep 30, 2024 5:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 59
Views: 15207

Re: Browse of my ADO Class

... since the way in which these codeblocks work in each of these sources has important differences between one another.
In this example that I attached, you can see that the data does not appear because the codeblocks are not defined, but if you comment the :bSkip := nil, or you put your own, the ...
by nageswaragunupudi
Sat Sep 21, 2024 2:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 7431

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

MSVC 64 bits or BCC 64 bits?
attached example
Where is it please?
by Cgallegoa
Fri Sep 20, 2024 6:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 7431

Bug Maria_Connect() FWH-24.07 64 bits ???

... in María_Connect() FWH-24.07 64-bit. I'm wondering if it's a bug or if I've overlooked something:

Please try the following steps: compile the attached example, run it, click on "Show table Customer", open and close the browse, and then click "Show table Customer" again. After closing the table ...
by chiaiese
Wed Sep 04, 2024 2:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: scrollbars on tFolderEx
Replies: 26
Views: 5708

Re: scrollbars on tFolderEx

Karinha,
it is a tImage control, I use ImageMagick in background to create the preview when the document file is dropped or just created from the app.
Just double-click the preview to open attached documents with their predefined apps (images, text, pdf or whatever you want)

Roberto
by Otto
Tue Aug 27, 2024 9:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to Work with FIVEWIN and Web Side by Side - An Easy Way
Replies: 9
Views: 3028

How to Work with FIVEWIN and Web Side by Side - An Easy Way

... FIVEWIN.EXE.

I have now created a test with data deletion and a FIVEWIN EXE with a timer. It is a very simple program, as you can see from the attached screenshot.

The PHP program writes a file. In this case, I read from the filename what needs to be done and the record number. The PHP program ...
by cnavarro
Mon Apr 08, 2024 8:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 5926

Re: Google Graph extra graphic ? (Navaro)

... Sorry dear Mark

I didn't see the message when it was posted.
Google removed support for google charts/images as you can see in the link I attached, although my library still works. This is why I have not been able to add new functionalities since you have only developed the new types (gauge ...
by Otto
Sat Mar 09, 2024 7:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 3420

Re: WebView resize

Dear Antonio,
attached the source code.
Best regards,
Otto


PRG:



#include "FiveWin.ch"
#include "Splitter.ch"

static oWnd
static h := {=>}
static csend2js := "send from Harbour"
static oWebView, oWebView2

//----------------------------------------------------------------------------//

function ...
by MarcoBoschi
Sun Nov 05, 2023 7:05 am
Forum: Off Topic / Otros temas
Topic: comp.lang.xharbour@googlegroups.com
Replies: 3
Views: 2450

comp.lang.xharbour@googlegroups.com

please take a look at this group I sent a message to google with attached screenshot. If someone make tha same....
by Silvio.Falconi
Mon Oct 30, 2023 9:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: Making GroupReport from Xbrowse
Replies: 0
Views: 575

Making GroupReport from Xbrowse

... the problem I have and that I can't overcome is that when I print the group header it doesn't skip a line and the records are printed below too attached to the header as you can see in this figure

https://i.postimg.cc/4N8fTmD1/yyy.jpg

I tried with CRLF or by inserting oRep:newline() but nothing ...