Search found 17 matches: supplying

Return to advanced search

New FTDN August/Agosto 2016 (FWH 16.08)

... shows how to use the function PopupBrowse() from GETs in dialogs and from XBrowses * Fix: Method Redefine Class TRichEdit5 * Fix: dtpicker.ch was supplying wrong parameters to the ON CHANGE clause. Now it is ok. Thanks to Biel!
by Antonio Linares
Mon Sep 26, 2016 9:03 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2016 (FWH 16.08)
Replies: 1
Views: 1962

ADORDD ITS READY TO WORK FOR YOU! PLEASE DONATE

... and ADO expertise (big help on dates issues) Rick Lipkin (ADO advices) and special thanks to: Antonio Linares (rdd development, FIVEWIN support supplying me with the last version free of charge) Lucas deBeltran (for intensive testing, finding bugs, code contribution and some diferent approaches) ...
by AHF
Fri Jun 12, 2015 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD ITS READY TO WORK FOR YOU! PLEASE DONATE
Replies: 4
Views: 970

Re: Any other encryption system besides Blowfish?

... itself provides security, and when the data dictionary is configured correctly, you will not be able to access the data dictionary without supplying a user name and password. The data dictionary user name and password are separate from a table's password. If you want to view an encrypted ...
by reinaldocrespo
Sat Dec 07, 2013 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any other encryption system besides Blowfish?
Replies: 6
Views: 2022

Re: Embedding a 3rd party .dll

Jeanette,

You are supplying an array to the function, are the elements for the int array a subarray ?

I mean:

{ first element, second element, ... { array for ints }, more elements... }
by Antonio Linares
Thu Oct 24, 2013 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Embedding a 3rd party .dll
Replies: 34
Views: 8286

Re: Embedding a 3rd party .dll

Gilbert, You could store those values in the array elements that you are supplying or as in this code, I return a new array: HB_FUNC( SEPATOOLS_SETOPTIONS )    {        XMLInfoStruct aXMLInfoStruct;        aXMLInfoStruct.FullNameSpace =  hb_parni( ...
by Antonio Linares
Tue Sep 24, 2013 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Embedding a 3rd party .dll
Replies: 34
Views: 8286

Re: Last FWH version. Memory leak.

Maurizio, It was in front of our eyes all this time but we didn't see it :-) We were supplying a wrong buffer filled with garbage. Sometimes Windows was able to manage it, but sometimes, the memory garbish (as it was an unitialized memory block) had wrong data for ...
by Antonio Linares
Fri Feb 15, 2013 2:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Last FWH version. Memory leak.
Replies: 48
Views: 10279

Re: FiveWin Web Interface

... 220 -8,180, "Sin Cambiar", undefined, 200, 30, 'g1' );      ChangeGet( "g1", "Get Cambiado...!!!!" );  Supplying 'undefined', instead of oDlg, get's can be used in main window also....
by Bayron
Fri Dec 02, 2011 2:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin Web Interface
Replies: 78
Views: 19690

Re: access to a supplier web site under program control

Tim, It sounds like you are saying that they can't supply the data in XML (without a license), but they can in HTML? They are supplying it in HTML now, so I presume that is acceptable. So, may Rick should stick to trying to parse the data out of the HTML page, rather than trying to get ...
by James Bott
Wed Apr 06, 2011 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: access to a supplier web site under program control
Replies: 21
Views: 7621

Re: Problem with aGetFiles()

Taavi,

What parameters are you supplying to the function ?
by Antonio Linares
Mon Oct 11, 2010 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with aGetFiles()
Replies: 8
Views: 1391

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... We need a way to include a minimal set of images in hbQT ( if it makes sense ) so that this component be invoked from any application just by supplying a parent to host it, just like a COM component. 2010-08-25 09:40 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/hbide.qrc ...
by Pritpal Bedi
Tue Sep 07, 2010 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99069

Michel,

That fix has been introduced intentionally as WriteProfString() only admits three parameters and we were supplying it four by mistake.
by Antonio Linares
Thu May 29, 2008 6:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with PRINTER class ???
Replies: 4
Views: 795

... review the enhanced metafiles Windows API documentation: A developer creates an enhanced metafile by using the CreateEnhMetaFile function and supplying the appropriate arguments. The Win32 API uses these arguments to maintain picture dimensions, to determine whether the metafile should be ...
by Antonio Linares
Wed Aug 22, 2007 6:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como Refazer o Preview
Replies: 4
Views: 1209

Thanks yet again - And some advice needed please

... gives which visible row (as per your documentation) but to process selection we need to know which overall row. Do we need to do that by supplying appropriate skip blocks updating a known variable or is there some easier way? Thanks Doug (xProgrammer)
by xProgrammer
Fri Aug 03, 2007 12:42 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Function of Vertical ScrollBar of Browse object
Replies: 8
Views: 2437

Please check buildx.sh operation when you get a chance

... wants to switch to FiveLinux. Cool, thanks :-) > ./../../xharbour/bin/harbour $1.prg ... Both Harbour and xHarbour compile fine here without supplying .prg > Also would you please advise how to compile and link multiple source files? harbour one.prg -n ... harbour two.prg -n ... harbour ...
by xProgrammer
Sun Jul 29, 2007 3:08 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Please check buildx.sh operation when you get a chance
Replies: 2
Views: 1037

DbCombo para ado y mysql

... // // As of 4/25/96, the DBCombo class has been tested displaying one column // from an open work area, and returning another. I have not tried supplying // two arrays. It could also use the following enhancements: // // 1) Display nothing if the bound Set/Get variable is NIL (or an illegal ...
by fsandoval
Sat Aug 19, 2006 6:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DbCombo para ado y mysql
Replies: 0
Views: 1314
Next

Return to advanced search