Search found 376 matches: pos

Return to advanced search

Re: @Uwe Install program for mod harbour

... All links are working :!: The installer is on top as well inside the internet-browser NO download on Pos. 4 I still have to include a progress-wheel Because the selected button will be disabled, I will add a button < undo > to start the download ...
by ukoenig
Mon Sep 30, 2019 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: @Uwe Install program for mod harbour
Replies: 20
Views: 3733

Re: Pdf a variable - SOLUCIONADO

pos ya mire el fin: Para resumir y si alguien pudiera darme una mano. Lo que necesito hacer es leer un archivo pdf y codificarlo en base64 para ser enviado a un WS. pues sip, para esos es usalmente usado el base64 (por ejemplo ...
by carlos vargas
Wed May 15, 2019 7:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pdf a variable - SOLUCIONADO
Replies: 5
Views: 1136

A Problem w. autofocus and marquestyle_highlight_cell ?

... the browser to find a solution. A selected column 2 still shows column 4 ( only if changing the column inside the sane row ) :!: :( To get the col-pos I'm using : nColPos := oBrw:SelectedCol():nCreationOrder http://www.pflegeplus.com/IMAGES/Autofocus3.jpg http://www.pflegeplus.com/IMAGES/Autofocus1.jpg ...
by ukoenig
Wed Apr 17, 2019 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Problem w. autofocus and marquestyle_highlight_cell ?
Replies: 0
Views: 346

Problem to save a value

... each record it not run because I not recreate the index because I open the dbf in share mode I use a field "ORDINE" where I save the n position to move a record from a position to another I first create an array from archive aArray:= SE->( FW_DbfToArray("id,name,breve,price,image,struttura,unit,a4,pos,multiple,islock,ordine" ...
by Silvio.Falconi
Thu Jan 03, 2019 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem to save a value
Replies: 3
Views: 1003

error with xbrowse

... OF oDlg ; COLUMNS 5,2,4,7,8,9,12,11; HEADERS "Tipo","Descrizione","Costo","Disp.","A4", "Pos", "Ord.",""; COLSIZES 40,110,50,50,28,28,30,34 ; CELL LINES NOBORDER ; DATASOURCE "oServiziSingoli" WITH OBJECT ...
by Silvio.Falconi
Wed Dec 26, 2018 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error with xbrowse
Replies: 4
Views: 1084

Re: Favor Ayuda Urgente

Remtec Saludos, ahora reviso el codigo, segun tu pos estas desarrollando para el área medica, si necesitas apoyo funcional podrá darte algunas recomendaciones, desde hace años me forme en diversas disciplinas para lograr normalizar mis aplicaciones, ...
by jnavas
Wed Nov 28, 2018 2:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Favor Ayuda Urgente
Replies: 20
Views: 2599

Re: xBrowse error on ADS

... #include "fivewin.ch" REQUEST ADS static hAds, oConn, lOk function main() local cPath := "D:\projects\fwh1706\pos6\LocalDB\POS.add" lOk := .F. RddRegister("ads",1) RddSetDefault("Ads") AdsSetServerType ( 1 ) // local lOk = ADSConnect60( cPath, 1, ...
by ryugarai27
Sat Sep 01, 2018 5:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 2736

Re: Cual clase para imprimir tickets?

Armando:

Con EasyReport. La ventaja es que usted lo conoce y me enseño a utilizarlo....Saludos...

Image
by MauroArevalo
Wed Aug 08, 2018 11:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cual clase para imprimir tickets? (SOLUCIONADO)
Replies: 17
Views: 2909

Multithread issue

... \ WINUTIL.PRG \ ABOUT.PRG \ FAQ.PRG \ factsht.PRG \ stocksel.PRG \ stockcat.PRG \ register.PRG \ screen.PRG \ tsm.PRG \ paytypes.PRG \ tabs.PRG \ POS.PRG \ POSSETUP.PRG \ paybuttn.PRG \ datasync.PRG \ repsales.PRG \ repstaff.PRG \ repregid.PRG \ DKTPRINT.PRG \ repbank.PRG \ reglook.PRG \ reminder.PRG ...
by patdriscoll
Tue Jul 17, 2018 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithread issue
Replies: 2
Views: 803

Re: OT: ADS & Win 10 April Update

... install ... I had a walk in customer come into the store that manages several Restaurants and he was complaining about the same thing ... his POS database would not connect to his clients .. amazingly enough ... if I opened a folder ( while he was remoted into his restaurants network) .. I ...
by Rick Lipkin
Mon May 14, 2018 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: ADS & Win 10 April Update RESOLUTION
Replies: 25
Views: 6148

Epson TM T20II con EasyReport

... térmicas, exactamente la EPSON TM T20II y con la opción de previsualización. En la práctica no es muy recomendable previsualizar la factura POS, solamente lo hago para dar un ejemplo didáctico, aunque el usuario tiene la opción si quiere o no previsualizar. http://www.hymplus.com/imagenes/IMAGE2.png ...
by MauroArevalo
Thu Apr 12, 2018 2:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Epson TM T20II con EasyReport
Replies: 0
Views: 506

Re: Xbrowse < :nColSel > col-pos change at runtime rel. to index

Hello Uwe,
have you checked the Terms of use. It seems to me as there are some limitations.

https://de.freepik.com/terms_of_use

Best regards,
Otto
by Otto
Sat Mar 31, 2018 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse < :nColSel > col-pos change at runtime rel. to index
Replies: 15
Views: 3544

Re: xBrowse + EDIT_GET

Based on the samples below, I made a small program that create's the browse I want, But the update of field (Cat_Pos = position) is not done. There is something missing, most likely with the primary keys not included ? For : PS_category_product I see id_category id_product For : PS_product_lang id_p...
by Marc Venken
Tue Mar 20, 2018 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + EDIT_GET
Replies: 14
Views: 1687

Re: Xbrowse < :nColSel > col-pos change at runtime rel. to index

Rao,

I noticed the link above includes a mixture of free and commercial icons

from a german webside ( absolutely free )
99,454 icons

https://de.freepik.com/freie-ikonen

I will add some more links

regards
Uwe :D
by ukoenig
Fri Mar 16, 2018 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse < :nColSel > col-pos change at runtime rel. to index
Replies: 15
Views: 3544
PreviousNext

Return to advanced search