Search found 304 matches: depends

Return to advanced search

Re: funcion C a xBase

... = "3", so this RIF is valid. Please note that these calculations are based on the function logic provided, and the validity of the RIFs depends on the specific rules and regulations of the Venezuelan RIF system.
by Antonio Linares
Mon Apr 22, 2024 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funcion C a xBase
Replies: 6
Views: 144

Re: Google Graph extra graphic ? (Navaro)

Easily ? depends on your skilss of Java, html and Css, but I agree, seeing this there is a potential use for it (in my case this program) As you try, My controls of FW are froozen or the html code is keeping buzy because I can't ...
by Marc Venken
Wed Feb 21, 2024 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2866

Re: future of Rich Text Editor maybe time to start with WEBVIEW

Detlef, may I ask what software you make? Do you have your own product, and what is your customer base? I think it all depends on that. Best regards, Otto Dear Otto, I'm a retired programmer who created all necessary programs for a company which still Is a producer/manufactor for ...
by Detlef
Fri Jan 26, 2024 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1706

Re: future of Rich Text Editor maybe time to start with WEBVIEW

Detlef, may I ask what kind of software you make? Do you have your own product, and what is your customer base?
I think it all depends on that.
Best regards,
Otto
by Otto
Fri Jan 26, 2024 10:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1706

file ID in the Windows file system

... to another folder?** When you move a file to another folder, the behavior in terms of the file's unique identifier (File ID) and other attributes depends on whether you are moving it within the same volume or across different volumes: **Moving Within the Same Volume:** - **File ID Retained**: ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Re: Backups into blu rays

Elvira, I think one always needs multiple options to rely on. Trust also strongly depends on experiences. At the beginning, I invested a lot of money in a tape drive, and during the first backup, it chewed up the tape. With CDs, I've personally seen one shatter into ...
by Otto
Tue Jan 02, 2024 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 3404

Re: FW_OpenAdoConnection reconnect

Please check the value of oCn:State. If the value is 0, the connection is closed. If the value >= 1 the connection is open and the actual value depends on the current activity. If oCn is closed we can try reconnect by oCn:Open() This is a sample code to check the connection status and try to ...
by nageswaragunupudi
Thu Dec 14, 2023 3:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenAdoConnection reconnect
Replies: 6
Views: 539

Back after 10 years due to illness [ Javier Lloris ]

... Win8, Win10 32bits and Win11 so that you can report me if any error appears, the program checks which operating system it is running on because it depends of the OS version of WMP can play different audio files but everything that WMP plays can be played by us because we use WMP through the Windows ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 382

Re: Convert a print to Rtf or doc

... HTML templates are used for the report. These should be present and correctly formatted. Printing Functionality: The printing functionality depends on the correct configuration and installation of the ActiveX object. https://mybergland.com/fwforum/neutriathlonclip1.jpg https://mybergland.com/fwforum/neutriathlonclip2.jpg ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3470

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

We will look into the issue of tooltips. :D Display of Utf8 depends purely on FWH Does this mean that we can only use chars provided by FWH, even if we use a different font? I tried it with the font 'unscii' from http://viznut.fi/unscii/ , unfortunately ...
by frose
Sat Nov 25, 2023 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 943

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

We will look into the issue of tooltips. Display of Utf8 depends purely on FWH This has nothing to do with HB_CDPSELECT( "UTF8" ). This setting is useful only for Harbour file and directory functions when these names are in UTF8, applicable ...
by nageswaragunupudi
Fri Nov 24, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 943

Re: Help splitting up a character address string

... variables for street, city, state, and zip code, you can indeed use the At() function or similar string manipulation functions. The approach depends on the programming language you're using. I'll provide an example in a commonly used language, Python, which should give you a good idea of ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 604

Re: xHarbour.org updated!

... = ilink32 ALLOBJ = c0w32.obj $(OBJFILES) $(OBJCFILES) ALLRES = $(RESDEPEN) ALLLIB = $(USERLIBS) $(LIBFILES) import32.lib cw32.lib .autodepend #DEPENDS #COMMANDS .cpp.obj: $(CC_DIR)\BIN\bcc32 $(CFLAG1) $(CFLAG2) -o$* $** .c.obj: $(CC_DIR)\BIN\bcc32 -I$(HB_DIR)\include $(CFLAG1) $(CFLAG2) -o$* ...
by wartiaga
Tue Sep 19, 2023 5:02 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 38611

Re: not ISOEM(), ISANSI() or IsUTF8()

... bytes in UTF8. Let us consider the example of "ü". Is it ANSI or UTF8? We can not say just by looking at it on the screen or in print. Depends on how this string is encoded. We can find out its encoding by testing with IsUtf8() or still better, with STRTOHEX( c ) The same character ...
by nageswaragunupudi
Sun Aug 27, 2023 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2099

Re: "id" for PRIMARY KEY ?

It all depends on our program.
Not on autoinc keys
We will discuss about SQLI after a few days.
by nageswaragunupudi
Thu Jul 27, 2023 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "id" for PRIMARY KEY ?
Replies: 9
Views: 479
Next

Return to advanced search