Search found 38 matches: filetype

Return to advanced search

Problem with progress bar.

... wait " with no progress bar. What is wrong with it ? Thank you. PROCEDURE Main request SIX rddRegister( "SIX", 1 ) rddsetdefault( "SIX" ) SET FILETYPE TO CDX USE Customer MsgMeter( { | oMeter, oText, oDlg, lEnd | ; CreateTag( oMeter, oText, oDlg, @lEnd , "Number", "Cust_no", "! EMPTY(Cust_no)") ...
by HunterEC
Mon Jul 07, 2008 6:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with progress bar.
Replies: 0
Views: 485

Dúda: És posible esto en FIVEWIN ahora ó en el futuro??

Maestro Antonio, desculpe por el post, solo una dúda: És posible hacer esto en FIVEWIN, ahora ó en el futuro?? Gracias. ************************************************************************************ ************************************************************************************ ** ** ** V...
by karinha
Wed Jun 11, 2008 1:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dúda: És posible esto en FIVEWIN ahora ó en el futuro??
Replies: 2
Views: 2156

... // // Version Information resources // LANGUAGE LANG_SPANISH, 3 1 VERSIONINFO FILEVERSION 1,0,0,0 PRODUCTVERSION 1,0,0,0 FILEOS VOS__WINDOWS32 FILETYPE VFT_UNKNOWN BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040a04b0" BEGIN VALUE "Comments", "Arranque de Viruta. Proyecto Txirbila\0" VALUE "CompanyName", ...
by Baxajaun
Tue May 06, 2008 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: File-information in exe-file
Replies: 8
Views: 1907

... get the highlighted words, but there is no automatic assoication from a .prg to a Clipper format. Well, there is no option to manually select the filetype in my older version so I find it hard to imagine that they removed automatic filetype association and replaced it with manual, so there must ...
by James Bott
Mon Jan 21, 2008 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ultra Edit Quick Questions
Replies: 6
Views: 1719

... AdsSetRelKeyPos //#command SET SERVER LOCAL => AdsSetServerType ( 1 ) //#command SET SERVER REMOTE => AdsSetServerType ( 2 ) //#command ET FILETYPE TO <x:NTX,CDX,ADT> ; // => AdsSetFileType( if( upper( <(x)> ) == "NTX", 1, ; // if( upper( <(x)> ) == "CDX", 2, 3 ) ) ...
by Otto
Wed Dec 19, 2007 6:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un buen browse para usar en FWH
Replies: 7
Views: 1710

Access to Web Services

... Property Name Type Description created String Date when file was created fileId Integer ID used to look for the file fileName String Name of file fileType String Type of File provider String provider owner of file npiNumber String Provider’s NPI taxIDNumber String Provider’s Tax ID Notice how ...
by reinaldocrespo
Sun Oct 28, 2007 1:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Access to Web Services
Replies: 0
Views: 935

... all: Should I edit any includ file code for RDD "ADS" ? #include "fivewin.ch" #include "ads.ch" RddRegister( "ADS", 1 ) RddSetDefault( "ADS" ) SET FILETYPE TO CDX AdsSetServerType(1) //local AdsSetDeleted(.T.) USE ITEM NEW EXCL INDEX ON ITEM->NO TO ITEM => dbUseArea(.T.,,"ITEM",,if(.F. .or. ...
by kokookao2007
Mon Sep 10, 2007 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange Index problem for ADS RDD
Replies: 13
Views: 3465

Como obtengo los valores de Identificacion definidos en RC

... RC de la Aplicación... 1 VERSIONINFO FILEVERSION 2, 0, 2, 0 PRODUCTVERSION 2, 0, 2, 0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK FILEOS VOS_DOS_WINDOWS32 FILETYPE VFT_APP { BLOCK "StringFileInfo" { BLOCK "040904E4" { VALUE "CompanyName", "GuayoyoSoft\000" VALUE "ProductName", "Gestión Administrativa\000" ...
by gsabattino
Sun Aug 05, 2007 3:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como obtengo los valores de Identificacion definidos en RC
Replies: 2
Views: 865

... #include "ADS.ch" y también, pero solo en el .prg principal lo siguiente: RddRegister("ADS",1) RddSetDefault("ADS") SET SERVER LOCAL SET FILETYPE TO NTX o el que utilices y luego el resto sale solo. Hay que tener en cuenta que en algunas condiciones no funcionan los FOR o los WHILE, por ...
by jrestojeda
Mon Jul 30, 2007 8:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo empezar con ADS ?
Replies: 11
Views: 2713

Problemas con Advantage

... he agregado estás lineas en mi prg principal #include "ADS.ch" Function main() RddRegister("ADS",1) RddSetDefault("ADS") SET SERVER LOCAL SET FILETYPE TO NTX Return nil El error se produce cuando quiero enlazar. Saludos Esteban
by jrestojeda
Wed Jul 11, 2007 4:50 pm
 
Forum: FiveWin para Pocket PC
Topic: Problemas con Advantage
Replies: 8
Views: 2032

... AdsSetRelKeyPos #command SET SERVER LOCAL => AdsSetServerType ( 1 ) #command SET SERVER REMOTE => AdsSetServerType ( 2 ) #command SET FILETYPE TO <x:NTX,CDX,ADT> ; => AdsSetFileType( if( upper( <(x)> ) == "NTX", 1, ; if( upper( <(x)> ) == "CDX", 2, 3 ) ) ) */ and ...
by Silvio
Sun Jan 28, 2007 11:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: me ayudan me sale error al compilar ejemplo testxbrw
Replies: 2
Views: 1000

How to use Free TWAIN_32.dll

... / MSG_DELETE field */ int Recursive; /* recursively delete all sub-directories */ /* DG_CONTROL / DAT_FILESYSTEM / MSG_GETINFO fields */ TW_INT32 FileType; /* One of the TWFT_xxxx values */ TW_UINT32 Size; /* Size of current FileType */ TW_STR32 CreateTimeDate; /* creation date of the file */ ...
by areang
Thu Aug 03, 2006 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Free TWAIN_32.dll
Replies: 0
Views: 1730

ADS en un servidor Novell SB5

... function Main() rddsetdefault( "ADS", 1 ) REQUEST ADS SET SERVER REMOTE //LOCAL SET FILETYPE TO NTX USE Clientes // Open any DBF... OrdSetFocus("DIRECCION") // Second Tag on Clientes.cdx go top Browse() // Quick browse!!! USE return ...
by Alvaro Urdaneta
Mon Jun 19, 2006 4:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADS en un servidor Novell SB5
Replies: 3
Views: 1147

ADS no reconoce estas instrucciones AdsUseDictionary(.T.)

... de datos y me da error en las funciones marcadas con * rddRegister( "ADS", 1 ) //RRG 3.5.2001 rddsetdefault( "ADS_CDX" ) //RRG 3.5.2001 SET FILETYPE TO ADT SET SERVER LOCAL AdsLocking(.T.) * AdsUseDictionary( .T. ) AdsRightsCheck( .F. ) * IF !AdsConnect60( "\FWH\PRUEADS\easysoft.add", 7, ...
by EASYSOFT
Thu Jun 01, 2006 1:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADS no reconoce estas instrucciones AdsUseDictionary(.T.)
Replies: 0
Views: 565

Which is 'Set Filter' equavalent in Advantage RDD

... LOCAL cFiltCond FIELD salary, state ******** REQUEST _ADS RddRegister( "ADS", 1 ) RddSetDefault( "ADS" ) AdsSetDeleted(.T.) SET SERVER LOCAL SET FILETYPE TO CDX SET DELETED ON ********* USE c:\fwh\samples\customer.dbf ALIAS customer INDEX ON state TAG state TO customer OrdSetFocus("state") cFiltCond ...
by RAMESHBABU
Mon May 01, 2006 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which is 'Set Filter' equavalent in Advantage RDD
Replies: 0
Views: 567
PreviousNext

Return to advanced search