Search found 865 matches: guess

Return to advanced search

Re: How to include hbCurl?

Dear Otto,

> What are the disadvantages of shellExec()?

I guess the only problem is that the user does not have curl.exe installed or at the right path
by Antonio Linares
Sun Mar 03, 2024 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 501

Re: Does anyone have an Envelope Printing module ?

... name, Contact, Address, City and state in the Center right of the Envelope. My printer does not accept envelopes, just Standard paper and I guess I can test print on plain paper .. but it would be nice if I did not have to re-invent the "wheel" ... I would appreciate any Envelope ...
by Rick Lipkin
Fri Mar 01, 2024 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 363

Re: AP_SetStatusCode

Dear Otto,

> AP_AddHeader("Another-Header", "HeaderValue")

Do you mean in headers or out headers ? I guess out headers, if so:

AP_HeadersOutSet( cKey, cValue )
by Antonio Linares
Mon Feb 26, 2024 11:50 am
 
Forum: mod_harbour
Topic: AP_SetStatusCode
Replies: 2
Views: 91

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 you send ...
by Enrico Maria Giordano
Wed Feb 14, 2024 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 419

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: 419

Re: link error

What do I need to compile rddads.lib? I guess I need ADS installed but I don't have it.
by Enrico Maria Giordano
Wed Feb 14, 2024 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 419

Re: Using Microsoft AI Phi-2 from FWH

Dear Jimmy, > 6>F:\llama.cpp\examples\simple\simple.cpp(64,48): error C2065: "new_token_id": nichtdeklarierter Bezeichner I guess it is this line: const llama_token new_token_id = llama_sample_token_greedy(ctx, &candidates_p); I have it here at line 122, how is it possible ...
by Antonio Linares
Fri Dec 22, 2023 5:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6889

Re: Excell to xbrowse ?

... Then insert the dim array into the xBrowse Thank you very much for your reply, Natter. I guess I didn't explain my problem. I have a file opened in Microsoft Excel and I marked some of it and copied it to the clipboard. Can I paste the part ...
by Horizon
Mon Nov 20, 2023 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excell to xbrowse ?
Replies: 5
Views: 388

Re: MEMO problem?

Source code? Example? Demo? A signal? A clue? I have never been able to guess an error by looking at an image. Sherlock Holmes could do it. hahahahaha. ¿Codigo fuente? ¿Ejemplo? ¿Manifestación? ¿Una señal? ¿Una pista? Nunca he podido adivinar un error mirando ...
by richard-service
Sat Oct 28, 2023 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MEMO problem?
Replies: 3
Views: 282

Re: MEMO problem?

Source code? Example? Demo? A signal? A clue? I have never been able to guess an error by looking at an image. Sherlock Holmes could do it. hahahahaha. ¿Codigo fuente? ¿Ejemplo? ¿Manifestación? ¿Una señal? ¿Una pista? Nunca he podido adivinar un error mirando ...
by karinha
Fri Oct 27, 2023 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MEMO problem?
Replies: 3
Views: 282

C language #define # and ## operators use

This is supported by C compilers, but I guess it is a quite unknown feature: A single #name stringify the name A double ## joins two names function Main()   MsgInfo( Test() )return nil #pragma BEGINDUMP#include <hbapi.h>#include ...
by Antonio Linares
Tue Oct 24, 2023 7:20 am
 
Forum: Off Topic / Otros temas
Topic: C language #define # and ## operators use
Replies: 0
Views: 302

Re: Parameter for Timeout

DoCloseWindowAndDBF() ??? I don't understand? You show a piece of program. There's no way to guess what you want to do! Show an EXAMPLE in practice. ¿No entiendo? Muestras una parte del programa. ¡No hay forma de adivinar lo que quieres hacer! Muestre un EJEMPLO en la ...
by karinha
Mon Sep 18, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 739

Request : new PostgreSQL OLEDb-Provider

... + ;                  IfNil( oCn:Properties( "Extended Properties" ) :Value, "" )      CATCHfwlog c i "guess" Fivewin dows not "know" this Driver (String) "Provider=PMDAPGS;Server=<server_name>;Database=<db_name>;User=<user>;Password=<password>;Port=<port>" ...
by Jimmy
Mon Sep 11, 2023 4:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : new PostgreSQL OLEDb-Provider
Replies: 11
Views: 660

Re: Listview Unicode for CLASS TGrid()

i guess it is while i have not use fw_parWide() / LPWSTR but LPTSTR

Yes.
If you like we can make the modifications.
by nageswaragunupudi
Wed Aug 30, 2023 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 381

Listview Unicode for CLASS TGrid()

... in function HB_FUN_LV_SETGRIDQUERYDATA Warning W8075 .\\HB_FUNC.PRG 1601: Suspicious pointer conversion in function HB_FUN_LV_SETGRIDQUERYDATA i guess it is while i have not use fw_parWide() / LPWSTR but LPTSTR --- how to use this with Unicode   lvi.pszText    = (TCHAR*) hb_parvc (2, ...
by Jimmy
Wed Aug 30, 2023 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 381
Next

Return to advanced search