Search found 97 matches: appl

Return to advanced search

Re: link error

... \XHARBOUR32\LIB\RDDADS.LIB|ads1 Error: Unable to perform link can i use the same tip? void _streams() {} Yes, you can try it. this is affect my appl? It should not. someone have rddads and ace32 compiled with last harbour and xharbour? What do I need to compile them? Please note that I never ...
by Enrico Maria Giordano
Wed Feb 14, 2024 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 601

Re: link error

... referenced from \XHARBOUR32\LIB\RDDADS.LIB|ads1 Error: Unable to perform link can i use the same tip? void _streams() {} this is affect my appl? someone have rddads and ace32 compiled with last harbour and xharbour? thanks again.
by NWKL
Wed Feb 14, 2024 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 601

Re: how to get "Name" of App ?

hi,

thx for Answer

the Link point to
How to keep a appl. on top of the dlg on resize ? (solved)


---

i got 2 Solution
1.) GetModuleFileName( GetInstance() )
2.) GetAppName()
where 2nd point to 1St
by Jimmy
Sat Apr 15, 2023 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get "Name" of App ?
Replies: 9
Views: 452

Re: drag and drop from outlook pure FIVEWIN solution

hi Silvio, if I have many mail and each amil have one or many files attach how i can save all ? My wish is to save all on a cd rom and make an fwh appl to show mails it is possible ? you have this Code now   oOutlook       := TOleAuto():New( "Outlook.Application" )   myOlExp ...
by Jimmy
Thu Nov 18, 2021 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: drag and drop from outlook pure FIVEWIN solution
Replies: 9
Views: 1815

Twbrowse skipper tdata

HI, i have a old appl, i try compile with fwh17.04 and my twbrowse is empty, without records, i use twbrowse, tdata (from james), something is changed ? i dont change the code of this appl for years.

this code Works or something is changed:

oLbx:bSkip := { | nRecs | oCCBA:skipper( nRecs ) }

thanks
by norberto
Mon Jun 12, 2017 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Twbrowse skipper tdata
Replies: 3
Views: 1234

Re: Usar 2 compiladores o version diferentes de hb/xhb en appl

Creo no sea posible. Tiens que recompilar las libs con el nuevo compilador harbour. Saludos.
by karinha
Thu Aug 25, 2016 6:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usar 2 compiladores o version diferentes de hb/xhb en appl
Replies: 4
Views: 626

Re: Usar 2 compiladores o version diferentes de hb/xhb en appl

Me explico mejor

Si tengo compilada la lib Eagle1 o Tsbutton en bcc55 y harbour 0.45.....puedo agregar esta lib a mi proyecto final el cual compilare con Bcc582 y harbour 3.2 ?
by Compuin
Thu Aug 25, 2016 6:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usar 2 compiladores o version diferentes de hb/xhb en appl
Replies: 4
Views: 626

Re: Usar 2 compiladores o version diferentes de hb/xhb en appl

Un ejemplo:    IF FWVERSION = "FWHX 13.06"       cDirPleno := GETCURDIR()   ELSE  // otra version      cDirPleno := CURDRIVE() + ":\" + GETCURDIR()   ENDIF Y directorios distintos cuando no es posibl...
by karinha
Thu Aug 25, 2016 5:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usar 2 compiladores o version diferentes de hb/xhb en appl
Replies: 4
Views: 626

Usar 2 compiladores o version diferentes de hb/xhb en appl

Hola

Se pueden utilizar 2 compiladores o harbour diferentes en una misma aplicacion?

Es decir, puedo crear/compilar librerias de terceros en Bcc55 con xharbour/harbour por ejemplo, y luego incluirlas en mi aplicacion la cual sera compilada en Bcc582 o Bcc7 y Harbour 3.2 ?

Atento a sus comentarios
by Compuin
Thu Aug 25, 2016 5:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usar 2 compiladores o version diferentes de hb/xhb en appl
Replies: 4
Views: 626

Re: How to keep a appl. on top of the dialog on resize ?

Both needed solutions are working fine now using FUNCTION TOP_CLOSE(nType) !!! bring on top nType = 1 close nType = 2 Download : http://www.pflegeplus.com/DOWNLOADS/TestPick2.zip #define GW_CHILD 5 #define GW_HWNDNEXT 2 #define SW_RESTORE 9 ,,, ,,, FUNCTION TOP_CLOSE(nType) hWnd := FindWnd( "CO...
by ukoenig
Sat Aug 01, 2015 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to keep a appl. on top of the dlg on resize ? (solved)
Replies: 5
Views: 2451

Re: How to keep a appl. on top of the dialog on resize ?

Antonio, thank You very much. I hope it is useful here is a little test, what I'm trying to do from inside the RGB-tool to make it complete. The test includes the 2 buttons of the RGB-main-dialog and the Colorpicker. < Daniel Cuatecatl Leon > got the download-link of the colorpicker-source. Te...
by ukoenig
Sat Aug 01, 2015 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to keep a appl. on top of the dlg on resize ? (solved)
Replies: 5
Views: 2451

Re: How to keep a appl. on top of the dialog on resize ?

Thank You very much for the response the defined EXE-names RGB.exe Colorpick.exe The following lines are included in RGB.prg the time I added the Colorpick-button, but doesn't work .. DEFINE DIALOG oDlg RESOURCE "RGB" PIXEL ; FONT oFont TITLE "RGB-colors and Gradients => Release 4....
by ukoenig
Sat Aug 01, 2015 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to keep a appl. on top of the dlg on resize ? (solved)
Replies: 5
Views: 2451

Re: How to keep a appl. on top of the dialog on resize ?

Hello, I have 2 questions : The situation : from inside the RGB-tool I call the colorpicker ( exe ) 1. how to close the colorpicker as well, using the exit button from the RGB-tool ? 2. how to keep the colorpicker on top after minimize / maximize the RGB-tool ? Added : calling the Colorpicker ( sta...
by cnavarro
Fri Jul 31, 2015 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to keep a appl. on top of the dlg on resize ? (solved)
Replies: 5
Views: 2451
Next

Return to advanced search