Search found 18 matches

by mtajkov
Wed Jun 26, 2024 4:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to change image on edit_button in xBrowse
Replies: 4
Views: 632

Re: How to change image on edit_button in xBrowse

Thank you Francisco,

but if i use:

Code: Select all | Expand

oCol:bBmpData  := { || iif( !empty(RptSpsFak->Prilog1) ,1,2)}
 
I get it:
Image

I would like this:

Image
by mtajkov
Tue Jun 25, 2024 6:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to change image on edit_button in xBrowse
Replies: 4
Views: 632

How to change image on edit_button in xBrowse

Depending on the column value in the DBF file I want to change the image on the EDIT_BUTTON

this is the current code:


oCol := oBrwZbr:AddCol()
oCol:nBtnBmp := 1
oCol:AddResource("PDF")
oCol:nWidth := 36
oCol:oDataFont := oFontBrw
oCol:nEditType := EDIT_BUTTON
oCol:bEditBlock := { | nRow ...
by mtajkov
Tue May 28, 2024 9:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: Barcode value from PDF
Replies: 1
Views: 430

Barcode value from PDF

Is it possible to extract barcode value from PDF document?
by mtajkov
Sun Apr 07, 2024 11:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip of the selector column
Replies: 11
Views: 2184

Re: Tooltip of the selector column

I tried to test the code:

[code]#include "FiveWin.ch"

function Test()

USE CUSTOMER

DEFINE DIALOG oDlg SIZE 600,500 PIXEL
@ 10,10 XBROWSE oBrw SIZE -10,-10 PIXEL OF oDlg ;
DATASOURCE "CUSTOMER" AUTOCOLS ;
CELL LINES NOBORDER

oBrw:bToolTips := ;
{ | oBrw,r,c,f,oMouseCol,nMouseRow ...
by mtajkov
Sun Nov 26, 2023 3:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: Send mail from fastreport
Replies: 1
Views: 486

Send mail from fastreport

I am sending mail from Fastreport so that the "Export to PDF" dialog does not open. When executing the command FrPrn:DoExport("PDFExport"), the report disappears from the screen and Outlook opens. As long as Outlook is open, the report is not visible on the screen.

https://www.smartprint.co.rs ...
by mtajkov
Mon Nov 20, 2023 7:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: QScanner2 compile
Replies: 4
Views: 512

Re: QScanner2 compile

Thank you
by mtajkov
Mon Nov 20, 2023 12:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: QScanner2 compile
Replies: 4
Views: 512

Re: QScanner2 compile

I made the change, but:

┌────────────────────────────────────────────────────────────────────────────┐
│ FiveWin for xHarbour 21.11 - Jul. 2022 xHarbour development power │▄
│ (c) FiveTech, 1993-2022 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8 ...
by mtajkov
Mon Nov 20, 2023 11:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: QScanner2 compile
Replies: 4
Views: 512

QScanner2 compile

Trying to compile QScanner2 with:

@ECHO OFF
CLS
ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄż
ECHO ł FiveWin for xHarbour 21.11 - Jul. 2022 xHarbour development power łÜ
ECHO ł (c) FiveTech, 1993-2022 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8 łŰ
ECHO ...
by mtajkov
Mon Jul 17, 2023 6:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Upload works at home Not at work
Replies: 6
Views: 791

Re: FTP Upload works at home Not at work

Mark,

I have the same problem as you (the file name is uploaded but the size is 0), did you solve the problem?

Regards
Miloš
by mtajkov
Thu Apr 13, 2023 8:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: changing color in xBrowse
Replies: 3
Views: 384

changing color in xBrowse

how do i change the color of highlighted parts in xBrowse?
Image
by mtajkov
Sun Feb 26, 2023 6:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: Resized dialog and combobox
Replies: 3
Views: 463

Re: Resized dialog and combobox

Prg:

#include "fivewin.ch"

Static oInfo

function Main()

Local mPolje
local bSetup := { | oObj, cTitle, nAt, nID, cClsName, oSelf | SetupDlg( oObj, cTitle, nAt, nID, cClsName, oSelf ) }

DEFINE DIALOG oDlg RESOURCE "JedMere"

REDEFINE COMBOBOX oPolje VAR mPolje ITEMS {"Sifra","Naziv"} ID 1002 ...
by mtajkov
Fri Feb 24, 2023 6:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: Resized dialog and combobox
Replies: 3
Views: 463

Resized dialog and combobox

When I change the size of the dialog combobox does not work?
by mtajkov
Wed Nov 16, 2022 6:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: Base64 to PDF
Replies: 14
Views: 1426

Re: Base64 to PDF

Thank you Antonio...

I found it on the forum, it works great:

https://www.fivetechsupport.com/forums/ ... =0#p206651
by mtajkov
Tue Nov 15, 2022 7:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Base64 to PDF
Replies: 14
Views: 1426

Re: Base64 to PDF

Antonio,

Works with xHarbour xHarbour 1.2.3 Intl. (SimpLex) (Build 20201212) but not with xHarbour build 1.2.1 Intl. (SimplLex) (Rev. 9382). I have to use xHarbour build 1.2.1 Intl. (SimplLex) (Rev. 9382)?