Search found 110 matches: proceed

Return to advanced search

Prestashop Mapping solution

... example : The data1 should go in field C, Data2 in Field A,..... I believe it is called MAPPING fields. Any part of source to show how I should proceed. The csv are random in structure, since I get them from my brands and they contain many field. I want to populate 10's of CSV into 1 dbf file ...
by Marc Venken
Thu Oct 20, 2016 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prestashop Mapping solution
Replies: 17
Views: 9023

Re: Error con FiveDBU

The error occurs when the connection failed to open.

In the function AdoOpen() in FiveDbu.prg, after trying to open the connection, it should be checked if oCon == nil or not. If oCon is nil, open failed and if not we should proceed to open the schema and other recordsets.
by nageswaragunupudi
Sun Mar 20, 2016 1:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con FiveDBU
Replies: 12
Views: 1548

Re: ADO RDD xHarbour

... Alternately, you could just try getting up and running with the ACCESS Northwind.mdb as I have done. Then once you have that figured out you could proceed to trying to get the MariaDB going too. James
by James Bott
Thu Jul 02, 2015 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447034

Re: How to create this xbrowse-filter ?

... KUNDE + NAME1 ) on ( cMonat ) DBF. Let us assume (1) field lengths of NAME1 and NAME OF KUNDE are the same as KUNDE and NAME1 of ( cMonat ) If so proceed like this: ( cMontat )->( OrdSetFocus( <tagnameof the above index expression> ) SELECT KUNDE SET RELATION TO UPPER( NAME1 + NAME ) ...
by nageswaragunupudi
Sat May 23, 2015 2:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create this xbrowse-filter ?
Replies: 6
Views: 1765

Re: ADO RDD xHarbour

... in editions or transactions when we lock we do resync and if there is an error we requey and locks fail so edition or transaction doesn't not proceed. But with new records... We are studying a way to trigger that and requery again the recordset when needed. As ADO expertise do you have any ...
by AHF
Sat May 09, 2015 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447034

Re: ADO RDD xHarbour

Antonio,

I dont have any c expert and even so it would be dificult to understand it without proper documentation.

In order to proceed I need the following functions working:


OrdFor()
FieldSize() or FieldLen()
FieldDec()
DbrlockList()

I'm in a dead end ! What do you propose?
by AHF
Mon Mar 23, 2015 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447034

Re: ADO RDD xHarbour

... starts one. On the other hand if one issues an unlock during a transaction because the fields information needed didn’t checked right and did not proceed with it issuing a COMMIT TRANS after the unlock isn’t a problem because there isn’t nothing to commit and the TRANSACTION is finished assuming ...
by AHF
Wed Mar 18, 2015 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447034

Re: ADO RDD xHarbour

Hello Lucas, Im using the rddado.prg and .ch posted by Antonio in previous post. I've proceed with the changes posted after because I always get an error . I'm trying to work first with dbf files like this. RddRegister("ADORDD",1) RddSetDefault("ADORDD") ...
by AHF
Tue Mar 10, 2015 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447034

Novedades de Sarabjeet! :-)

... I install ? I mean for running it, not for bulding it. I really would like to share this asap with the users, so as soon as you tell me how to proceed I will share it. waiting for your news, best regards, Antonio Recordaros que este proyecto es integrar el lenguaje Harbour en el IDE de Visual ...
by Antonio Linares
Sun Mar 08, 2015 12:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Novedades de Sarabjeet! :-)
Replies: 0
Views: 383

News from Sarabjeet! :-)

... I install ? I mean for running it, not for bulding it. I really would like to share this asap with the users, so as soon as you tell me how to proceed I will share it. waiting for your news, best regards, Antonio I remind you that this project goal is to integrate Harbour in the Visual Studio ...
by Antonio Linares
Sun Mar 08, 2015 12:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: News from Sarabjeet! :-)
Replies: 0
Views: 420

Re: Create a Harbour language extension for Visual Studio IDE

... I really appreciate if all of you test it. If it is fine, then we will proceed to implement the Harbour and FWH syntax :-) We are much closer to have it! Here are the detailed instructions. Please test it: https://bitbucket.org/fivetech/myclanguageservice/issue-attachment/5/fivetech/myclanguageservice/1411315227.59/5/Steps%20to%20Run%20MyCLanguageService.docx
by Antonio Linares
Sun Sep 21, 2014 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Harbour language extension for Visual Studio IDE
Replies: 52
Views: 98387

New FTDN (July) 2014 (FWH 14.07)

... is empty or not while using the navigation methods. // TDATABASE syntax oRs := TRecSet():New( , "CUSTOMER", oCon ) if oRs:use() // proceed else // error opening endif Other methods are similar to TDatabase // Fields containing blanks can be accessed/assigned by replacing spaces ...
by Antonio Linares
Mon Aug 04, 2014 6:41 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN (July) 2014 (FWH 14.07)
Replies: 3
Views: 3113

Re: DBF to SQL script tool

... oCn := FW_OpenAdoConnection( cStr ) we need to check: if oCn == nil // connecton failed. take appropriate action else // connection succeeded. Proceed with next work endif You failed to connect to the server because your connection string ( cSqlCon := "Server=0.0.0.0;Database=CDMWINFRT;User ...
by nageswaragunupudi
Sat Jun 28, 2014 12:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL script tool
Replies: 50
Views: 13636

Re: FiveWeb (FiveWin days are numbered)

... I know how much help I got from Lailton, whenever I got stuck. Tons of "hidden" methods and functions without which there is no way to proceed. It is not a small job, so I don't expect this to happen before at least 2 months from now. Most likely during the summer. I am saying this ...
by codemaker
Tue Apr 29, 2014 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb (FiveWin days are numbered)
Replies: 70
Views: 24996

Re: problem with FWH 2013.09 and xHarbour.com

... 1405<<< ---------------- I linked the following LIB: mem32.lib send32.lib oleddlg.lib png.lib from xHB Can you help me please I cannot proceed Boris
by codemaker
Sat Nov 16, 2013 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with FWH 2013.09 and xHarbour.com
Replies: 4
Views: 1795
PreviousNext

Return to advanced search