Search found 41 matches: execfromarray

Return to advanced search

Error BASE/3000 Argument error: __OBJSENDMSG

Buenas, al compilar este ejemplo, me genera erro, que está errado? #include "FiveWin.ch"Function RunExpl()   local hE := CreateOleObject("InternetExplorer.Application")   OLESetProperty(hE,"Visible", .T.)   OLESetPro...
by karinha
Wed Nov 27, 2013 3:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/3000 Argument error: __OBJSENDMSG
Replies: 0
Views: 337

Bajar Archivos FTP mostrando barra de avance (Solucionado)

Saludos y buenas noches al foro: Estoy trabajando con archivos alojados en Servidores FTP, puedo conectarme mostrar y bajar los archivos, pero me gustaría mostrar el avance de la descarga usando barra de progreso de la clase TProgress, tambien probe con la DATA oFtp:exGauge pero no pude hacerla func...
by cuatecatl82
Tue Oct 08, 2013 4:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bajar Archivos FTP mostrando barra de avance (Solucionado)
Replies: 2
Views: 918

xbrowse - SQLRDD error

FWH1308 R_3: define dialog oDialog resource 'BROWSEINFOADICIONAIS' redefine xbrowse oBrowse id 4000 of oDialog datasource 'tabiad' ... Application =========== Path and name: C:\BASE\getpdv.exe (32 bits) Size: ********* bytes Compiler version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 6406) FiveWin ...
by MGA
Fri Sep 27, 2013 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse - SQLRDD error
Replies: 10
Views: 2432

SetDlgGradient() PRODUCE ERROR on tSay class

Hi, #INCLUDE "fivewin.ch"FUNCTION Main()   LOCAL oDlg   LOCAL aText := { "Text1" , "Text2" }   LOCAL i := 0   SetDlgGradient( { { 1, RGB( 199, 216, 237 ), RGB( 237, 242, 248 ) } } )   DEFINE DIALOG oDlg TITLE...
by avista
Fri Sep 06, 2013 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetDlgGradient() PRODUCE ERROR on tSay class
Replies: 4
Views: 994

Re: Error con un programa de fivewin en una maquina virtual

El error no creo que esté en esa clase ¿que es lo que necesitas ver en ella ponerlo? más bien creo que es en la creación del menú, porque quitando esa parte ya no tengo problemas, ya pude ver el diálogo sin problemas, y esa parte no la tengo dentro de la clase derivada de tTxtEdit Esta es casi toda ...
by quique
Fri Apr 12, 2013 6:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con un programa de fivewin en una maquina virtual
Replies: 47
Views: 8698

Re: consulta xbrowse

Francisco ya lo había probado, estoy compilando con xharbour 1.21 y uso xedit, el error en el programa harbour.prg (línea 205) es la siguiente 205 . #ifndef __XHARBOUR__ function OSend( oObj, cMsg, ... ) if "(" $ cMsg cMsg = StrTran( cMsg, "()", "" ) endif return __ObjS...
by surGom
Mon Feb 11, 2013 10:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: consulta xbrowse
Replies: 17
Views: 2704

error with 3 FOLDEREX

I use 3 FolderEx contro into a Dialog and it make a strange Error Application =========== Path and name: C:\Work\Errori\TEST_FLD\TEST.Exe (32 bits) Size: 1,820,160 bytes Compiler version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 6715) FiveWin Version: FWHX 12.03 Windows version: 6.1, Build 7600 Ti...
by Silvio.Falconi
Sun Feb 10, 2013 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error with 3 FOLDEREX
Replies: 3
Views: 761

Re: FWH 12.11 : Problem with combobox?

Antonio, I didn't test your suggestion yet but I used COMBOBOX.PRG from FWH 2.09. So the problem is temporarily solved. I got several errors, mostly different onces. Here is an example : Applicatie ========== Pad en naam : C:\JUDA\JUDA_2.EXE Grootte : 7,459,840 bytes (32 bits) Tijd sedert opstarten ...
by driessen
Thu Dec 13, 2012 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 12.11 : Problem with combobox?
Replies: 10
Views: 1549

Antonio, error en FWH 12.06

Hola Antonio, En el siguiente código, si se pone la cláusula TRANSPARENT en el Diálogo genera error: #include "FiveWin.ch"Function Inicio()   LOCAL oDlg, nRow:=10, i   LOCAL aDatos[5]   aDatos[1] := "Say uno"   aDatos[2] := "Say dos"   aD...
by Cgallegoa
Mon Jul 16, 2012 7:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio, error en FWH 12.06
Replies: 3
Views: 889

Re: programa colgado en memoria

se me paso adjuntar el resultado del checkres.txt 20/02/2012 14:13:58: ==================================================================================================== 20/02/2012 14:13:58: BRUSH,-317714850,TXBROWSE:INITIATE(862)->__OBJSENDMSG(0)->HB_EXECFROMARRAY(0)->OSEND(219)->HB_E...
by Francisco Horta
Mon Feb 20, 2012 9:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: programa colgado en memoria
Replies: 16
Views: 5528

Re: Syntactical compiler error

Rao Ran into another problem .. it seems when there is a function parameter within the DOM string :item(0) I get an error .. Thanks Rick Lipkin cSFD := "document:forms:item(0):search"OSendMulti( IE, cSFD+":Value", cPARTS )   // in func_lib.prg  Application =========== Pat...
by Rick Lipkin
Thu Jul 28, 2011 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Syntactical compiler error
Replies: 16
Views: 5893

Re: Syntactical compiler error

Rao I like your option much better .. the code did error out. Appreciate your help .. Thanks Rick Application =========== Path and name: C:\Fox\WebCrawl\WebCrawl.Exe (32 bits) Size: 3,095,040 bytes Time from start: 0 hours 0 mins 18 secs Error occurred at: 07/28/2011, 08:40:04 Error description: Err...
by Rick Lipkin
Thu Jul 28, 2011 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Syntactical compiler error
Replies: 16
Views: 5893

Re: Multiarray en xBrowse

diculpas; se me escapó Enviar en lugar de Vista Previa :oops: Explico un poco lo que se muestra como expuse en el primer post el array tiene esta forma: aDatos:= { { dato1, {a1,b1,c1,d1} }, { dato2, {a2,b2,c2,g2} },....} ; en el que, aclaro, todos los datos estan encriptados Ahora bien, haciendo com...
by MarioG
Tue Jul 19, 2011 12:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Multiarray en xBrowse
Replies: 9
Views: 2661

Re: Project : Programming a Image-viewer with xBrowse

Hi everyone. Reading from Rao on this same thread, xbrowse should be able to display images directly from an .adt table holding an image on a Bianry field. This is not working for me: Application =========== Path and name: F:\mp\patients.Exe (32 bits) Size: 2,598,400 bytes Time from start: 0 hours 0...
by reinaldocrespo
Sun Apr 24, 2011 11:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Project : Programming a Image-viewer with xBrowse
Replies: 34
Views: 7999

Re: Timers and loops

Dear EMG, Is this function related to Multi Threading ?. No. Is this a Harbour function or xHarbour. xHarbour From where can I read more info about this function ? From the CVS (bkgtsks.txt): /* * $Id: bkgtsks.txt,v 1.3 2008/01/27 23:14:42 fsgiudice Exp $ */ /* * The following parts are Copyright o...
by Enrico Maria Giordano
Fri Feb 19, 2010 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timers and loops
Replies: 52
Views: 11342
PreviousNext

Return to advanced search