Search found 148 matches: instruction

Return to advanced search

Best FWH functions for API, Hash, Curl

I was able to connect and change my shopdata with a API instruction. The data string looks like this : cData := '{"images":["5101000.jpg"],"sku":"skuData","ean":"98745123456","name":"Noyca","description":"Memo<b>Data</b>"}' ...
by Marc Venken
Sat Oct 30, 2021 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best FWH functions for API, Hash, Curl
Replies: 2
Views: 488

Re: MySql Nativa Transacciones. At. Mr. Rao

Anyway, I don't know if harbor supports that instruction. Harbour does not support "TRY/CATCH" syntax at all. It supports BEGIN SEQUENCE/END SEQUENCE only. xHarbour supports both. fivewin.ch translates TRY/CATCH to BEGIN/END SEQUENCE ...
by nageswaragunupudi
Sat Sep 18, 2021 3:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql Nativa Transacciones. At. Mr. Rao
Replies: 26
Views: 2525

Re: MySql Nativa Transacciones. At. Mr. Rao

... The commit would be executed even when there is an error? Anyway, I don't know if harbor supports that instruction. salu2
by carlos vargas
Sat Sep 18, 2021 3:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql Nativa Transacciones. At. Mr. Rao
Replies: 26
Views: 2525

Re: Installation of mod_harbour as module or fastcgi handler

... I don't get the mod_harbour module installed right on ISS. I copied mod_harbour.dll and libharbour.dll to C:/modharbour/ISS and followed the instruction on https://github.com/FiveTechSoft/mod_harbour/blob/master/IIS/readme.md, also the Visual C++ runtime is installed. Again, the error appears: ...
by chrisiwien
Fri May 28, 2021 6:57 am
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2888

Re: Email from gmail

by Enrico Maria Giordano
Tue Dec 15, 2020 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Email from gmail
Replies: 12
Views: 1251

Korean character problem...

... marks ??? See the following image: https://i.ibb.co/1zPQ26D/nomenclatura.jpg I already tried putting the FW_SetUnicode (.T.) Instruction at the start of my system, I already tried trying to convert the field with UTF16toUTF8 (oBase: FieldGet (7)), but nothing. I am using Eagle1 ...
by csincuir
Tue Nov 17, 2020 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Korean character problem...
Replies: 8
Views: 997

Re: Problem with LoadHRB

... the new mod_harbour binaries Otto 23:50 Uhr Thank you. Can you please tell me which files I have to download. Otto 00:07 Uhr Angel, I found the instruction. Thank you for helping me. Now it works. 00:07 Uhr Copy these DLLs (bin folder inside the modharbour zip) to c:\Apache24\bin: libcurl-x64.dll, ...
by Otto
Sat Jun 13, 2020 9:10 pm
 
Forum: mod_harbour
Topic: Problem with LoadHRB
Replies: 4
Views: 663

Re: Start with ModHarbour

... Apache on Win10 computer and modharbour . Everything is OK . I 'd like to test samples of Input Screen ? Is it possible to use SAY and GET instruction ? Do you have sample with a screen with 3 or 4 gets, 1 or 2 Combo and when you press save, a record is Added in a table . Thanks for modHarbour, ...
by Antonio Linares
Thu May 28, 2020 10:18 am
 
Forum: mod_harbour
Topic: Start with ModHarbour
Replies: 11
Views: 2068

Re: Start with ModHarbour

... Apache on Win10 computer and modharbour . Everything is OK . I 'd like to test samples of Input Screen ? Is it possible to use SAY and GET instruction ? Do you have sample with a screen with 3 or 4 gets, 1 or 2 Combo and when you press save, a record is Added in a table . Thanks for modHarbour, ...
by Jack
Thu May 28, 2020 5:47 am
 
Forum: mod_harbour
Topic: Start with ModHarbour
Replies: 11
Views: 2068

Re: Xbrowse ToExcel() - Xbrowse ToCalc()

... me with exporting xbrowse to calc or excel. Thank you Hi, With Xbrowse I try to export to Calc format from LibreOffice or Xls from Excel with the instructions Obrw: ToCalc () or Obrw: ToExcel (). I use xbrNumFormat( "E", .t. ) but depends on the number of decimals of the fields it gives ...
by Jorge_T
Sun Mar 29, 2020 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse ToExcel() - Xbrowse ToCalc()
Replies: 1
Views: 557

Xbrowse ToExcel() - Xbrowse ToCalc()

Hi, With Xbrowse I try to export to Calc format from LibreOffice or Xls from Excel with the instructions Obrw: ToCalc () or Obrw: ToExcel (). I use xbrNumFormat( "E", .t. ) but depends on the number of decimals of the fields it gives me the error "could ...
by Jorge_T
Thu Mar 26, 2020 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse ToExcel() - Xbrowse ToCalc()
Replies: 1
Views: 557

Re: fwnumFormat ( where is the documentation ?)

... your own hard coded picture formats. Hi Mr. Nages, With Xbrowse I try to export to Calc format from LibreOffice or Xls from Excel with the instructions Obrw: ToCalc () or Obrw: ToExcel (). I use xbrNumFormat( "E", .t. ) but depends on the number of decimals of the fields it gives ...
by Jorge_T
Wed Mar 25, 2020 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwnumFormat ( where is the documentation ?)
Replies: 7
Views: 889

Re: Mapi Outlook .. send mail silently

Hi , I think i have the solution , if you place the instruction oMailItem:Invoke("Send") , it is in silent mode . Good luk and marry Christmas . Philippe #include "fivewin.ch" function main() local oOutLook,oMailItem oOutLook := ...
by Jack
Fri Dec 20, 2019 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mapi Outlook .. send mail silently
Replies: 15
Views: 2547

Re: Buttonbar help

... How I can adjust? Thanks in advance Try with oBar10:nRight := 300 ( or any value ), after the REDEFINE If it does not work, try putting this instruction in the ON INIT clause of the dialog or container window Thanks but no success in both options.
by wartiaga
Tue Dec 10, 2019 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Buttonbar help
Replies: 6
Views: 958

Re: Buttonbar help

... How I can adjust? Thanks in advance Try with oBar10:nRight := 300 ( or any value ), after the REDEFINE If it does not work, try putting this instruction in the ON INIT clause of the dialog or container window
by cnavarro
Tue Dec 10, 2019 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Buttonbar help
Replies: 6
Views: 958
PreviousNext

Return to advanced search