Search found 409 matches: inserted

Return to advanced search

GetImage on fiveh.lib

... by an error in the lib fiveh.lib because when the getImage() function is called it creates an EVAL error because this function was mistakenly inserted in the easyreport files and was not assigned static, the function It is located in eritems.prg . Easyreport with all its files has been placed ...
by Silvio.Falconi
Thu May 09, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetImage on fiveh.lib
Replies: 2
Views: 87

Re: Any code snippet for getting token of OAuth2?

Unable to get it to work so far.

Where should the values below be inserted in the code?
Image

This is the documentation of the API that I am trying to get to work https://sdk.myinvois.hasil.gov.my/api/0 ... er-system/

TIA
by hua
Tue May 07, 2024 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any code snippet for getting token of OAuth2?
Replies: 3
Views: 532

Reload data in a combobox

I have an archive of categories and the subcategories are inserted in the same archive I have to do a combobox check where I select the major categories and then I have to refresh another combobox with the lower categories corresponding to the major category ...
by Silvio.Falconi
Tue Apr 30, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 131

Re: xBrowse with UrlLink

... it seems strange to me that you too, like someone else in this forum, when I insert a specific topic, immediately a topic with the same subject is inserted or something similar related to my previous topic. I repeat, everyone has freedom of expression but I am starting to support a certain suspicion, ...
by Silvio.Falconi
Wed Feb 28, 2024 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with UrlLink
Replies: 3
Views: 202

Re: Create a Panel width a text

... when the text is big on width it can be bad https://i.postimg.cc/76y91hkb/tt.png Perhaps we need a function to divide the text inserted into rows ? cNewMessage:= DivideTestoInRighe(cMessage, 150) FRom ChatGpt but not run FUNCTION DivideTestoInRighe(cTesto, lunghezzaRiga)  ...
by Silvio.Falconi
Wed Feb 28, 2024 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3233

Re: Create a Panel width a text

... 0, hDC )      endif   else      oWnd:ReleaseDC()   endifreturn nHt  1st param can be hDC or oWnd or even nil the text must be inserted inside the oPaneltext panel which in turn is inside the oPanel2 which acts as an external frame, as a shadow effect //create a shadow effect  ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3233

To Nages : Search on Xbrowse tree

... the normal and tree view works ok only I can only search in the normal view and not in the tree view to select normal and tree view I inserted a BTNBMP control with a popup menu this is the sample test #include 'fivewin.ch'#include 'xbrowse.ch'#include "report.ch"REQUEST ...
by Silvio.Falconi
Thu Feb 15, 2024 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Search on Xbrowse tree
Replies: 1
Views: 395

Re: Creating table with Trichedit

...   ? "RTF file created:", cFileNameRETURN Nice job!! I wish insert a row ( with two column) before of the 4 rows you inserted and write some texts Where I can found command as insert picture,fonts, colors ? I 'm thinked Rtf file perhaps is more used and it can be opened ...
by Silvio.Falconi
Wed Jan 24, 2024 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1498

Re: Nages, 2 diferent Db's update

... with all the rows (selected by where clause). If this is a regular operation and we like to transfer from local to remote only those records inserted or modified recently, the process can be optimized if we have a timestamp fields which is updated with every insertion and modification. In ...
by nageswaragunupudi
Wed Jan 17, 2024 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Nages, 2 diferent Db's update
Replies: 2
Views: 728

Re: Insert an record on array

Dear Silvio, Arguments aArray The array name into which the value xValue will be inserted. nPos Subscript position in aArray. Default: 1st position xValue Value to be inserted lAutoSize Boolean flag to increase or not the size of aArray. Default value: .F. https://harbour.github.io/doc/harbour.html#hb_ains ...
by Silvio.Falconi
Mon Jan 15, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert an record on array
Replies: 4
Views: 838

Re: Insert an record on array

Dear Silvio, Arguments aArray The array name into which the value xValue will be inserted. nPos Subscript position in aArray. Default: 1st position xValue Value to be inserted lAutoSize Boolean flag to increase or not the size of aArray. Default value: .F. https://harbour.github.io/doc/harbour.html#hb_ains ...
by Antonio Linares
Sun Jan 14, 2024 6:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert an record on array
Replies: 4
Views: 838

Re: Parameterization of xReport

Dear Mr. Rao,

Thank you for the kind words. I have now inserted the diagrams.

Best regards,
Otto

Image

Image
by Otto
Sat Jan 13, 2024 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameterization of xReport
Replies: 2
Views: 573

Re: Inserting a string with CRLF into a single-line TGet.

... Next, I want to paste the information from the clipboard into a one-line TGet. However, only the first part of the phrase (before CRLF) will be inserted. How can I solve this problem? I suggest this quick solution for your immediate use. You need to write it for each Get. Sample logic:   DEFINE ...
by nageswaragunupudi
Mon Dec 11, 2023 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 901

Inserting a string with CRLF into a single-line TGet.

... Next, I want to paste the information from the clipboard into a one-line TGet. However, only the first part of the phrase (before CRLF) will be inserted. How can I solve this problem?
by Natter
Mon Dec 11, 2023 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 901

Re: copy a row of xbrowse

I inserted the popup in the procedure I'm doing: it doesn't work, that is: I state I load the array from a dbf I manage the array and then save it in the dbf if I copy and paste a line even in the same xbrowse then I go to ...
by Silvio.Falconi
Tue Dec 05, 2023 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5832
Next

Return to advanced search

cron