Search found 23 matches: dinamic

Return to advanced search

Antiguo programa, error al correr

... lo compilo sin problemas pero al correr el ejecutable compilado me da el siguiente mensaje: "The ordinal 468 could not be located in the dinamic link library" alguna idea no recuedo haber tenido nunca este problema Estoy utilizando FWH 1601, xHarbour, BCC 582 Gracias por su tiempo ...
by Marcelo Via Giglio
Mon May 02, 2022 12:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antiguo programa, error al correr
Replies: 1
Views: 273

QR Code Crystal Reports 11

Hi,

What do you use to print dinamic QR Codes ?

Regards
Antonio H Ferreira
by AHF
Wed Apr 03, 2019 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: QR Code Crystal Reports 11
Replies: 0
Views: 252

Re: Create a safe link for download

... using HB_MD5 function. To make it safer, you can 'salt' the convertion, using another aditional data to add to the original name, be it static or dinamic. eg. cInvoiceNo:= '58144' cSalt:= 'Maveco.be' // this is up to you. cFilename:= HB_MD5( cInvoice + cSalt ) Whith this, and if NOBODY knows the ...
by Carlos Mora
Mon Apr 03, 2017 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a safe link for download
Replies: 3
Views: 1289

Re: Dinamic picture change in FastReport

1. code : procedure Picture1OnBeforePrint(Sender: TfrxComponent); begin if callhbfunc('file',['.\sub\'+trim(<masterdata."imgid">)+'.jpg']) then TfrxPictureView(page1.FindObject('picture1')).Picture.LoadFromFile('.\sub\'+trim(<masterdata."imgid">)+'.jpg') else TfrxPic...
by Horizon
Fri Aug 12, 2016 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dinamic picture change in FastReport
Replies: 7
Views: 3104

Re: Dinamic picture change in FastReport

Mike, thanks for response, but this is not my problem, let me give an explanation: when we define a FastReport variable CopyName# and we define some numbers of copies, we can get for every copy different content of the CopyName# frxglobalvariables['copyname0'] := 'PREVIEW';  frxglobalva...
by Marcelo Via Giglio
Mon Jul 04, 2016 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dinamic picture change in FastReport
Replies: 7
Views: 3104

Re: Dinamic picture change in FastReport

Not if it is really what you need , but when I insert an image from a file, what I do is the following: I have a file in the following path : c:\image\picture1.jpg in the report, i put a image control and in the event OnBeforePrint of de Page indicated the following: Page1OnBeforePrint procedure (Se...
by Mike Serra
Mon Jul 04, 2016 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dinamic picture change in FastReport
Replies: 7
Views: 3104

Re: Dinamic picture change in FastReport

Otto,

thanks for the response, but the mentioned sample link a picture with a field in data source directly, it is not what I need

thanks any way

regards

Marcelo
by Marcelo Via Giglio
Sun Jul 03, 2016 1:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dinamic picture change in FastReport
Replies: 7
Views: 3104

Re: Dinamic picture change in FastReport

Hello,

do you have DEMO_FWH.prg ?
I think memos and picture shows what you want.
Best regards,
Otto

Image
by Otto
Sat Jul 02, 2016 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dinamic picture change in FastReport
Replies: 7
Views: 3104

Re: Dinamic picture change in FastReport

Hello, first thanks for your response. Let me be more clear what I need. We can define reports copy with global variable CopyName# frxglobalvariables['copyname0'] := 'PREVIEW';  frxglobalvariables['copyname1'] := 'COPY1';    frxglobalvariables['copyname2'] := '...
by Marcelo Via Giglio
Sat Jul 02, 2016 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dinamic picture change in FastReport
Replies: 7
Views: 3104

Re: Dinamic picture change in FastReport

1. code : procedure Picture1OnBeforePrint(Sender: TfrxComponent); begin if callhbfunc('file',['.\sub\'+trim(<masterdata."imgid">)+'.jpg']) then TfrxPictureView(page1.FindObject('picture1')).Picture.LoadFromFile('.\sub\'+trim(<masterdata."imgid">)+'.jpg') else TfrxPict...
by ShumingWang
Sat Jul 02, 2016 5:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dinamic picture change in FastReport
Replies: 7
Views: 3104

Dinamic picture change in FastReport

Hello,

for the fastreport's users.

We can define copies of the report with dinamic content using CopyName# variable, aditionaly I need to change some picture for every copy, did somebody make some thing like that?

thanks in advance

Marcelo V'ia
by Marcelo Via Giglio
Fri Jul 01, 2016 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dinamic picture change in FastReport
Replies: 7
Views: 3104

Re: AUTO SCROL into an EDIT or TEXT

Hi Antonio,

The width is Dinamic, It starts with zero and keeps growing while the users chat. then I do a REFRESH, I tried a TEXT OBJECT and a EDIT OBJECT also, is there any command to set in the end?

Thank you
by sistemasit
Sun Jun 07, 2015 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AUTO SCROL into an EDIT or TEXT
Replies: 5
Views: 837

Re: xBrowse - Add Array

Hallo joek hoa... :)
Thanks for reply

the result is wrong, all record to display just in 1 colums..
if I define array at the top the result is okay.. but i want to create dinamic xbrowse with array..

Any idea...?


Mulyadi.
by Mulyadi
Tue Oct 09, 2012 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Add Array
Replies: 7
Views: 1209

Re: Dinamic CheckBox

Eduardo, I see two issues. First, you can't assign mutiple checkbox objects to the same variable oTipoProd. But, assuming this was to hold the checkbox control object, I don't think you need these anyway. What you are missing is a varible to hold the values of the checkboxes (perhaps that is what yo...
by James Bott
Mon Jun 20, 2011 11:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dinamic CheckBox
Replies: 1
Views: 453

Dinamic CheckBox

Good afternoon i'm tryng develop a program where the number of checkbox is variable i got it make appear on the monitor but, on the moment of allocation, It does'nt allocate on the variable due my code: function filtraPedido()local oDlg4, x:=1,ou:=""  //pra por os 'or' no filt...
by eduardo
Mon Jun 20, 2011 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dinamic CheckBox
Replies: 1
Views: 453
Next

Return to advanced search