Search found 40 matches: mandatory

Return to advanced search

Re: ADO RDD xHarbour

... solution. Any ideas? Yes, the only solution is adding an autoincrement field (for record identity). And by the way, it's good practice (if not mandatory) to have it in a SQL table. EMG
by Enrico Maria Giordano
Wed Apr 08, 2015 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 454233

Re: ADO RDD xHarbour

... // aWAData[ WA_TABLENAME ] := SUBSTR(CFILENOPATH(aWAData[ WA_TABLENAME ] ),1,LEN(CFILENOPATH(aWAData[ WA_TABLENAME ] ))-4) iv) Browses requiere mandatory at ADO_OPEN() : oRecordSet:CursorLocation := adUseClient //its slower but has avntages such always bookmaks oRecordSet:LockType := adLockOptimistic
by lucasdebeltran
Fri Apr 03, 2015 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 454233

Re: ADO RDD xHarbour

... // aWAData[ WA_TABLENAME ] := SUBSTR(CFILENOPATH(aWAData[ WA_TABLENAME ] ),1,LEN(CFILENOPATH(aWAData[ WA_TABLENAME ] ))-4) iv) Browses requiere mandatory at ADO_OPEN() : oRecordSet:CursorLocation := adUseClient //its slower but has avntages such always bookmaks oRecordSet:LockType := adLockOptimistic ...
by lucasdebeltran
Fri Apr 03, 2015 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 454233

Re: Makefile for FWH64 and Visual Studio 2013 with multiple PRGs

Antonio

Just curiosity,

Can an application built with visual studio 2013 run on xp ?

I know Microsoft has stopped support for Xp but we still ahve a lot of customers using it.

Is the application mandatory 64 bits or can we still build 32 bits ?

Thanks for help
by Richard Chidiak
Mon Jun 02, 2014 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Makefile for FWH64 and Visual Studio 2013 with multiple PRGs
Replies: 4
Views: 1617

VPN is slow

... server side, some setup. In program, I don't see anything I can do. Is it possible that VPN by itself is slow in the situation like mine? It is mandatory for us to have DBF on VPN server, so we will not keep all on client side. Any advice or help appreciated Thanks
by codemaker
Wed Dec 11, 2013 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VPN is slow
Replies: 14
Views: 4394

Re: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?

... // check you have the installation correct here or change the path Have you installed msvc 2012 standard way or is it customized ? these 2 are mandatory also #SDKPATH = "c:\Program Files\Microsoft SDKs\Windows\v7.0A" SDKPATH = "C:\Program Files\Windows Kits\8.0\Lib\win8\um\x86" ...
by Richard Chidiak
Wed Sep 04, 2013 3:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?
Replies: 14
Views: 4772

Re: Fivedroid on Qt

[ENGLISH, by translator] Today applications for tablets and smartphones are a necessary and mandatory for our desktop applications. This is so whether we like it more or less like us. Users demand mobility and wonder why I can not automatically obtain a ranking of sales ...
by Antonio Mart.
Tue Jun 11, 2013 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivedroid on Qt
Replies: 135
Views: 38942

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

... *.prg, *.txt * Re-generated, whichever fall into above changes. This commit addresses a lot of issues: 1. Parameters checking is now mandatory. You have to supply the correct number of parameters. No defaults are assumed. PLUS you need to supply correct type of parameter. 2. PRG class ...
by Pritpal Bedi
Mon Oct 11, 2010 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 101346

Re: Timers and loops

... C level) as an idle function. See HB_BACKGROUNDADD() for details. * * You can define background tasks using HB_BACKGROUNDADD() that accepts, * as mandatory parameter, a code block or an array as defined in * HB_EXECFROMARRAY() function. * As additional parameters you can define a time expressed ...
by Enrico Maria Giordano
Fri Feb 19, 2010 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timers and loops
Replies: 52
Views: 11618

Re: need tcrw.prg for 32 bit

... closes the print job. If printing has not yet finished, // it continues; if the print window is open, it stays open. // This method is used as a mandatory part of each custom-print link // to shut down the print job once it has finished printing to screen // or to window. // ========================================================================== ...
by jll-fwh
Sun Feb 14, 2010 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need tcrw.prg for 32 bit
Replies: 1
Views: 1326

xBrowse new line for DBF ...

Hi , I'm searching a solution , how to add a new blank line in the xBrowse , then fill this line with needful data and then validate ( for mandatory fields for sample ... ) and append a new record in DBF . Maybe you have a sample how to do something like that ? It seems that I can add a new ...
by Rimantas
Thu Oct 15, 2009 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse new line for DBF ...
Replies: 4
Views: 1027

xBrowse possibilities and impromevents ...

... write and etc. ? Exist codeblock , with which I can write a really value to field , like SalesOrtder->ItemNum ? How to mark which fields are mandatory ? Many thanks in advance for any related sample ! With best regards !
by Rimantas
Tue Oct 13, 2009 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse possibilities and impromevents ...
Replies: 0
Views: 270

Re: Zip functions - I'm in trouble

... Toggle to create directory if needed * * <cPassWord> Password to use to extract files * * <cPath> Path to extract the files to - mandatory * * <cFile> | <aFiles> A File or Array of files to extract - mandatory * * <pFileProgress> Code block for File Progress ...
by Enrico Maria Giordano
Sun Aug 30, 2009 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Zip functions - I'm in trouble
Replies: 1
Views: 916

Re: SqLite lib ...

Hello Antonio , Thanks for suggestion , but commercial SQL RDD can't work with olds databases . They did mandatory 2 fields for every table - s_recno && s_deleted ( something similar ) , so old databases or databases from 3 party can't be opened with this SQL RDD . ...
by Rimantas
Fri Apr 10, 2009 6:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SqLite lib ...
Replies: 6
Views: 1040

Ayuda con la clase TCRW

... closes the print job. If printing has not yet finished, // it continues; if the print window is open, it stays open. // This method is used as a mandatory part of each custom-print link // to shut down the print job once it has finished printing to screen // or to window. // ========================================================================== ...
by Ramón J.
Sat May 31, 2008 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con la clase TCRW
Replies: 3
Views: 2553
PreviousNext

Return to advanced search