Search found 6711 matches: first

Return to advanced search

Re: On every desktop, a web server at your fingertips

... of the domain extension for your project, target audience, and the credibility of your online presence. After all, the right domain is the first step to a compelling online presence! Best regards, Otto
by Otto
Sat Dec 21, 2024 2:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: On every desktop, a web server at your fingertips
Replies: 5
Views: 226

Re: Browse of my ADO Class

... On each get of each window, F9 call browse. if click on browse area, changing from one to another window, error about resource. Sometimes not on first clicks. sample with prg,ico,rc,hbp,hbc,bat http://www.jpatecnologia.com.br/arquivos/testmt.zip
by JoséQuintas
Thu Dec 19, 2024 4:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 55
Views: 5197

Re: Veri*Factu

Antonio, If I read correctly, your last post is the first code of a new class that can be used to create the XML invoices in a correct way. I tested and indeed, it is working. I would like to help, but my programming skills are not that good. I can ...
by Marc Venken
Wed Dec 18, 2024 8:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Veri*Factu
Replies: 20
Views: 516

Re: Stuck - Database update via .csv file

Jeff, you could first create from the csv a dbf.
Best regards,
Otto
by Otto
Mon Dec 16, 2024 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Stuck - Database update via .csv file
Replies: 8
Views: 198

Re: xHarbour to Harbour

Yes, the problem can be easily solved once found. Unfortunately, they don't show themselves at the first run the the app. Most likely, the user will report them back.
by Enrico Maria Giordano
Fri Dec 13, 2024 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour to Harbour
Replies: 14
Views: 520

Re: PRINT class printer options

I would like to update my work on this, and the results. First, consider this piece of code where I use PrnSel() to provide the option to PRINT, View, or Cancel ( a very familiar popup to all of us ), and under Print, there are two radio buttons which ...
by TimStone
Thu Dec 12, 2024 10:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT class printer options
Replies: 6
Views: 346

using treeview

I made a tree with checkboxes https://i.postimg.cc/bwWJH0n7/tree1.png when I click on first main option "Estratti" I wish the procedure select each submenu are on menu 1, so how make it ? then To check wich option are checked I made oTree:OnClick ...
by Silvio.Falconi
Wed Dec 11, 2024 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: using treeview
Replies: 0
Views: 96

Re: Por qué el oDLG cambia de color?

In this first image the folders are shown without a background color (default) and it is correct because I am not defining any color for them. After leaving my PC "asleep" for a long time (half an hour or more) the ...
by nageswaragunupudi
Sun Dec 01, 2024 4:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por qué el oDLG cambia de color?
Replies: 8
Views: 847

Re: Incorrect Font Display

Dear nageswaragunupudi, As below is the sample of my Unicode Program with GET cannot enter THAI character if variable = nil at first #include "FiveWin.ch" function Main local oWnd public cFont0,oFont0,cName,oName FW_SetUnicode( .T. ) HB_SETCODEPAGE( "UTF8" ) cFont0="Tahoma" ...
by Surasak
Sun Dec 01, 2024 2:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incorrect Font Display
Replies: 29
Views: 2392

Re: READPALBMPEX

... There is no FWH2018. ( last 2 digits indicate the month and there is no month 18) Please let me know the correct version. ps: Yes. This method was first introduced in FWH1501 (Jan 2015) Later changed as ReadImage. Sorry, we did not keep backward compatibility. But it is the same functionality I ...
by Silvio.Falconi
Sat Nov 30, 2024 8:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: READPALBMPEX
Replies: 5
Views: 911

Re: Incorrect Font Display

... and older version) , I have to use QRCODE function which FW17 not support, I also found other some problem with FW24, for example : - at the first time when run the program it take 5 to10 seconds before program start - When I try to use unicode by function FW_SetUnicode( .T. ) + HB_SETCODEPAGE( ...
by Surasak
Sat Nov 30, 2024 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incorrect Font Display
Replies: 29
Views: 2392

Re: READPALBMPEX

... There is no FWH2018. ( last 2 digits indicate the month and there is no month 18) Please let me know the correct version. ps: Yes. This method was first introduced in FWH1501 (Jan 2015) Later changed as ReadImage. Sorry, we did not keep backward compatibility. But it is the same functionality
by nageswaragunupudi
Fri Nov 29, 2024 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: READPALBMPEX
Replies: 5
Views: 911

Re: right-clicking on the TMenuItem

For example, such a menu: MENU oMen POPUP   MENUITEM oItm PROMPT "Tree"      MENU          MENUITEM oItm PROMPT "First"          MENUITEM oItm PROMPT "Second"      ENDMENUENDMENU Cristobal, I need to handle right-clicking on the "First" or "Second" ...
by Natter
Tue Nov 26, 2024 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: right-clicking on the TMenuItem
Replies: 9
Views: 1141

Re: Sorting strings in a NON logical way

Let me first make sure if I understood you requirements properly. You have a field in your dbf where different sizes are recorded as a list of numeric values. For example, like this: "51,52,53,54,55,56,57,58,59      " ...
by nageswaragunupudi
Tue Nov 26, 2024 4:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sorting strings in a NON logical way
Replies: 5
Views: 623

Re: A Problem exporting Report to Excel, Mr Rao, pls

Mr. Rao: Thank you for your interest in my problem. I commented the last two lines of code, the first two lines were already commented /*               cAdr  := oSheet:Range( oSheet:Cells( aGrpRow[ nGrp ], nCol ), ;    ...
by Armando
Fri Nov 22, 2024 3:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Problem exporting Report to Excel, Mr Rao, pls
Replies: 6
Views: 769
Next

Return to advanced search