Search found 196 matches: vars

Return to advanced search

Re: Add a line on report from xbrowse (NO HTML)

Nages,

I need to have a function for setup to insert many vars

on your image
I need to insert a line whereis the red arrow
Image
by Silvio.Falconi
Wed Dec 13, 2023 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a line on report from xbrowse (NO HTML)
Replies: 2
Views: 253

Re: PAra antonio

Estimado Gustavo, el comando de FWH FWDBG se traduce asi: #xcommand FWDBG <vars,...> => ; XBrowse( ArrTranspose( \{ \{ <"vars"> \}, Eval( \{ || \{ <vars> \} \} ) \} ), ; ProcName(0) + " : Line : " + LTrim( Str( ProcLine(0) ...
by Antonio Linares
Mon Oct 02, 2023 2:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PAra antonio
Replies: 1
Views: 139

Re: Pass Multiple vars with a function call

I'm using also this code         // sample 1        select (cMaster)        set relation to upper(klant_nr) into facturen scoped ADDITIVE        select (cDbf)        // sample 2        ( cMaster )->( O...
by Marc Venken
Fri Sep 08, 2023 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pass Multiple vars with a function call
Replies: 3
Views: 216

Re: Pass Multiple vars with a function call

nageswaragunupudi wrote:
Such long code can be avoided by using SCOPED RELATIONs.
I will try to give you a sample.


That would be very very nice because my entire systems depend on this !!!
by Marc Venken
Fri Sep 08, 2023 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pass Multiple vars with a function call
Replies: 3
Views: 216

Re: Pass Multiple vars with a function call

(cChild)->(dbsetorder(cChildTag))  (cChild)->(ORDSCOPE(0, "" ) )  (cChild)->(ORDSCOPE(1, "" ) )  (cChild)->( ORDSCOPE(0, cZoekData ) )  (cChild)...
by nageswaragunupudi
Fri Sep 08, 2023 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pass Multiple vars with a function call
Replies: 3
Views: 216

Pass Multiple vars with a function call

I have the folowing code and the point is the second variable (document and cData) cData in this case "document" is the fieldname that is used to search for : value is 12345 this works great for 1 field values but i also need this for a combination field like upper(document)+upper(paid). T...
by Marc Venken
Fri Sep 08, 2023 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pass Multiple vars with a function call
Replies: 3
Views: 216

Re: Program is frozen

Natter,

It sounds like a memory leak. Check to make sure you have ended all vars at the end of routines.

James
by James Bott
Thu Jun 15, 2023 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program is frozen
Replies: 14
Views: 502

Re: Mem Files

I correct and Add some source You must Compile with hbxpp.lib F2Bin,bin2f are of xpp Open the vars into a Xbrowse the Editvars function not run and risk to erase file mem #include "fivewin.ch"#include "common.ch"#include "fileio.ch"#define ...
by Silvio.Falconi
Sat Oct 09, 2021 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mem Files
Replies: 11
Views: 713

Re: Size of the window

I found this in my notes: Note that this method updates the instance vars containing the coordinates of the client area of the window, nTop,nBottom,nWidth, and nHeight. These are NOT the coordinates of the window itself. To get the coordinates of the window ...
by James Bott
Wed Oct 06, 2021 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size of the window
Replies: 4
Views: 658

About xbrowse-cellborders and boxdrawings

... You can use a new created cell-colorpicker http://www.service-fivewin.de/IMAGES/Bord2.jpg The start-section with generated vars of < sample.prg > 3 clipboard-buttons are included to copy a section or the complete sample.prg Very urgent the button < Refresh source ...
by ukoenig
Mon Apr 26, 2021 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: About xbrowse-cellborders and boxdrawings
Replies: 1
Views: 453

Documentation for variables - what form should it be?

Hi, This is more of a brainstorming question, rather than anything technical. I'd like to stop using my variant of hungarian notation, because it doesn't really look presentable, and it doesn't fit in with standard modern practice. The way I write variables is like Account_Number_n Customer_Name_edt...
by FWExplorer
Sun Feb 28, 2021 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 917

Re: Marc : Conversion process and questions about it

... During programming we define a lot of local variables local cNum:="", nTel:=0 ..... Maybe you also make a object out of it, so that ALL vars or at least those that are used othen on several places can be set into the object so that they can be easily passed.. I'm thinking more of system ...
by Marc Venken
Tue Jan 05, 2021 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3173

Re: Testing Mod-harbour and Mercury

... time then if I had closer error location, but I practiced myself to work in this situation. I tried to use my old code which contains some PRIVATE vars, and it also works ! Agree that it is better to reorganize my code not to use private vars. Your PDF book is great ! Thanks and Best regards. Dako.
by dakosimo
Fri Aug 07, 2020 6:20 pm
 
Forum: mod_harbour
Topic: Testing Mod-harbour and Mercury
Replies: 2
Views: 573

Testing Mod-harbour and Mercury

... and Mercury web app. Until now found next issues: 1.It appears that IF a==b (also IF ALLTRIM(a)==ALLTRIM(b)) do not work, but IF a=b works. Both vars a and b are string variables with exactly same value. 2.As I have some functions that work with arrays, Mercury informs me about error displaying ...
by dakosimo
Wed Aug 05, 2020 4:54 pm
 
Forum: mod_harbour
Topic: Testing Mod-harbour and Mercury
Replies: 2
Views: 573

Re: Font sizing for printout.

... for 8.5x11 inch paper). Previously, I assumed that nHorzRes() was the dimension of the paper but it is the printable area of the page. All the vars refer to the printable area except for GetPhySize(). oPrn:cModel: HP DeskJet 420,winspool,LPT1: oPrn:nHorzRes(): 2400 [2400/300 dpi = 8 inches] ...
by James Bott
Tue Jun 23, 2020 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font sizing for printout.
Replies: 3
Views: 749
Next

Return to advanced search