Search found 115 matches: arc

Return to advanced search

Re: link error

Hi Enrico, you dont need ads server install, just ace or arc . but i guess s a p dont have ads support now. I'm trying with an empty directory and this is what I get: fatal error C1083: Cannot open include file: 'ace.h': No such file or directory Can ...
by Enrico Maria Giordano
Wed Feb 14, 2024 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 574

Re: link error

Hi Enrico, you dont need ads server install, just ace or arc . but i guess s a p dont have ads support now. im trying another samples with bcc770 , with fwh samples, like designer, rbdesign and get link errors with buildx.bat from fivetech, is the samples ...
by NWKL
Wed Feb 14, 2024 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 574

Re: ¿ Software para Dbf ?

José:

Advantage Data Architect (ARC), de Advantage Database Software.

Si no lo encuentras te lo envío.

Saludos
by Armando
Mon Oct 02, 2023 3:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ Software para Dbf ?
Replies: 6
Views: 422

Re: Connection to XPlane Flight Simulator

... 12 I used an API made by someone in the NASA https://github.com/nasa/XPlaneConnect/wiki https://software.nasa.gov/software/ARC-17185-1 You need to install a “plugin” in xplane, as said here: https://github.com/nasa/XPlaneConnect/wiki/XPC-Developer-Information#plugin-information ...
by alvaro533
Wed Jun 07, 2023 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connection to XPlane Flight Simulator
Replies: 13
Views: 995

Re: MariaDb delete

1. With ADS I'm able to test my SQL statements using DataArchitect (ARC32). I get to see errors as well as view the actual result that a given statement would yield. Is there a tool to test your SQLs with Maria DB similar to Advantage ARC? MySql WorkBench ...
by nageswaragunupudi
Sat Jun 03, 2023 2:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 391

Re: MariaDb delete

... everything SQL brings to you. ...and since we are on the subject; I wonder: 1. With ADS I'm able to test my SQL statements using DataArchitect (ARC32). I get to see errors as well as view the actual result that a given statement would yield. Is there a tool to test your SQLs with Maria DB similar ...
by reinaldocrespo
Fri Jun 02, 2023 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 391

Re: Clase para Graficos Vectoriales

... Eg: Line( nTop, nLeft, nBottom, nRight, oPen, cUnits ) METHOD Box( nRow, nCol, nBottom, nRight, anoPen, noBrush, aText, cUnits ) METHOD AngleArc( x, y, r, angle, sweep, uPen, uBrush, cUnits ) METHOD Ellipse( nRow, nCol, nBottom, nRight, oPen, nFillClr, aText, cUnits ) Usage: oPrn:Box( 20, ...
by Antonio Linares
Wed Sep 21, 2022 2:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase para Graficos Vectoriales
Replies: 20
Views: 1157

Re: Clase para Graficos Vectoriales

Aqui tienes un ejemplo, para las lineas curvas tienes que usar Arc() #include "FiveWin.ch"#include "slider.ch"static nLargoManga := 400function Main()   local oWnd, oSlider, nValue := 400, oPanel   DEFINE WINDOW oWnd   @ 2, 2 ...
by Antonio Linares
Sat Sep 17, 2022 3:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase para Graficos Vectoriales
Replies: 20
Views: 1157

Re: Clase para Graficos Vectoriales

No necesitas graficos vectoriales para hacer eso, solo tienes que dibujar "arcos" usando la función Arc() disponible en FWH

https://docs.microsoft.com/en-us/windows/win32/api/wingdi/nf-wingdi-arc
by Antonio Linares
Fri Sep 16, 2022 4:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase para Graficos Vectoriales
Replies: 20
Views: 1157

Re: using Ctrl-Enter in Getq

Esto ocurre usando Multiget o Get normal ?
if change to multiget work ? .

https://developer.apple.com/library/arc ... index.html

In get fivemac use NsTextField .

Un Saludo.
by mastintin
Tue Mar 22, 2022 5:13 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: using Ctrl-Enter in Getq
Replies: 1
Views: 279

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

este es el archivo MAK completo ############################################################################## # Template make file for FWH and Borland 7 Make tool # # Pograma: Winfar64 # ############################################################################## # Make directives ###############...
by rterraz
Sat Sep 18, 2021 2:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4989

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

Antonio...me da verguenza seguir molestándote , pero no hay caso! Las librerias están todas enlazadas usando el harbour tuyo aca te muestro la parte correspondiente del MAK $(APP_EXE) :: $(APP_OBJS) @echo $(STARTUP_OBJ) + > make.tmp @echo $(**), + >> make.tmp @echo $(APP_EXE), + >> ma...
by rterraz
Sat Sep 18, 2021 1:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4989

Re: Print Problem with FWH2104

One of the enhancements to methods Line(), Box() and RoundBox(), Arc(), Chord(), Ellipse(), Pie(), etc., is to specify the Units (INCHES/CM/MM) as the last parameter. This avoids the need to do complex calculations in our program for converting INCHES/CM/MM ...
by nageswaragunupudi
Wed Jun 09, 2021 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2596

Re: Print Problem with FWH2104

... till 1906 as explained later. The methods Line() and Box() continue to function the same till now. Syntax of methods Line(), Box() and RoundBox(), Arc(), Chord(), Ellipse(), Pie() have the first 4 parameters nTop, nLeft, nBottom, nRight. METHOD Line(     nTop, nLeft, nBottom, nRight, ...
by nageswaragunupudi
Wed Jun 09, 2021 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2596

Re: De dbf a sql

Hola, con heidi sql. Hago select ... 1,50000.
De todos modos ya lo hice. Desde Arc Ads, exportaciones los datos a un archivo csv y lo ejecute con Heidi sql.

Gracias.

Enviado desde mi Redmi Note 8 Pro mediante Tapatalk
by rubenfernandez01
Sat Aug 22, 2020 2:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De dbf a sql
Replies: 4
Views: 631
Next

Return to advanced search