Search found 202 matches: somehow

Return to advanced search

Re: FW user login to authenticate from windows active directory

Thanks Hebert.

Thank you for this update. If I have time I will try this.. somehow I abandoned the idea :)
by fraxzi
Tue Nov 17, 2015 3:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW user login to authenticate from windows active directory
Replies: 31
Views: 10135

Re: Mejoras para scintilla

... on the original idea containing Fivewin. I do not want this reflection is understood as something negative, no one forced me to do this work, somehow only thank all the code that I have used other collaborators throughout my time programming in this wonderful tool. I will continue here for ...
by cnavarro
Sun Oct 25, 2015 2:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 869791

Re: DBF to SQL converter program

... TO MYSQL SERVER localhost DATABASE vardb USER root PASSWORD mysqlpassword //vardb should literally replaced by DB2 and then it should work also. Somehow I can not get this work. Maybe you know it, or where can I find a solution in a post.
by pieter
Tue Jul 28, 2015 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 18310

Re: How to obtain return value of a called exe?

WaitRun() is expected to return the exitcode of executed exe.
But somehow I could not get reliable results.
You may try testing it.
by nageswaragunupudi
Tue Jun 30, 2015 3:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to obtain return value of a called exe?
Replies: 7
Views: 1060

Re: testads.prg

Hi Dutch, thank you.

I compiled and run testads.prg in C:\Pieter\fwh\samples and it worked. Somehow in Pieter\sqlapp it does not work.
The application which we want to migrate to sql, still uses ads, therefor I want to understand ADS as well.

Pieter
by pieter
Wed Jun 17, 2015 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: testads.prg
Replies: 9
Views: 1836

Re: XML Error (Invalid character as tag name)

Hi Antonio, somehow I could create an .obj, so now I can move on:D (but errors or warnings remain), I am now searching for hbzip.lib, I can not find it in hb30\lib\win\bcc , so I am wondering what the solution is. Should I use another ...
by pieter
Wed Jun 03, 2015 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML Error (Invalid character as tag name)
Replies: 19
Views: 2653

Re: ADO RDD xHarbour

Antonio, I am also having trouble with MySQL. For somehow, at ADOFINDREC() oRecordSet:AbsolutePosition := IF( oRS:AbsolutePosition == adPosEOF, oRS:RecordCount() + 1, oRS:AbsolutePosition ) is set to -1, and it gives an error. oRecordSet:AbsolutePosition ...
by lucasdebeltran
Fri May 22, 2015 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 449672

Re: ADO RDD xHarbour

Enrico,

I regret :(

Cant you work also with ADS?

Cant you somehow translated to a SQL SELECT ?
by AHF
Tue May 12, 2015 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 449672

Re: ADO RDD xHarbour

... WA_FOUND ] := ! oRecordSet:EOF   aWAData[ WA_EOF ] := oRecordSet:EOF        RETURN HB_SUCCESS  Somehow the eval() doesn't return .t. although is passing the record where it should.
by AHF
Fri May 01, 2015 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 449672

Re: ADO RDD xHarbour

... WHILE .... This function calls ADO_APPEND but the nWA received its a new one. Probably this function selects a new area to copy file to. Can we somehow change it or do we have to write a replacement from scratch. Where can I find this function?
by AHF
Thu Apr 30, 2015 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 449672

Re: Debug a console app

... this one: ::oPullDown:Display() It seems that ::oPullDown is not properly assigned. As you are using the Harbour debugger menu for your own needs somehow this may be creating the conflict. Could you try to debug another text app without using the pulldown menu and see if it also fails ? thanks
by Antonio Linares
Mon Apr 20, 2015 2:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Debug a console app
Replies: 11
Views: 1923

Re: SET ERRORLOG TO <filename> [ADDITIVE] ...

... 'LIKE' had to be changed -- did that, works > now > > 2. The command 'SET ERRORLOG TO "c:\myerrorlog.txt" 'command is > (somehow) wrong ?? Replace with: xhb_errorlog( "c:\myerrorlog.txt" ) Requires Harbour r16717 > 3. The AT Command (3 args) in xHarbour: nPOS ...
by hmpaquito
Thu Apr 16, 2015 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET ERRORLOG TO <filename> [ADDITIVE] ...
Replies: 9
Views: 1543

Re: ADO RDD xHarbour

... .... ORDER BY field1+field2+field3 Pros - Don't need any code change in the app. Only one select for the job. Best performance. Cons - We need somehow when changing area to ctable2 or address fields in ctable2 to redirected to ctable area. Dont know if it is possible. I'm checking now the solution ...
by AHF
Mon Apr 06, 2015 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 449672

xBrowse Multi-Select (bookmarks )

... bookmark 288 ) and since the len of aCols = 2 .. it adds the same row twice and 80.08 gets added twice not taking into consideration bookmark 141. Somehow, I need to be able to loop thru both bookmarks ( top to bottom ) and add the balance of the two records. Rick Lipkin nTotal   := 0.00nPayment ...
by Rick Lipkin
Wed Mar 25, 2015 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Multi-Select (bookmarks )
Replies: 1
Views: 497

Re: FTP upload blocked by Firewall

hmpaquito, Can you please tell me, what exactly is the purpose of this method? Can I use it somehow to catch the problem I have in function oFile:OpenWrite() when uploading to FTP? If so, can you please make a small example I need to be able either to detect if the program ...
by codemaker
Thu Feb 05, 2015 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP upload blocked by Firewall
Replies: 8
Views: 2195
PreviousNext

Return to advanced search