Search found 835 matches: blank

Return to advanced search

Re: Problem with tdatabase

... problems such as you cannot find all the records with SAMSUNG. For example, one record contains SAMSUNG in the DESCRATM field and CODCATM2 is blank and another record containing SAMSUNG has CONDCATM2 as 00025. Is the program depending on the user to make the right decisions on what to enter ...
by Silvio.Falconi
Sun Dec 19, 2021 11:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tdatabase
Replies: 14
Views: 2046

Re: Problem with tdatabase

... problems such as you cannot find all the records with SAMSUNG. For example, one record contains SAMSUNG in the DESCRATM field and CODCATM2 is blank and another record containing SAMSUNG has CONDCATM2 as 00025. Is the program depending on the user to make the right decisions on what to enter ...
by James Bott
Sun Dec 19, 2021 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tdatabase
Replies: 14
Views: 2046

Re: RTF from Variable

That is not working. It gives me a blank screen. I get the text displayed. We know that the control is working because a right click gives me the option to turn on spelling. What I don't get is the editing toolbar with the RichText options. ...
by TimStone
Wed Dec 01, 2021 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4495

Re: RTF from Variable

... | WS_VSCROLL, 10, 40, 500, 350  cText is loaded from a .dbf memo field. Using a GET with MemoEdit, cText has data. Using this contol, I get a blank control box. If I right click, I am given an option to turn on/off the spell checker. I see no Rich Edit controls so no other capability is displayed. ...
by TimStone
Wed Dec 01, 2021 12:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4495

Re: Spell CHecker

hi, GET or SET Language Options show me blank screens. this line in Sample "enable" Spellchecker            MENUITEM "EM_SETLANGOPTIONS" ;               ACTION ( SendMessage( oRtf:hWnd, EM_SETLANGOPTIONS, 0, nOr( ...
by Jimmy
Tue Nov 30, 2021 1:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spell CHecker
Replies: 15
Views: 2145

Re: Spell CHecker

I was told to build testrtf5.prg in the last Samples folder. I did that. ( 64 bit ) GET or SET Language Options show me blank screens. I tried putting in IMF_SPELLCHECKING=1 which I assume would turn it on, but it doesn't save the value. Again, I'm working with FWH64, Harbour64, and ...
by TimStone
Tue Nov 30, 2021 12:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spell CHecker
Replies: 15
Views: 2145

Xbrowse complex export to dbf challenge...

... also export these field into a dbf. (physicalquantity, minimum, .....) The dbf would have than ALL the fields insite. Now the complex data stay blank (at least tested Xbrowse to exell) That way we would let xbrowse do the hard work :D :D :wink: (I do it for exel files...)
by Marc Venken
Sat Oct 30, 2021 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse complex export to dbf challenge...
Replies: 4
Views: 602

Re: De xHarbour a Harbour

... (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '_HB_FUN_CTOT' referenced from C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|VALBLANK Error: Unresolved external '_HB_FUN_ISWINDOWUNICODE' referenced from C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|WINDOW Error: Unresolved external '_HB_FUN_TOLEAUTO' ...
by JoseAlvarez
Mon Oct 04, 2021 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De xHarbour a Harbour
Replies: 35
Views: 3530

Re: HRB give a empty page

Interesting ... Blank page with testhrb.hrb and this one with my test program May 28 2021 09:17:25 Hello world from a .prg file 0x0000022B90939A78 So the problème seem to be in the IIS config probably. Addendum : I really see nothing ...
by jfl@mafact.com
Sun Sep 19, 2021 9:22 am
 
Forum: mod_harbour
Topic: SOLVED : HRB give a empty page
Replies: 28
Views: 2471

Re: Allow for formatted raw HTML to be included in DOCX

... this...also i want to check what happens to the format...a client uses black background for his docx...now i want to see if I can leave this info blank in the mht so that it get the background from the docx... kind regards ruth
by Ruth
Sat Jul 31, 2021 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Allow for formatted raw HTML to be included in DOCX
Replies: 2
Views: 887

Re: ApplyParams Tdatabase

... the record with the new dates. Simple. I would really think about having an alternative option for the user to find new reservations. Using a blank reservation screen, the user then enters any options the customer wants, i.e. Room id, room_type, check_in, check_out, etc. The user MUST enter ...
by James Bott
Fri Jul 16, 2021 1:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1332

Re: check existing first and last on customer

... remember is that a customer wants the ID displayed on a new record input screen. This is technically not possible, because you will end up with a blank record every time a user cancels a new record entry. Is that the issue you are referring to? And by the way, how are they going to respond to ...
by James Bott
Mon Jun 14, 2021 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 2695

TDatabase Again .. Xbrowse does not resolve data

... For whatever reason when I create an xBrowse from resource and code .. all I get is a blank browse REDEFINE xBROWSE oLBX             ;         DATASOURCE oDbf             ;         COLUMNS "CUSTID",           ;              ...
by Rick Lipkin
Tue May 25, 2021 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Again .. Xbrowse does not resolve data
Replies: 6
Views: 573

Re: FW_ExceltoDbf version in FW 2102

... the newest version of harbour will be needed) When i compile my program (also posted here) with the newer harbour it is working (exept for the blank name issue I started the post for) With the older version i get compile errors, most likely because we need the newer version for the future upgrades ...
by Marc Venken
Mon Mar 29, 2021 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ExceltoDbf version in FW 2102
Replies: 19
Views: 2789

Re: Ayuda enviar reporte a Excel

Please see my working sample in this thread.
viewtopic.php?f=3&t=40063

Please do not leave DATA blank.
by nageswaragunupudi
Mon Mar 08, 2021 8:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda enviar reporte a Excel
Replies: 9
Views: 845
PreviousNext

Return to advanced search