Search found 125 matches: catalog

Return to advanced search

Re: Data exchange between PC and Android device on the same loca

... or Fixed Assets. Check In Out and ToolRoom. They perform work very separate from ERPs in a Non-Critical environment. The PC module is basically catalog and reports. Mobile terminals perform the CRUD part. The update is almost always Batch. When Windows Mobile appeared I migrated the mobile part ...
by Arturo Lopesoria
Thu Feb 22, 2024 11:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 782

connecting SQL SERVER VIA ODBC PROLEM

... we have follow problem: [CODE] oApp:oCon:ConnectionString:= "Provider=SQLOLEDB;Password=xxxx3;Persist Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" TRY oApp:oCon:Open() CATCH oError MsgInfo("No se pudo lograr la conexión"+OAPP:OCON:CONNECTIONsTRING,oApp:cAplicacion) ...
by MANOLO
Mon Jan 29, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: connecting SQL SERVER VIA ODBC PROLEM
Replies: 0
Views: 327

CONEXION ADODB SQL SERVER

... se le ocurre el porqué: oApp:oCon:ConnectionString:= "Provider=SQLOLEDB;Password=xxxx3;Persist Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" TRY oApp:oCon:Open() CATCH oError MsgInfo("No se pudo lograr la conexión"+OAPP:OCON:CONNECTIONsTRING,oApp:cAplicacion) ...
by MANOLO
Mon Jan 29, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 4
Views: 284

CONEXION ADODB SQL SERVER

... se le ocurre el porqué: oApp:oCon:ConnectionString:= "Provider=SQLOLEDB;Password=xxxx3;Persist Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" TRY oApp:oCon:Open() CATCH oError MsgInfo("No se pudo lograr la conexión"+OAPP:OCON:CONNECTIONsTRING,oApp:cAplicacion) ...
by MANOLO
Mon Jan 29, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 0
Views: 146

Re: Interesting discussion with ChtGPT

... by reviewing and potentially revising the questions I provide?" Depending on the question, I take the point into the PROMPT_Editor question catalog or into my manual. My tool - preproPatcher - AKA Harbourino - is very suitable for collaboration with AI. I have organized my code according ...
by Otto
Tue Nov 07, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1241

Re: Image Recognition

hi Otto,

do you mean KB5031356 :?:

have a look at Microsoft Update Catalog
https://www.catalog.update.microsoft.com/Search.aspx?q=KB5031356

---

as i have read KB5031356 made (again) Problem so there was a "Rollback"
by Jimmy
Thu Oct 19, 2023 4:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image Recognition
Replies: 9
Views: 673

Re: XML, CON ARCHIVO ADJUNTO PDF

... 9 0 obj <</Names[(JR_PAGE_ANCHOR_0_1) 8 0 R]>> endobj 10 0 obj <</Dests 9 0 R>> endobj 11 0 obj <</Names 10 0 R/Type/Catalog/ViewerPreferences<</PrintScaling/AppDefault>>/Pages 7 0 R>> endobj 12 0 obj <</Creator(JasperReports \(docTraspasoVendedor_Electronico\))/Producer(iText ...
by elmoiquique
Sat Sep 30, 2023 6:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML, CON ARCHIVO ADJUNTO PDF
Replies: 35
Views: 2269

Re: build Import LIB from LibPQ.DLL

... not need to use FW_SetUnicode(.T. / .F.) Please also share the code for creating a table with WIN1252 please Note : "Database" = "Catalog" does "hold" TABLE you can use "Database" e.g Customer1 to "hold" all TABLE of Customer1 you can use "Database" ...
by Jimmy
Thu Jul 20, 2023 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2813

Re: build Import LIB from LibPQ.DLL

... now it work perfect UTF8 <-> WIN1252 and no hb_translate() is need any more :D ! Note : SERVER_ENCODING Setting are default for Database ( Catalog ) ... but Table itself can be different p.s. have use TGrid() but it should work with XBROWSE too
by Jimmy
Thu Jul 20, 2023 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2813

Re: build Import LIB from LibPQ.DLL

... and the files names YES, that seems to work :D it compile/link now without Problem, under 64 Bit using MSVC, and i got to 1st Step to show "Catalog" --- to build hbpgsql.LIB your need LibPQ.LIB from PostgreSQL Server and also some *.h copy LibPQ.LIB into c:\fwh64\lib\ hbpgsql.hbP -hblib ...
by Jimmy
Fri Jun 30, 2023 5:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2813

Re: FiveDBU ODBC and PostgreSQL

hi

found Demo c:\fwh\samples\testodbc.prg which work with ODBC to open PostgreSQL Catalog / Table :D

i can "modify" Data but it "seems" that Table is "read only" :shock:
how to modify Sample for R/W :?:
by Jimmy
Tue Jun 27, 2023 12:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU ODBC and PostgreSQL
Replies: 8
Views: 513

Demo c:\fwh\samples\access.prg crash

hi, i try to run Sample c:\fwh\samples\access.prg it start and show "Catalog" but when click on CUSTOMER (or other) it crash Path and name: C:\fwh\samples\access.exe (32 bits) Size: 4,832,256 bytes Compiler version: Harbour 3.2.0dev (r1801051438) FiveWin ...
by Jimmy
Mon Jun 26, 2023 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Demo c:\fwh\samples\access.prg crash
Replies: 2
Views: 336

FiveDBU + PostgreSQL using ADO

hi, i want to use FiveDBU to access PostgreSQL Table (Database) but i use a "Catalog" for all Table of a Client so how to access "Catalog mdidemo" and open Table "artikel" using FiveDBU :?: --- Picture show my HMG Version https://i.postimg.cc/VkT3vcQp/HBPGU.jpg ...
by Jimmy
Sat Jun 24, 2023 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU + PostgreSQL using ADO
Replies: 0
Views: 144

Re: Connection to XPlane Flight Simulator

... of the simulator I have been building gradually using OpenCockpits electronics and my own programming. https://www.opencockpits.com/catalog/tarjetas-electronicas-iocards-c-21.html https://live.staticflickr.com/65535/52958764057_3eb94a0010_b.jpg The external view ...
by alvaro533
Thu Jun 08, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connection to XPlane Flight Simulator
Replies: 13
Views: 994

Re: EXPORTAR DATOS DESDE FW A PRESTASHOP

... deliver the data as CSV or XLS. That never changes... Presta Does. I used several mudules and be far the best in performance and use was : Product Catalog (CSV, Excel) Import : Will be around 140 euro. In Belgium a IT's = 70 euro a hour ))) Good afternoon Mark Yes, you are absolutely right. I have ...
by JESUS MARIN
Sat Jan 07, 2023 5:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXPORTAR DATOS FW A PRESTASHOP [SOLUCIONADO PROBLEMA IMAGEN]
Replies: 32
Views: 2702
Next

Return to advanced search