Search found 21 matches: bas

Return to advanced search

FWSetLanguage(4)

Hi, In the program source\function\strings.prg, the line: { "Move Down", "Mover abajo", "Déplacer vers le bas", "Mover para cima" ,"Abwärts bewegen","Muovi in giu" },; should be: { "Move Down", "Mover abajo", ...
by Euclides
Sun Nov 04, 2018 12:21 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: FWSetLanguage(4)
Replies: 1
Views: 1032

Re: FISAVEIMG() FILOAD() str 0 error

I do not thing bas.prg and FIGETFILETYPE() function are not from FWH. If you just rely on DLL declarations inside Image.prg without any modifications, there should be no problem. For example, this small sample works well. function ...
by nageswaragunupudi
Sat Apr 25, 2015 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FISAVEIMG() FILOAD() str 0 error
Replies: 2
Views: 520

FISAVEIMG() FILOAD() str 0 error

... LIB hLib ... 3.runtime error : Error description: Error BASE/1099 Argument error: STR Args: [ 1] = U Called from: => STR(0) Called from: bas.prg =>FIGETFILETYPE(6872) TKS! Shuming Wang
by ShumingWang
Sat Apr 25, 2015 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FISAVEIMG() FILOAD() str 0 error
Replies: 2
Views: 520

Re: RDDADS.lib for Harbour and Borland

The problem is finding a version 7 SDK ... checking the devzone site, it doesn't list such a file. It is found in the API download, but files are .pas or .bas, no .c files.
by TimStone
Thu Jan 15, 2015 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDDADS.lib for Harbour and Borland
Replies: 24
Views: 4692

Re: Ayuda Sobre Paradox

Gracias Karina, Este ejemplo no me funciona, solamente me funciona la primera parte la conexión, pero la segunda parte cuando requiero usar la tabla es donde genera el error. En mi función Abrtabl_a(cString,cPath) Abriba:Open( cSelect , cString ,1, 3 ) Aquí es donde genera el error El sistema Operat...
by ruben Dario
Fri Oct 24, 2014 4:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda Sobre Paradox
Replies: 2
Views: 575

Re: off topic Bases de Datos NOSQL

Aquí un enlace donde comentan no tan profundamente pero aclara. Además un par de opiniones sobre estas BBDD


http://www.javiergarzas.com/2013/06/bas ... nosql.html

http://codecriticon.com/que-es-nosql/


Saludos
by horacio
Mon Jan 13, 2014 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: off topic Bases de Datos NOSQL
Replies: 1
Views: 421

Re: Colores en los gets, como?

Carlos: Esto me funciona para cambiar los colores de los gets en general, y esta bien, asi los puedo modificar WITH OBJECT tGet() :lDisColors := .F. :nClrTextDis := COLOR_AZUL :nClrPaneDis := COLOR_SAMARILLO END El detalle aqui, es: Como indicar el color del get en particular, que no todos tengan el...
by noe aburto
Thu Sep 12, 2013 5:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Colores en los gets, como?
Replies: 3
Views: 809

Re: German and Italian translations help required

... verwendete ADO-Verbindungsdaten","Recenti stringhe di connessione ADO" },; { "Connect to this ADO database", "Conectar a esta base de datos ADO", "Connecter à cette base de données ADO", "Conectar a esta base de dados ADO","Verbinde ...
by Massimo Linossi
Sun Sep 08, 2013 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: German and Italian translations help required
Replies: 5
Views: 4215

Re: he conseguido un iphone

... instalados . Si has hecho una instalacion desde el ultino sdk te aparece el 4.2 ,sino te saldra otro , seleciona en que quieras . Luego cierras bas al proyecto y despiegas el combo de arriba ( sdk y seleciona el nuevo para que se produzca el cambio .Listo . Saludos.
by mastintin
Sun Dec 19, 2010 12:19 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 129778

Re: A new IDE for Manuel Mercado's SBUTTON

... ON_LEFT ; ACTION aChild[ 1 ]:End(); COLORS CLR_BLACK ; TOOLTIP "End Program" ; MESSAGE 'See new "Shape" feature and 3D text (bas-relief), ' + ; 'default position, specific 3D colors' http://www.pflegeplus.com/pictures/ide4.jpg Best Regards Uwe :lol:
by ukoenig
Tue Jun 01, 2010 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A new IDE for Manuel Mercado's SBUTTON
Replies: 12
Views: 4918

Re: ALGUN EJEMPLO DE COMO USAR CHARTFX DESDE DLL

Vladimir,

En rmchartvb.bas tienes las declaraciones de todas las funciones que exporta la DLL.

Tendrias que portar esas declaraciones desde visual basic a FiveWin usando DLL FUNCTION ...
by Antonio Linares
Fri Mar 27, 2009 9:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ALGUN EJEMPLO DE COMO USAR CHARTFX DESDE DLL
Replies: 1
Views: 422

Base64

Hi, all !

I cut out blok from certain file (all this bloks is picture codind base64) and save blok to file(bas.txt). Then fMimeDec("bas.txt","bas.bmp"). It's O'K. I got picture !
But sometimes blok to finish string "==" and I got empty picture. What it ?
by Natter
Fri Jun 27, 2008 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Base64
Replies: 2
Views: 626

... *PCOPYDATASTRUCT; */ /* * Send a string to hWnd target using WM_COPYDATA * Use CopyMemory API to copy to a Visual Basic String * See modSubclass.bas * */ CLIPPER WMCOPYDATA(/* hWnd target, hWnd sender, string ,dwData */) { HWND hWnd; COPYDATASTRUCT cds; hWnd = (HWND)_parni(1); cds.dwData = _parnl(4); ...
by xhbcoder
Thu May 08, 2008 4:48 pm
 
Forum: FiveWin for CA-Clipper
Topic: Converting POS application to xHarbour + FWH
Replies: 50
Views: 15566

Network

Hi, everything !

I try run my program from network adress:

\\IP-adress\bas\my.exe or \\myserver\bas\my.exe

this is not work

I create myserver\bas\ as network disk Z and wrote:

Z:\my exe - this work is right. Why it ?
by Natter
Sat Mar 22, 2008 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network
Replies: 3
Views: 687

El nombre tiene un espacio de más:

Param 1: C "P112 " <-- fíjate en el espacio al final del nombre!

haz:

base=AllTrim( tabla-nom_bas )
by Antonio Linares
Fri Dec 21, 2007 2:57 pm
 
Forum: FiveWin para CA-Clipper
Topic: abrir un archivo usando nombre un un dato guardado en archiv
Replies: 5
Views: 2198
Next

Return to advanced search