Search found 57 matches: rddregister

Return to advanced search

Re: Empezar con ADS modo local

... poner RddSetDefault("ADS") SET Filetype to ADT Request ADS,ADSKeyCount,ADSKeyNo,OrdKeyCount,OrdKeyNo, AdsGetRelKeyPos, AdsSetRelKeyPos rddRegister( "ADS", 1 ) rddsetdefault( "ADS" ) SET SERVER LOCAL AdsRightsCheck( .F. ) Con esto ya estarías pronto para compilar ...
by Ruben Fernandez
Fri Jan 28, 2011 2:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Empezar con ADS modo local
Replies: 26
Views: 8392

Re: Usando el simulador del iPhone/iPad

Faltaban estos dos flags: -fobjc-abi-version=2 -fobjc-legacy-dispatch Ya falta menos :-) Solo 2 símbolos que resolver !!! compiling... Harbour 2.1.0beta1 (Rev. 14766) Copyright (c) 1999-2010, http://harbour-project.org/ Compiling 'tutor02.prg'... Lines 62, Functions/Procedures 1 Generating C source ...
by Antonio Linares
Thu Nov 11, 2010 4:58 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Usando el simulador del iPhone/iPad
Replies: 26
Views: 8152

Re: Usando el simulador del iPhone/iPad

Ahora no encuentra las Clases del UIKit. Algo se nos está pasando por alto... Harbour 2.1.0beta1 (Rev. 14766) Copyright (c) 1999-2010, http://harbour-project.org/ Compiling 'tutor02.prg'... Lines 62, Functions/Procedures 1 Generating C source output to 'tutor02.c'... Done. compiling C module... link...
by Antonio Linares
Thu Nov 11, 2010 4:35 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Usando el simulador del iPhone/iPad
Replies: 26
Views: 8152

Ayuda con ADS, que archivos ? Por Favor SOLUCIONADO

... #include "ADS.Ch" #include "Ord.Ch" REQUEST ADS,ADSKEYCOUNT,ADSGETRELKEYPOS,ADSKEYNO,ADSSetRelKeyPos,rddsys RDDREGISTER("ADS",1) RDDSETDEFAULT("ADS") SET SERVER LOCAL /*remote*/ SET FILETYPE TO ADI //QUIERO USAR LOS ADT DE ADS SET MULTIPLE ...
by Ruben Fernandez
Fri Feb 19, 2010 8:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con ADS, que archivos ? Por Favor SOLUCIONADO
Replies: 6
Views: 999

Re: ERROR INEXPLICABLE CON ADS LOCAL

#include "ADS.ch" RddRegister("ADS",1) RddSetDefault("ADS") SET SERVER LOCAL SET FILETYPE TO NTX USE STOCK INDEX STOCK01,STOCK02,STOCK03,STOCK04,STOCK05,STOCK06,; STOCK07,STOCK08,STOCK09,STOCK10,STOCK11,STOCK12,STOCK13 ...
by Jorge Jaurena
Wed Aug 19, 2009 6:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR INEXPLICABLE CON ADS LOCAL
Replies: 5
Views: 833

Advantage DS

... 3D controls are disabled but if ADS not linked seems OK on NT 4.0. How can I fix this? My AP working fine on WinXP.Below: INIT FUNCTION App_Init() RddRegister( "ADS", 1 ) RddSetDefault( "ADS" ) Set SERVER LOCAL Set FILETYPE TO CDX ........ Set _3DLook ON Set Resources to 'KIDS32.dll' ...... Return ...
by Antonio Linares
Wed Aug 27, 2008 7:30 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65943

Problem with progress bar.

... million) records it only displays the message " Please, 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, ...
by HunterEC
Mon Jul 07, 2008 6:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with progress bar.
Replies: 0
Views: 485

... 60, 10, oBmp ) ; ON INIT Control() DbCloseAll() oBmp:End() RETU NIL *----------------------- STATIC FUNCTION Config() *----------------------- * RddRegister( "DBFCDX", 1 ) * RddSetDefault( "DBFCDX" ) HB_LANGSELECT( "ESWIN" ) SET DELETED ON SET DATE TO ITALIAN SET SOFTSEEK ON SET CENTURY ON SET ...
by Lupita
Thu Apr 10, 2008 9:54 pm
 
Forum: FiveWin para Pocket PC
Topic: Instalacion
Replies: 10
Views: 2576

... ; // => AdsSetFileType( if( upper( <(x)> ) == "NTX", 1, ; // if( upper( <(x)> ) == "CDX", 2, 3 ) ) ) /*REQUEST ADS rddRegister( "ADS", 1 ) rddsetdefault( "ADS" ) */ //SET SERVER LOCAL //SET FILETYPE TO CDX I only made a little tool to design the outlook of the browser ...
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: 1718

Abrir base de datos Nativa de Advantage

... error: \\arturocervantes\bw\ads\estados.adt La configuración que tengo es la siguiente: REQUEST _ADS, ADSKeyCount, ADSKeyNo, OrdKeyCount, OrdKeyNo RddRegister("ADS",1) RddSetDefault("ADS") AdsRightsCheck(.F.) AdsSetServerType(4) //SET SERVER AIS AdsSetFileType(2) Al parecer todo esta bien, pero ...
by arturo_cervantes
Mon Nov 12, 2007 4:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Abrir base de datos Nativa de Advantage
Replies: 9
Views: 3658

hi 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. ...
by kokookao2007
Mon Sep 10, 2007 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange Index problem for ADS RDD
Replies: 13
Views: 3479

... luego en todos tus .prg debes incluir en la cabecera lo siguiente: #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 ...
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

... msvc.tmp echo %hdir%\lib\ace32.lib >> msvc.tmp Tambien 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

Connection

... ] := ( @ADO_UNLOCK() ) RETURN USRRDD_GETFUNCTABLE( pFuncCount, pFuncTable, pSuperTable, nRddID, ; cSuperRDD, aMyFunc ) INIT PROC ADORDD_INIT() rddRegister( "ADORDD", RDT_FULL ) RETURN STATIC FUNCTION ADO_GETFIELDSIZE( nDBFTypeField, nADOFielSize ) LOCAL nDBFFieldSize := 0 DO CASE CASE nDBFTypeField ...
by digicad
Sun Apr 29, 2007 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 103325

DBCOMMITALL() with xH 99.5 and 99.71

Hello, somebody can try this test with xH 99.5 and 99.71, I obtained two times from one to other FUNCTION main() LOCAL astruct, i, ini, ind rddRegister( "ADS", 1 ) rddsetdefault( "ADS" ) AdsSetServerType ( 1 ) aStruct := {{"name","C",50,0},{"salary","N",10,2}} FOR i:=0 TO 30 ind := ALLTRIM( ...
by Marcelo Via Giglio
Fri Mar 09, 2007 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBCOMMITALL() with xH 99.5 and 99.71
Replies: 0
Views: 550
PreviousNext

Return to advanced search