Search found 62 matches: normaly

Return to advanced search

Re: Advise in Server hardware

... Using Xbrowse as my core system in almost all code, I see that moving the cursor in the cells, functions are executed like retrieving data. Normaly this should only happen when data is changed, so I have codeblocks wrong in use. I have to digg a bit deeper into this and post some issues ...
by Marc Venken
Wed Apr 05, 2023 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advise in Server hardware
Replies: 12
Views: 1174

Re: Fighting Xbrowse and lozing !!!

... browse will be used when new items will be uploaded to the webshop and the pictures can be arranged in position before doing that. This I can do normaly. Afther that, most browses will be text data and there is not that much issue.
by Marc Venken
Sat Dec 31, 2022 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1568

Re: Finding the caption of a Hash

... keys are searchable with cZoek = "OFFERTE" if hb_HHasKey( hData, cZoek ) hApi["OFFERTE"]:cCaption 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 ...
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: 446

Re: Configurate xBrowser from dbf data issues

... ))) I made a sample program to show the issue that I have. I call a Xbrowse from a function (for many browses in the program) The testprogram normaly will build 2 dbf's with some data into it and uses the customer.dbf from the samples dir. (put the program there) If I put the code for coloring ...
by Marc Venken
Thu Feb 10, 2022 11:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Configurate xBrowser from dbf data issues
Replies: 6
Views: 668

Re: Focus error on this new project

The mouse is working ! Thans for your time and help.. I did some changes, a second browse for invoices (tab 2) tab 1 = customers.. This stuff normaly works great, but again, not oke now because of the windows that hide and show, .... Could you get rid off the multy screen code (MDI) ? I don't ...
by Marc Venken
Thu Dec 09, 2021 10:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Focus error on this new project
Replies: 16
Views: 1146

Re: Xbrowse complex export to dbf challenge...

... browse the file. I would append the records (with fieldnames) into a temp DBF, then export all the values (only) into the final DBF. James James, Normaly I would do it like you suggest... and spend time in doing so (could take hours in my case) But i also learned that in FW and Harbour there is ...
by Marc Venken
Sun Oct 31, 2021 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse complex export to dbf challenge...
Replies: 4
Views: 587

Decimal detection

Hi, I want to convert some values from a database to a text file for export use. Normaly a use str() to convert the value. The problem is that if the field is define with 5 Decimals, and the value is 4.204, the export is 4.20400. Then I can use something like str(10,3). ...
by Marc Vanzegbroeck
Mon Sep 27, 2021 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decimal detection
Replies: 10
Views: 1162

Use cUrl to upload data to online server

I was able to retrieve data from my webshop hosted by a 3the company. Normaly we can retrieve and upload data by API Download = working (I retrieve some productdata) Upload (Change a name from a product seems to be more difficult) For upload, the server samples ...
by Marc Venken
Sat May 22, 2021 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Use cUrl to upload data to online server
Replies: 13
Views: 1259

barcode check

Hi,

In by program, the customer can scan barcode's and create automatically invoives, scan customer cards, print labels,...

Normaly it's EAN13, but a costomer of mine have scanned a barcode on an article something like '0WTU118C02699'.

How can I determine what type this is?
by Marc Vanzegbroeck
Mon Feb 15, 2021 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: barcode check
Replies: 3
Views: 398

Sending mails with Microsoft Mail

Hi,

Is there a way to send emails with the standard Microsoft Mail program of windows 10?
Normaly I send it with Outlook without any problem. A new customer use the standard Mail program of Windows 10.
by Marc Vanzegbroeck
Wed Dec 30, 2020 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending mails with Microsoft Mail
Replies: 4
Views: 387

Re: Selectecing mutiple cells in excel

... The are using the same program for different vendors, like Honeywell, Siemens, Yokogawa, Emmerson,HIMA,.... That program can export to excel. Normaly we have to build the functions manual on the process-system. In my case on a Honeywell DCS-system. That system has it's own import-files with ...
by Marc Vanzegbroeck
Thu Aug 13, 2020 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Selectecing mutiple cells in excel
Replies: 8
Views: 967

ExeltoDbf error in using wrong type of field

Hello, I need to read many different exel files into a dbf. I change the headers to match the dbf fields and 'normaly' i change num to tekst fields in exel, but many times I get the folowing hard error. I'ts not easy to determine witch kolom in exel is still not correctly changed. ...
by Marc Venken
Sat Jan 04, 2020 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ExeltoDbf error in using wrong type of field
Replies: 2
Views: 630

OT - CHM-file creator

Hello,

Normaly I don't create help-files for my programs, but one costomer asked me to create one.
Does anyone use chm-files? If so, what program do you use?
I found different programs, but which one is better,... maybe free?
by Marc Vanzegbroeck
Tue Dec 17, 2019 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT - CHM-file creator
Replies: 1
Views: 413

extract with hb_UnZipFile to same directory

Hi,

I have a zip file that contains multiple diectory's with files.
If I use hb_UnZipFile(), it create the files and the directory.
Is is possible to extract all the files to 1 directory? (So without the directory).
Normaly, all files are unique, so there will be no problem with duplicated files .
by Marc Vanzegbroeck
Mon Dec 16, 2019 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: extract with hb_UnZipFile to same directory
Replies: 1
Views: 483

Re: 5 steps and APACHE mod harbour is running

... working with Mod. I'm especialy interested in knowing how it will react on a smartphone !! I have no option that FW will work on a smartphone, but normaly Mod. will work on every device, so that will give options for sure. As of installation : For the site, I always upload changed files directly ...
by Marc Venken
Wed Sep 04, 2019 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 5 steps and APACHE mod harbour is running
Replies: 10
Views: 1762
Next

Return to advanced search