Search found 166 matches: originally

Return to advanced search

Re: ADS with 64bit FWH Apps

... files. The end users probably already have them in place. In my case, I built the .exe for my application using the current .lib files for ADS. Originally I was including the four .dll files from the ADS 12 distributions. After seeing Reinaldo's comment, I instead used the ones from the ADS ...
by TimStone
Tue Apr 16, 2024 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2238

Re: XBROWSE FIELDS with Name in Array

1) Important: Please do not use FIELDS clause. This was originally meant to facilitate easy migration from WBrowse. Using COLUMNS clause allows us to to take full power of XBrowse. Using FIELDS clause makes XBrowse dumb 2) If we want to specify all columns ...
by nageswaragunupudi
Sat Apr 29, 2023 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE FIELDS with Name in Array
Replies: 12
Views: 785

Re: autoGPT for OpenAI

Dear Reinaldo, In the source code, originally developed by Carlos Gallego, you find this:   TEXT INTO cJson   {      "prompt": "cPrompt_empty",      "temperature": 0,      "max_tokens": 2048   }  ...
by Antonio Linares
Fri Apr 28, 2023 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1445

Re: Harbour CGI

... invented mod_harbour, then we turned it into a CGI exe, keeping the functionality (commands, defines, etc) and functions, classes, etc that we originally developed for the mod_harbour. I don't know how is your Harbour CGI, so I can't compare them I haven't MY harbour CGI. It is just an Harbour ...
by Enrico Maria Giordano
Fri Sep 23, 2022 12:46 pm
 
Forum: mod_harbour
Topic: Harbour CGI
Replies: 19
Views: 6149

Re: Harbour CGI

... invented mod_harbour, then we turned it into a CGI exe, keeping the functionality (commands, defines, etc) and functions, classes, etc that we originally developed for the mod_harbour. I don't know how is your Harbour CGI, so I can't compare them Here you have all the source code for mod_harbour ...
by Antonio Linares
Fri Sep 23, 2022 12:28 pm
 
Forum: mod_harbour
Topic: Harbour CGI
Replies: 19
Views: 6149

Re: Installing on Paralles for Mac

... Windows. But I keep thinking it would be nice to enjoy some side income by making a few Apple apps and selling them in their market place. Thus, I originally invested in some Apple products. 2). Over the years, my clients who personally used Apple computers wanted access to their business data. ...
by TimStone
Thu Sep 01, 2022 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Installing on Paralles for Mac
Replies: 15
Views: 744

Re: Very strange problem - ideas needed

Jimmy, Originally the data was on a network server. I moved the data files to a different computer, and it is the same one that is running the Client ( program ). So it is not a networking issue. It could be something in the ...
by TimStone
Wed Aug 24, 2022 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very strange problem - ideas needed
Replies: 17
Views: 1752

Re: JSON with HTTPS: post

Antonio, We apparently have a communication problem. 1). I said that originally I had everything working fine. 2). THEN, the company changed the API and the server 3). That is when the method I have used with all XML and JSON commuinications stopped working ...
by TimStone
Tue May 24, 2022 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON with HTTPS: post
Replies: 28
Views: 1955

Re: Speedtest DBF vs. LetoDB and mySQL

... on a local drive AND when running from One Drive! The browse pops up immediately and refreshes fast. My code is a mess right now since it was originally written for testing filters vs scopes. However, it is very simple, open the database with indexes (CDXs). Set the current index. Set the ...
by James Bott
Mon Oct 18, 2021 11:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest DBF vs. LetoDB and mySQL
Replies: 22
Views: 1775

Re: Handle para query - Freeze de pantalla

Carlos, I am not sure if this will help, but here is an example of a displayed timer while a routine is running. This was originally posted by Enrico. 9/27/2006 8:27 AM#include "Fivewin.ch" FUNCTION MAIN()     LOCAL oDlg, oTmr     DEFINE DIALOG oDlg     DEFINE TIMER ...
by James Bott
Mon Sep 27, 2021 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Handle para query - Freeze de pantalla
Replies: 8
Views: 1292

Re: web browser control based on Microsoft Edge

1). I do not use a resource editor. I hand code my dialogs in the .rc file because I can get them positioned very precisely. Originally I used Borland, then Pelles but years ago I started doing it all manually. This way I have perfect alignment, and my screens are often very complex. ...
by TimStone
Wed Sep 01, 2021 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: web browser control based on Microsoft Edge
Replies: 20
Views: 2846

Re: Lookup method of Tdatabase

... You don't think this line should be: { cCamera, ALLTRIM( cTypeRoom ), oPrenotazioni:RecNo(), dCheckIn, dCheckOut } Originally, I thought this also, but it gets evaluated like this: ... .and. ( oPrenotazioni:Check_IN > dCheck_OUT .or. oPrenotazioni:Check_OUT ...
by James Bott
Wed Aug 18, 2021 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2859

Re: database oDbf

... ? The functions FW_DbfToArray() and FW_ArrayToDBF() work as Gather() and Scatter(). Hash functions are more flexible. Gather() and Scatter() were originally used to editing records. TDataRow is better than these functions.
by nageswaragunupudi
Sun May 16, 2021 2:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: database oDbf
Replies: 9
Views: 1220

Working With Quickbooks. QBFC

... )      ELSE         //   MsgAlert( "No file was selected")      ENDIF    ENDIFRETURN NIL  I have a QBFC class within my program ( originally built for xHarbour ) that interfaces with the QBFC .dll in Windows installed using a program in the SDK provided by Intuit. I haven't used ...
by TimStone
Fri Feb 12, 2021 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working With Quickbooks. QBFC
Replies: 3
Views: 395

Re: Debugger error when executing WebPageContents()

... & Regards, Self I don't have the original code from last night, and I'm not getting the same error right now. Not sure what changed. I was originally sending the command line http:\\www.google.com, with backslashes. Maybe that generated the error. I think we're ok, now. How do I get a response ...
by FWExplorer
Wed Dec 30, 2020 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Debugger error when executing WebPageContents()
Replies: 5
Views: 432
Next

Return to advanced search