Search found 96 matches: expects

Return to advanced search

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

Re: "Save As" dialog box

you can test if it is a File or Folder which are select Yes, this is only a workaround. Mr. Natter expects that the user should not be able to select a file. In other words, the OK button to be grayed out so that the user can not select if the cursor is on a file, but can ...
by nageswaragunupudi
Sun Jan 28, 2024 10:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 1838

Re: IA

... object, Visual FoxPro automatically converts the character string to an array of VT_UI1 type data the ActiveX control or automation object expects. We have examples of managing VT_UI1 type data in harbour/contrib/hbwin/olecore.c look for VT_UI1 inside
by Antonio Linares
Fri Apr 08, 2022 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IA
Replies: 19
Views: 1696

Opening And Closing mod harbour Tags

... that define how a program should be written. mod harbour is, in that sense, no different from any other language. The mod harbour interpreter expects certain rules to be followed, and will spit errors at you if they are not followed. All code written in mod harbour must be identified as mod ...
by Otto
Tue Oct 19, 2021 3:24 pm
 
Forum: mod_harbour
Topic: Opening And Closing mod harbour Tags
Replies: 0
Views: 229

Re: Print Problem with FWH2104

Euclides wrote:Hi! Sorry for jumping in...
With FWH 18.01 the printing works as Vilian expects.
Regrds, Euclides


Thanks
by nageswaragunupudi
Tue Jun 08, 2021 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2597

Re: Print Problem with FWH2104

Hi! Sorry for jumping in...
With FWH 18.01 the printing works as Vilian expects.
Regrds, Euclides
by Euclides
Tue Jun 08, 2021 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2597

Re: More details WIN_OLEAUTO information in debugger

... are regarding FIVs, as in fivedit17.fiv. The 'i' looked like an 'l' with the font I have. Anyway, I think I see what the problem is. FivEdit expects to be in the C:\FivEdit folder. I have it elsewhere, so it's complaining, e.g. File definition .fiv : C:\FIVEDIT\borland73.fiv not found. Anyway, ...
by FWExplorer
Sun Jul 12, 2020 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: More details WIN_OLEAUTO information in debugger
Replies: 11
Views: 1696

Re: Primeiros passos com FiveWin

... é gerado mas ocorre um erro de execução: Em uma janela modal : Module 'ACTIVEX.PRG' was compiled into PCODE version: 7, this version of xHarbour expects version:10. Tudo leva a crer que é um conflito. A lib fivewin foi compilada com um PCODE version 7 e esse xHarbour requer uma vesão 10 (mais ...
by vlademiro
Wed Mar 11, 2020 6:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primeiros passos com FiveWin
Replies: 8
Views: 1728

Re: Rpreview issues - PDF

... Commented out the function Main() 2) Added call to function GetFonts() at the beginning of the function CreatePDF(...) 3) The function CreatePDF() expects directory of emf files whereas I am passing an array of emf files. Therefore I modified this line     for each f in aMetas//        hMeta := ...
by nageswaragunupudi
Thu May 09, 2019 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7342

Re: Ribbon Bar Sample ?

... oWnd TITLE "RibbonBar Test " + FWVERSION from 1,1 to 600,600 pixel MDI MENU oMenu brush oBrush1 It errors out on this line because it expects the MDI window to exist. DEFINE DIALOG oDlgRB[1] FROM 0,0 TO 538,782 OF oWndr:oWndClient PIXEL I suggest trying panels instead. I haven't tried ...
by James Bott
Thu Oct 25, 2018 12:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Bar Sample ?
Replies: 13
Views: 2683

Re: Read Com port

Hi Jack, I don't use the library you're using, so let's go for trial... The Readcomm function expects Cbuffer as: A string variable supplied by reference where ReadComm() will place the read bytes. The length of the initial supplied value specifies the wished number of ...
by Diego Decandia
Sat Sep 29, 2018 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read Com port
Replies: 13
Views: 2607

Re: Add images to oImageList

Class TImageList Method Add() expects a Class TBitmap object and not a bitmap handle

Try it this way:

TTreeview: oImageList:Add( TBitmap():Define( ,, oWnd, img ), oWnd )
by Antonio Linares
Wed Feb 14, 2018 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add images to oImageList
Replies: 2
Views: 441

Re: 3rd party c wrapper functions for harbour

... InputFile. 2. Change this line from TOCRRESULTS     *Results = 0; to TOCRRESULTSEX     *Results = 0; as GetResults() function expects a TOCRRESULTSEX type as the second parameter. EMG
by Enrico Maria Giordano
Mon Mar 27, 2017 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3rd party c wrapper functions for harbour
Replies: 26
Views: 7392

Re: last xharbour compile error

... successfully built * I got this run error Module: '.\source\classes\ACTIVEX.PRG' was compiled into PCODE version: 0, this version of xHarbour expects versio: 10 I use fwh1512 and my friend fwh16xx same as PCODE problem when xhb10162_bcc70/bcc72
by richard-service
Sat Oct 08, 2016 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: last xharbour compile error
Replies: 27
Views: 4814

Re: last xharbour compile error

... successfully built * I got this run error Module: '.\source\classes\ACTIVEX.PRG' was compiled into PCODE version: 0, this version of xHarbour expects versio: 10
by richard-service
Fri Oct 07, 2016 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: last xharbour compile error
Replies: 27
Views: 4814
Next

Return to advanced search