Search found 362 matches: located

Return to advanced search

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: 365

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: 297

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: 3187

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: 1702

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: 544

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: 3467

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: 713

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: 1448

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: 497

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: 2581

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: 451

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: 801

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 nageswaragunupudi
Wed Apr 12, 2023 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 801

Re: GDIP Application crash tBitmap

I had problems using Bitmaps with GDIPLUS for the following cause.
The tgdiplus.prg 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.
by Giovany Vecchi
Tue Apr 11, 2023 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 801

FileEdit.prg - Duplicate function

... i used a function called Duplicate (used and taken from the yunus.prg file) which interferes with a function with the same name which is located in the fwh\source\function folder and in the fileedit.prg file which was probably compiled with the fwh libraries, now I had to copy the duplicate ...
by Silvio.Falconi
Tue Mar 14, 2023 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FileEdit.prg - Duplicate function
Replies: 0
Views: 171
Next

Return to advanced search