Search found 276 matches: suppose

Return to advanced search

Re: USB reading/writing as Com port

... But it is software, so mayby FiveWin has also a Lib for this ? If I plugin my handscanner, FW can read this and it is also on a USB, but I suppose that this is not the same. So If Coolterm is needed, I will have a txt/csv file that is updated very fast in realtime, and I can put my Arduino ...
by Marc Venken
Thu Feb 08, 2024 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 183

Re: Different Processing of Escape Characters in Mod Harbour

Dear Otto,
I think \n leads to an error because the backslash is an escape character in javascript.
according to chatgpt :-) ... when used in a string, the \ expects to be followed by another character to form the escape sequence.
So \\n is needed in this case I suppose.
kind regards
ruth
by Ruth
Wed Jan 31, 2024 1:38 pm
 
Forum: mod_harbour
Topic: Different Processing of Escape Characters in Mod Harbour
Replies: 5
Views: 394

Re: link between PRG and RC

... of necessary tools and resources? i see the source code and begin to understand slowly and gradually but compiling is still a mystery to me. i suppose there is a button that does it for me if i set up everything correctly? any guidance would be very appreciated. kind regards and thanks again ...
by Ruth
Tue Jan 30, 2024 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1293

Re: WooCommerce

Silvio, Then you will need to use the API. Uploading a csv will always need intervention of customer. At least in my webshop. I suppose you have the Token from the shop in order to connect. Here is a small sample of connection via API. WooCommerce seems to work with the same RESTAPI. This ...
by Marc Venken
Fri Oct 20, 2023 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WooCommerce
Replies: 3
Views: 274

Re: FiveDBU : FPT -> DBT

You did set your preferences correct I suppose ?
by Marc Venken
Fri Oct 06, 2023 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU : FPT -> DBT
Replies: 4
Views: 418

Re: Set a specific starting function

Yes, I already thought about that but I'm not sure it is a good working solution. In fact, all the program would be executed inside the INIT PROCEDURE, that is not a good thing, I suppose.
by Enrico Maria Giordano
Mon Jul 31, 2023 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set a specific starting function
Replies: 20
Views: 812

Listbox in Cell of Excel

Anybody had any luck with accessing Listboxes in excel using OLE. I have a spreadsheet with a Listbox in about every cell. The user is suppose to select the value from the list box to fill it out. I am trying to fill it out using Fivewin and Ole. Don't have complete access to the spreadsheet. ...
by byron.hopp
Wed Jun 14, 2023 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox in Cell of Excel
Replies: 6
Views: 368

Re: MariaDb delete

... On the example in this thread, instead of traversing the complete table checking for eof(), you would do this: DELETE FROM <tablename> ;   Suppose you want to extract certain records from the table based on certain condition. With our traditional ISAM you would do this: WHILE !odbf:eof() ...
by reinaldocrespo
Fri Jun 02, 2023 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 372

Using FastReports FRH change memo2 from Memo1

Hello FiveWinners; Suppose I want to change text on memo2 after clicking on memo1 on a preview report. Let's say I have set property OnPreivewClick of memo1 to this: //--------------------------------------------------procedure Memo1OnPreviewClick(Sender: ...
by reinaldocrespo
Sat Apr 08, 2023 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using FastReports FRH change memo2 from Memo1
Replies: 2
Views: 309

Re: Fighting Xbrowse and lozing !!!

For example, remove oBrw:lColChangeNotify := .t. What is the need for it? I put it in by reading one of the topics here. Have to check wich one. I suppose that was at a time that I wanted to have a automatic saving system (when something changes in any column of the browse, it will call a function ...
by Marc Venken
Fri Dec 23, 2022 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1450

Request for information xbrowse and pics

... person 1 log's in with his name, the program can get the name from file and sees what they can select, getting the options from the team file, suppose 5 items to select Marc Venken : U6 Shirt red : quantity : .... pleace select size (36-62) ..... Soks : ..... (38-46) ...... Place the order ...
by Marc Venken
Wed Dec 14, 2022 7:54 pm
 
Forum: mod_harbour
Topic: Request for information xbrowse and pics
Replies: 3
Views: 507

Re: Finding the caption of a Hash

... is also giving the error. Normaly I put a Xbrowser as debugger, but also Xbrowse is only giving : Key and Value I suppose now that there are no more methos in the Hash. HB_Hash is harbour, so not a source of FW.
by Marc Venken
Fri Apr 01, 2022 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding the caption of a Hash
Replies: 6
Views: 410

Re: Conversion from ca-clipper ( not found a variable)

... oMarc = static only I have a init clause in the class Tmarc where I define the values, and you define the values in the METHOD NEW CLASS TMarc I suppose that this a just a choise of the programmer ? or is there a advantage for one option ? DATA aMaanden AS ARRAY INIT {"Jan","Feb","Mrt"} ...
by Marc Venken
Thu Mar 10, 2022 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 1940

Re: TXBrwColumn:oEditLbx

...     :oEditLbx:bLostFocus := {|| someFunc()}   END  result of the code above is 'Class: 'NIL' has no property: BLOSTFOCUS' I suppose this listbox is not yet existend when I want to ask it. I'll be glad for any help.
by Detlef
Mon Feb 28, 2022 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBrwColumn:oEditLbx
Replies: 2
Views: 244

Re: dbase III/IV file encrypted

... an old VB6 program that uses a JET connection like this "Provider=Microsoft.Jet.OLEDB.4.0;Extended Properties=dBase IV;Data Source=" I suppose that i must change the encrypted flag in dbf file header in some way (do not know how), and then open with a password that i set in my vb6 script ...
by lorenzoazz
Sat Jan 29, 2022 9:32 am
 
Forum: All products support
Topic: dbase III/IV file encrypted
Replies: 8
Views: 979
Next

Return to advanced search