Search found 47 matches: supplier

Return to advanced search

Re: simple image viewer - sample

Another sample....My procedure for attaching documents to a product, a customer, a supplier to an invoice, etc https://i.postimg.cc/gj1t5MHS/hjg.gif Notice.. each type of document can be opened with specific application , my procedure search these ...
by Silvio.Falconi
Sat Jun 10, 2023 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: simple image viewer - sample
Replies: 3
Views: 289

ActiveX - CREATEOBJECT and singleton pattern

...             // -> " I'm here !!!!!!"            //==========================================  I received an email from the equipment supplier saying that they use a singleton pattern to manage and control instances of Bluetooth connections and suggest that I use the factory method ...
by metro2
Tue Sep 28, 2021 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX - CREATEOBJECT and singleton pattern
Replies: 21
Views: 1604

FWH, VPN and SMB

Hello, A lot of my customers want to work from home due to the corona crisis. Their IT-supplier installed a VPN, so they can make a connection from their PC or laptop at home to the server at the office. If my applications are used, everything is going just fine, as ...
by driessen
Fri Apr 17, 2020 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, VPN and SMB
Replies: 27
Views: 2510

Re: To James Bott - Error Using TData

... think you not undestood the rule of Italian Goverment the Italian regulation does not allow for canceled or canceled numbers: - for the customer / supplier registry, only the number is sufficient (but it must be progressive) - for articles ,there is the article code so there is no problem - for ...
by Silvio.Falconi
Wed May 29, 2019 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5133

Re: xBrowse change record values runtime

nageswaragunupudi wrote:Set filter to "LTYPE='S'" or 'C' or 'W' for showing Supplier, Client or WSale


Xbrowse should DISPLAY "Supplier" text instead of "S"


I have sent you screenshot in whatsapp.

Regards
Yunus.
by dagiayunus
Thu Apr 05, 2018 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse change record values runtime
Replies: 4
Views: 695

Re: xBrowse change record values runtime

Set filter to "LTYPE='S'" or 'C' or 'W' for showing Supplier, Client or WSale
by nageswaragunupudi
Thu Apr 05, 2018 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse change record values runtime
Replies: 4
Views: 695

xBrowse change record values runtime

Dear Sir,

I have database Field name LTYPE contain records as below
LTYPE
S
C
W

I want to Display Supplier for S in xbrowse
Client for C
and
Wsale for W records

Thanks & Regards
Yunus
by dagiayunus
Thu Apr 05, 2018 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse change record values runtime
Replies: 4
Views: 695

Re: Xbrowse with more that one oRs into it.

... ready for my problem. I think I don't have the right fresh head today :twisted: SELECT productID, productName, categoryName, companyName AS supplier FROM products INNER JOIN categories ON categories.categoryID = products.categoryID INNER JOIN suppliers ON suppliers.supplierID = products.supplierID ...
by Marc Venken
Mon Nov 13, 2017 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse with more that one oRs into it.
Replies: 7
Views: 3326

suggestions how to implement a procedure with xbrowse

I work in a school. in school when you have to purchase the products you have to ask for at least 5 or 6 quotes from different suppliers. It happens that you do not always ask the same material in the 5 suppliers. This is because you have to take the material and then you have to make ...
by Silvio.Falconi
Fri Mar 03, 2017 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: suggestions how to implement a procedure with xbrowse
Replies: 1
Views: 520

Re: HaruPDF library

... and things like that, but no one with that name. If you are using the professional version of xHarbour may be you should ask for support to your supplier, it is a propietary product. If you try Harbour probably you can get better help, at least to what is related to HaruPdf. We even have a library ...
by Carlos Mora
Sat Feb 25, 2017 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HaruPDF library
Replies: 8
Views: 1871

Re: Prestashop Mapping solution

... to convert a csv file to a dbf but I want 1 master dbf file where all the csv-files will be imported. The csv files contains different data (every supplier has it own structure data) but I want to import them in a correct field in the dbf. Mostly the csv have easy 20-80 fields. Dbf Master Csv1 ...
by Marc Venken
Fri Oct 21, 2016 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prestashop Mapping solution
Replies: 17
Views: 9022

Re: TDolphin error oQry:Save()

Hola, sigo con problemas, a ver si alguien me puede ayudar: ¿ TDolphin puede guardar sin problemas datos en campos enum ? Parto de la tabla vacía, si ejecuto: ccadena := "INSERT INTO ps_product(reference) VALUES('123456')" oServer:Execute(ccadena) Me inserta un nuevo registro, pero luego c...
by Sebastián Almirón
Mon Nov 18, 2013 12:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDolphin error oQry:Save()
Replies: 17
Views: 5240

Re: TDolphin error oQry:Save()

Hola Marcelo, La estructura no la cree yo, como he indicado se trata de una base de datos Prestashop y se crea durante la instalación de este, pero en PhpMyAdmin es así: CREATE TABLE `ps_product` ( `id_product` int(10) unsigned NOT NULL auto_increment, `id_supplier` int(10) unsigned default NULL, `i...
by Sebastián Almirón
Mon Nov 18, 2013 8:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDolphin error oQry:Save()
Replies: 17
Views: 5240

Re: Problem Clicking on Fields in Dialog

... 40, 8 CONTROL "", 105, "Edit", ES_AUTOHSCROLL|ES_WANTRETURN|ES_UPPERCASE|WS_BORDER|WS_TABSTOP, 55, 65, 65, 12 CONTROL "Supplier ID", -1, "Static", WS_GROUP, 5, 82, 47, 8 CONTROL "", 106, "Edit", ES_AUTOHSCROLL|ES_WANTRETURN|ES_UPPERCASE|WS_BORDER|WS_TABSTOP, ...
by cdmmaui
Thu Nov 07, 2013 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Clicking on Fields in Dialog
Replies: 11
Views: 3871

Re: access to a supplier web site under program control

Lailton, Rick, Rick, http://www.fiveweb.com.br/curl-test/curl-test.rar Note I access this url with Curl.exe make login and return me result: http://www.fiveweb.com.br/curl-test/ ( I don't know if is it that you wanna, more please test. ) :D Do you keep a copy of t...
by Antonio Linares
Thu Feb 07, 2013 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: access to a supplier web site under program control
Replies: 21
Views: 7621
Next

Return to advanced search