Search found 28 matches: hardcode

Return to advanced search

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

hi, thx for Andwer. it was not the Problem when "hardcode" using UTF8-Editor and not when create a "new" DBF it was from some (40 Year old) DBF, start with 7-Bit C/PM under Dbase ]} over. Dbase III+. Cli*pper, Xbase++, HMG and now ...
by Jimmy
Sun Aug 27, 2023 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2166

Re: how store Image into Database

... ado, fwmysql, dolphin, tmysql, postgre, arrays, etc. found out when want to use Postgre i NEED to use TPQserver / TPQquery as it is "hardcode" in Source METHOD Load( lBlank ) CLASS TDataRow   ELSEIF VALTYPE( ::uSource ) == 'O'      IF ::uSource:ClassName == "TOLEAUTO"  ...
by Jimmy
Tue Jul 25, 2023 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how store Image into Database
Replies: 3
Views: 324

Re: build Import LIB from LibPQ.DLL

Question : is XBROWSE "hardcode" ( IsKindOf() ) in Source To be honest, I did not understand the question. IsKindOf is a method that is available to all Harbour classes. oObj:IsKindOf( "someclass" ) means the oObj is ...
by nageswaragunupudi
Tue Jul 04, 2023 4:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2904

Re: build Import LIB from LibPQ.DLL

... to "rebuild" LIB :?: ... or can i "just" override METHOD SetPostGreCol( ... ) CLASS TXBrowse Question : is XBROWSE "hardcode" ( IsKindOf() ) in Source :?:
by Jimmy
Mon Jul 03, 2023 9:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2904

Re: FW_SetUnicode( .T. ) 2-Byte characters

... VIA (cVia) NEW EXCLUSIVE ALIAS (cAlias) CODEPAGE TRIM(cCodepage)      ENDIF   ENDIFRETURN p.s. when "hardcode Umlaute" you must use a Unicode Editor like "Notepad ++" --- wir können uns auch in Deutsch unterhalten. schreibe mir eine Email ...
by Jimmy
Mon Jun 26, 2023 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2274

Re: calendar not run ( DBLCLICK)

... you can "mark" DateStart to DateEnd so you do not need 2 x DTPICKER p.s. as CLASS TCALENDAR seem not "hardcode" somewhere else you can make a copy and delete METHOD HandleEvent()
by Jimmy
Sat May 20, 2023 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1954

Re: XBROWSE FIELDS with Name in Array

... One->Lastor   @ 0, 0 XBROWSE oBrw OF oDlg COLUMNS 1,2 which both can "reduce" Column to DBF FIELD which i want but that is "hardcode" an now i have a "Picklist" for it so i try    @ 0, 0 XBROWSE oBrw OF oDlg FIELDS FieldNameFunc()or   @ 0, 0 XBROWSE ...
by Jimmy
Fri Apr 28, 2023 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE FIELDS with Name in Array
Replies: 12
Views: 819

Windows Service - finding path

... service executing, it uses the following path: Path: C:\WINDOWS\system32\Data\ How can I detect, within a windows service, the proper path ? If I hardcode the path, it works fine, but I can't do that because installs will be different at various locations. Thanks.
by TimStone
Fri Jul 22, 2022 11:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Service - finding path
Replies: 6
Views: 538

Re: ADS - The future is <sadly> now so where do you go ?

... Tech could have done nothing to resolve the problem. However, at the time, Advantage was still receiving support, and we discovered that we could hardcode the server IP address ( which was done with an IP address ) and restore the connection. While this may seem simple, it requires a static IP ...
by TimStone
Sat May 07, 2022 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2854

Re: Finding the caption of a Hash

Looking at the functions this code is working

@ nPos,20 CHECKBOX oCheckbox[1] VAR hApi["OFFERTE"] PROMPT hb_HKeyAt( hApi, hb_HPos( hApi, "OFFERTE" ) ) SIZE 80,15 PIXEL OF oDlg

Now I can change the hardcode text with random fields.

Thanks
by Marc Venken
Sun Apr 03, 2022 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding the caption of a Hash
Replies: 6
Views: 465

Re: DBU

... I don't use them ). So I tried adding them, but still it wanted the .rc file. I hesitated there because I have to then link in those resources and hardcode all the paths to the fwh resource ... so ... 2) I tried building the sample using Buildh32.bat and of course it won't run because it's a function ...
by TimStone
Thu Jun 24, 2021 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBU
Replies: 16
Views: 2365

Re: App as service default path

... will not run unless someone actually logs into the server. The way around this is to install a service. I got one built, and running, but had to hardcode a path since it sets it's root as the System/Windows32 folder even when installed elsewhere. Surely someone has ideas on this.
by TimStone
Thu Aug 01, 2019 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App as service default path
Replies: 1
Views: 550

Re: Building a Windows Service

... use commands to find the "path" by identifying the directory and folder. The system path is then used as the "default". If I hardcode in the path, all is working. However, that path may change depending on where the IT "professional" decides to install the software. ...
by TimStone
Thu May 23, 2019 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building a Windows Service
Replies: 6
Views: 1202

Re: Responsive desktop design

... named tLayout, that can be used as you describe, I remember I used it once on a test, but it didn't do everything I wanted... My solution was to hardcode everything... No more RESOURCES It does takes a lot of work and it takes a lot of control while programming, especially because all of the ...
by Bayron
Thu Oct 25, 2018 4:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Responsive desktop design
Replies: 19
Views: 5914

Re: TGraph 2 Y-axis for different's scales

... axis itself a label (like "Gas Flow MMPCD") which would also require another modification. You could just modify a copy of TChart and hardcode the modifications into it. Otherwise you might want to make changes to the class that would allow anyone to add the optional increments, increment ...
by James Bott
Mon Aug 07, 2017 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGraph 2 Y-axis for different's scales
Replies: 20
Views: 3592
Next

Return to advanced search