Search found 365 matches: located

Return to advanced search

GetImage on fiveh.lib

... 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 in the fiveh.lib library. I have already notified Antonio Linares
by Silvio.Falconi
Thu May 09, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetImage on fiveh.lib
Replies: 2
Views: 88

xbrowse (likely a custom table) whose contents change dynam

... changes to the xbrowse's size. Here's a possible scenario based on your description: Initial State: The xbrowse table is visible. Checkboxes are located beneath it. First Checkbox Clicked: The xbrowse's size changes. A group of radio menus appear based on the selection. Second Checkbox Clicked: ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 67

BCC770 and uuid.lib can not find using xMate

... found several posts with the same issue .. unfortunately .. nothing works for me ... here is my xMate environment ... the only place UUID.LIB is located is C:\Borland\BCC770\lib\psdk Any help would be appreciated .. Thanks Rick Lipkin [Environment]Description 1=Updated for FWH 2404Description ...
by Rick Lipkin
Thu Apr 25, 2024 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC770 and uuid.lib can not find using xMate
Replies: 5
Views: 144

Re: New txbrowse

... fwh version. We noticed a problem in xbrowse when using the SetMultiSelectCol() method, sometimes it saves the column where the checkbox is located as col-1, col-2, col-3, col4 each time so in the state it increases by one field which doesn't actually exist, but this error only happened ...
by Silvio.Falconi
Mon Apr 22, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 451

Re: compile errors

... ENDDUMP I added that and it compiles but when I run the program I get an error: "The procedure entry point curl_mime_addpart could not be located in the dynamic link library C:\Certus\CertusPIN2.exe" Any ideas?
by Jeff Barnes
Thu Apr 11, 2024 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 381

Re: Create a Panel width a text

... function the procedure must calculate the right height and resize the panel (oPanel2) and in turn oPaneltext where the text of the message is located. Finally the procedure must refresh all panels except the first one, so that the following panels are one behind the other. There is no method ...
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: 3235

link between PRG and RC

... question: is this a conventional way of organizing a fivewin project? my second question: i noticed that prg files seem to interact with files located in rc/*.rc. but I am unable to find an explicit link in the prg file that would confirm to me this connection. please would someone be so kind ...
by Ruth
Mon Jan 29, 2024 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1788

Re: add a line in the print report

... Italian cuisine, it will be better to provide arguments of a completely different type, for example the area of the city where the restaurant is located or the opportunity to taste a certain dish.
by Silvio.Falconi
Tue Dec 12, 2023 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 561

Re: Convert a print to Rtf or doc

... happens in commercial e-services: it is true that mod_jarbour works locally as Mr. Otto has always told me, but the management software is often located in CLOUD-type servers and are unreachable if there is a problem on the network. In the initial proposals there was talk of a language identical ...
by Silvio.Falconi
Fri Dec 01, 2023 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3489

Re: random sentences generator

... body has 206 bones.") Tokenizer("Photosynthesis is the process by which plants make food.") Tokenizer("The Eiffel Tower is located in Paris.") Tokenizer("Birds have feathers for flying.") Tokenizer("The Amazon Rainforest is home to diverse wildlife.") ...
by Antonio Linares
Fri Dec 01, 2023 6:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: random sentences generator
Replies: 6
Views: 716

Re: xBrowse - Dates - FWH 2310

Antonio, Nages was specific that he wanted to look at tDatabase with ADS ... convinced that was where the problem was located. The posts have specific data. No, I cannot provide a program to display it. At first it seemed to only happen on AMD, but then it didn't. Then it was consistent ...
by TimStone
Fri Nov 10, 2023 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1499

Re: Moving the dialog

For example, there is a main window (full screen). I open a TDialog (about 90% of the area of the main window).
xBrowse is located on this TDialog (about 90% of the TDialog area).
by Natter
Sun Oct 22, 2023 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 509

Re: DBF to Excel Sheet, without Excel, using ADO ?

Mr. Karinha Thanks I located the source, who sent me the link, only GOD knows... hahahaha many thanks. Localicé la fuente, quien me envió el link, solo DIOS lo sabe... jajajaja muchas gracias. I ask for an example, they send me a "truck" ...
by karinha
Tue Aug 15, 2023 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2699

Re: Opening 2 Word-documents from my application

... "Trusted Locations" in the left-hand menu. Click the "Add new location" button. Browse to the folder where the document is located, select it, and click "OK." Make sure the "Subfolders of this location are also trusted" option is checked if you want to ...
by Antonio Linares
Sat Apr 22, 2023 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opening 2 Word-documents from my application - solved
Replies: 7
Views: 480

Re: GDIP Application crash tBitmap

... file has INIT PROCEDURE and my program also has it. I solved it by calling GdiPlusStartup() at the beginning of my program in INIT PROCEDURE located in the first prg of my program. An application can have any number of INIT PROCEDUREs. All INIT PROCEDUREs will be executed at the start up ...
by Giovany Vecchi
Wed Apr 12, 2023 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 832
Next

Return to advanced search