Search found 23 matches: numer

Searched query: numer

by Adolfo
Mon Jan 14, 2019 2:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Informative Screen
Replies: 8
Views: 2046

Informative Screen

... screen on what was going on in certains parts of an industry. There were only 5 items to show.
So I made a Xbrowse, with the name of the process, numeric data and a color button. I refresh them every 2 minutes. The input was made by some employees who modified some data on a DBF, I read the dbf and ...
by ukoenig
Thu Mar 15, 2018 11:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 28556

Re: Mr. Rao's samples collection.

... running out of space the setup-section is changed to folder-usage
2. You can set the import to UNIQUE that means
-- the code with the same topic numer is added to the 1. created record
-- like the sample shows the code of these 9 topics will be added to just one record using linefeed
3. some ...
by ukoenig
Tue Dec 12, 2017 2:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: A Colorpicker and RGB-tools
Replies: 53
Views: 11058

Re: A Colorpicker and RGB-tools

... option.
How it works :
Select a startposition from inside the projectbrowser
The hotkey will do a autoappend saving the projectname + the selected numer + 1 and the colorvalues.
No need to add a new record before selecting a new color.
A xbrowse seekfield is added ( index on projectname + number ...
by kajot
Tue Jan 24, 2017 8:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: problem with read from xml file
Replies: 17
Views: 4247

Re: problem with read from xml file

... oXmlRecScan := TXmlIteratorScan():new( oXmlNode0 )
oXmlNode := oXmlRecScan:find( "REJESTR_SPRZEDAZY_VAT" )

DO WHILE oXmlNode <> NIL
tNUMER:=''
tDATA:=''
tNETTO:=''

oXmlFieldScan := TXmlIteratorScan():new( oXmlNode )

oXmlNode := oXmlFieldScan:find( "DATA" )
if oXmlNode#NIL ...
by kajot
Mon Jan 16, 2017 9:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: problem with read from xml file
Replies: 17
Views: 4247

problem with read from xml file

problem with read NUMER from xml file, I get empty NUMER

<NUMER>
<![CDATA[FA/1/12/2016/EXP]]>
</NUMER>

which means <![CDATA[
by Silvio.Falconi
Fri Oct 09, 2015 10:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: Show a message with Xbrowse
Replies: 2
Views: 626

Show a message with Xbrowse

... a function but I need Know wich cell ( of browse1) is selected because I need to read the text into

sample : if the user before select the column numer 5 of Browse1 ( we have 4D)
and then move the mouse on the columns of browse2 row 1
the procedure must control if the teacher of Browse2 is the ...
by Adolfo
Wed May 28, 2014 8:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Proportional font size according to window resolution
Replies: 17
Views: 5357

Re: Proportinal font size according to window resolution

... with the module that shows the information. The app starts with windows and keeps on until they turn the pc off
I have it working with a fixed numer of lines and fixed font size.

The problem is that the number of lines will change.
From 1 to 3, I use the same font size, then I'll have to change ...
by noe aburto
Thu Aug 08, 2013 11:56 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Reset del Vscroll xbrowse
Replies: 0
Views: 316

Reset del Vscroll xbrowse

Saludos.

he iniciado a crear browse con xbrowse, ya cheque la clase del tal y no veo como un refresh o reset a la barra vertical ya que ha cambiado el numer de registros en mi tabla.

Algun ejemplo?
by ukoenig
Fri Aug 05, 2011 5:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to create Auto-filenames ( Counter ) ?
Replies: 12
Views: 4070

How to create Auto-filenames ( Counter ) ?

... more changes of Image1.jpg must have Names : _Image1_3.jpg, _Image1_4.jpg .....

Maybe scanning the Directory with Wildcard to detect the last used Numer ?

scanning for :
_Image1_*.jpg

aDir := directory('.\Images\_Image1_*.jpg')
NewValue := Len( aDir ) + 1

Existing Files :
_Image1_1.jpg ...
by Robert Frank
Thu May 05, 2011 3:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Invoice
Replies: 7
Views: 1782

Re: Invoice

... AllTrim(FIRMY->ADR1)))
AADD(aSPR,OemToAnsi(AllTrim(FIRMY->ADR3)+" "+AllTrim(FIRMY->ADR4)))
AADD(aSPR,"NIP : "+AllTrim(FIRMY->NIP))
AADD(aSPR,"numer konta bankowego")
AADD(aSPR,AllTrim(FIRMY->BANK1))
AADD(aSPR,AllTrim(FIRMY->BANK2))


AADD(aNAB,OemToAnsi(AllTrim(FVAT1->NAZWA1)))
AADD(aNAB ...
by Robert Frank
Fri Oct 22, 2010 9:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: ReadComm( )
Replies: 4
Views: 2006

Re: ReadComm( )

... good . I prefer Chr(255) is beter to recognize space received from RS.

STATIC cSPEED:=":9600,N,8,1"
STATIC hPORT // handler portu
STATIC nPORT // numer portu

Function COM_OPEN(xPORT)
Local pNAME
Local nError,cDCB
Local xRESZTA:=.T.
Do Case
Case xPORT=1
pNAME:="COM1"
Case xPORT=2
pNAME:="COM2 ...
by mauri.menabue
Tue Dec 15, 2009 7:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Toexcel number conversion
Replies: 1
Views: 496

Xbrowse Toexcel number conversion

Hello

I remarked that when I use xbrowse Toexcel() in excel the numer are always wrong .
I try to use xbrNumFormat() without success .

It's a xbrowse bug ?
Fwh 9.11 November

This is test program by another Maurizio

#include 'fivewin.ch'#include 'xbrowse.ch'static oFont, ovFont,oWnd,oBrwfunction ...
by Daniel Garcia-Gil
Sat Jun 27, 2009 12:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: Checking non released GDI objects
Replies: 13
Views: 6322

Re: Checking non released GDI objects

Hello James.

> Is the second column the windows handle?
yes, is control handle

> What is the last column?
is the numer line from call
by Francisco Horta
Wed May 27, 2009 6:20 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Algunas ideas para proyecto
Replies: 6
Views: 1048

Re: Algunas ideas para proyecto

Armando, eso es precisamente de lo que quiero la idea, como hacerlo en codigo, como poner un texto con numer y que avanzara como si fuera un reloj rapidisimo mostrando los numeros luego que se detenga, que funciones uso, ai me bloquee, con un timer, como? como pararlo, como hacer que muestre los ...
by Carlos Mora
Thu May 14, 2009 9:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ist there aMaximum Number of Prgs for a Makefile?
Replies: 4
Views: 944

Re: Ist there aMaximum Number of Prgs for a Makefile?

... tmp @del $&#40;APP_EXE_DIR&#41;\$&#40;APP_NAME&#41;.tds @rem del make.tmp @if exist INSTALA.BAT call INSTALA.BAT

You will find some special details, like using Pelles Resource compiler. The prg list should be added, it can support an unlimited numer of them.

Hope you find this usefull,

Regards.