Search found 84 matches: ord

Return to advanced search

Xbrowse with Ads

... cAlias_SHIPDB; HEADERS 'P.O. Number','Shipment Number','Project Name','Currency','PO Date','Req. Ship. Date','P.O. Amount',; 'Shipment Amount','Ord. FX Rate ($)',; 'Ord. FX Rate (Y)','Invoice Value','Freight','Insurance','Dutiable Value','Dut. Value %',; 'Taxes & Duties','Brokerage Charges','Subtotal','VAT ...
by ryugarai27
Sat May 02, 2009 1:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse with Ads
Replies: 1
Views: 646

... Import Name from AYGSHELL.DLL - Thu Jan 1 00:00:00 1970 ------------------------------------------------------------------------------- 00000414 Ord AYGSHELL.40 00000418 Ord AYGSHELL.4 0000041C Ord AYGSHELL.65 00000420 Ord AYGSHELL.69 00000424 Ord AYGSHELL.188 00000428 Ord AYGSHELL.34 ------------------------------------------------------------------------------- ...
by Vikthor
Thu Oct 09, 2008 1:10 pm
 
Forum: FiveWin para Pocket PC
Topic: Symbol MC3000
Replies: 35
Views: 12944

... sistema, en mi modulo principal algo asi como esto : #include "FiveWin.ch" #include "Folder.ch" #include "Report.Ch" #include "SSay.ch" #Include "Ord.Ch" STATIC oWnd,hBorland,oMenu,oCursorMano STATIC cVersion:="Ventas Ver. 7.0" STATIC cMiCia :="" STATIC cMiRuc :="" STATIC cMiDir :="" STATIC cMiDi2 ...
by LuisPonce
Sat Sep 27, 2008 1:12 am
 
Forum: FiveWin para CA-Clipper
Topic: ARCHIVOS .MEM
Replies: 5
Views: 2738

... the top (TOPSCOPE) or bottom (BOTTOMSCOPE) boundary. Note: To use the TOPSCOPE and BOTTOMSCOPE constants, you must include (#include) the Ord.ch header file in your application. <expNewValue> is the top or bottom range of key values that will be included in the controlling order's ...
by Enrico Maria Giordano
Mon Sep 22, 2008 4:51 pm
 
Forum: All products support
Topic: XBROWSE: clausola SELECT per filtrare solo alcuni record
Replies: 7
Views: 1559

... ) // nClrLine Default lUpdate := .F., ; lPixel := .F., ; lDesign := .F., ; aColSizes := {}, ; lCellBrw := .F. Default nStyle := nOr( WS_CHILD, WS_BORDER, WS_VISIBLE, WS_TABSTOP, 4, ; If( lDesign, WS_CLIPSIBLINGS, 0 ) ) If ValType( uAlias ) == "A" cAlias := "ARRAY" ElseIf ValType( uAlias ) == "C" ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5544

USE JLORDEN NEW INDEX ON jlorden->ORD_NUMORD TAG NUMERO INDEX ON jlorden->ORD_NUMCOM TAG COMPROMISO INDEX ON jlorden->ORD_NUMGAS TAG CAUSADO INDEX ON jlorden->ORD_FCHORD TAG FCHORD INDEX ON jlorden->ORD_CODBEN TAG CODBEN luego usasa SETORDER(n) o el nombre del TAG, revisa en las ultil...
by joseluisysturiz
Wed Jun 04, 2008 2:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: pasar de NTX a CDX
Replies: 11
Views: 3323

dialog and button

Why I must in Dialog use FROM 0,0 to 400,500 PIXEL where in "last button" I have row 200 /to see last button/ my source static function EditWplaty( oLBX2, lAppend ) local oDLG2 local lSave := .f. local NR_REK := RecNo() local oFont local nr_ord:=indexord() // DEFAULT lAppend := .f. if lAppend zeruj(...
by kajot
Sat Feb 23, 2008 9:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog and button
Replies: 2
Views: 553

Another for MDB recorset

I must create two index ord on a table of a Mdb

Mdb : ecom
Table : Utenti

first = Id
second = cognome

How I must make it ?
by Silvio
Sat Feb 09, 2008 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for MDB recorset
Replies: 41
Views: 9675

Hola:

En clipper se hacía así:

MiBase->( DbOrderInfo( DBOI_ORDERCOUNT ) )

DBOI_ORDERCOUNT estaba definida como 9 en Ord.ch

Si (x)Harbour es 100 % compatible con Clipper 5, debe funcionar igual.

Saludos

Manuel Mercado
by mmercado
Tue Jan 22, 2008 12:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Obtener el numero de indices de una tabla
Replies: 1
Views: 445

Greg

Ord.ch translates the Set Scope command.

RIck
by Rick Lipkin
Tue Sep 04, 2007 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter/Scope dilemna
Replies: 5
Views: 1204

Rick,
What does ord.ch accomplish? Is this to allow SET SCOPE?
G
by Greg Gammon
Tue Sep 04, 2007 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter/Scope dilemna
Replies: 5
Views: 1204

Greg

Add #include "ord.ch" to the top of your .prg

Rick
by Rick Lipkin
Tue Sep 04, 2007 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter/Scope dilemna
Replies: 5
Views: 1204

... functions are not implemented but we are supporting their functionality so they can be easy added even at .prg level as wrappers to existing ord*()/ dbOrderInfo()/dbInfo()/dbRecordInfo()/dbFieldInfo()/rddInfo() functions. Bitmap filters are not implemented. I created bitmap library with all ...
by Patrick Mast
Thu Aug 02, 2007 9:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SIX-driver replacement
Replies: 11
Views: 4197

Try using

#include "Ord.ch"

or use the function instead of the command:

ORDSCOPE( 0, "F" )
ORDSCOPE( 1, "L " )

EMG
by Enrico Maria Giordano
Tue Jun 05, 2007 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filtering in TwBrowse
Replies: 5
Views: 1160

Error using the "ON CHANGE" clause

... 4 VolumeMeter 5 SysFader 6 PCSuite Preferences 7 PCSuite Tray 8 TF_FloatingLangBar_WndTitle 9 OSD Bitmap 10 Gestione convocazioni e verbali (ORD.03/05/06) 11 PROCEDURA INTEGRATA GESTIONE CONDOMINIO 7.00 12 xMate - K:\pigc\PIGC.xhp 13 START2 (2) 14 sm - Blocco note 15 USB Media Module 16 Update ...
by Marco Turco
Wed May 30, 2007 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error using the "ON CHANGE" clause
Replies: 1
Views: 937
PreviousNext

Return to advanced search