Search found 113 matches: conflict

Return to advanced search

Re: phpBB to LLM

... 0.11.2 is not installable because there are no viable options ├─ torchvision 0.11.2 would require │ └─ python >=3.6,<3.7.0a0 , which conflicts with any installable versions previously reported; ├─ torchvision 0.11.2 would require │ └─ cudatoolkit >=11.3,<11.4 , which requires ...
by alerchster
Mon Dec 25, 2023 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4690

Re: copy a row of xbrowse

... implementation based on how row selection is handled in your application. - When generating new unique IDs for pasted rows, make sure they do not conflict with existing ones. These modifications should enable copying and pasting multiple selected rows in your xBrowse control, with each row being ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5786

Re: problem wth SetMultiSelectCol

No good .. please not change btnbar function of Cristobal run ok Your solution Is no good because It go to conflict to doubleclick call edit function Oy Mr. Nageswarao can resolve it Dear Silvio, DATA bLClicked is of TXBROWSE CLASS You must calculate the column in which the ...
by Silvio.Falconi
Sat Apr 29, 2023 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 677

Re: problem wth SetMultiSelectCol

No good .. please not change btnbar function of Cristobal run ok Your solution Is no good because It go to conflict to doubleclick call edit function Oy Mr. Nageswarao can resolve it Dear Silvio, DATA bLClicked is of TXBROWSE CLASS You must calculate the column in which the ...
by cnavarro
Sat Apr 29, 2023 8:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 677

Re: problem wth SetMultiSelectCol

No good ..

please not change btnbar function of Cristobal run ok

Your solution Is no good because It go to conflict to doubleclick call edit function

Oy Mr. Nageswarao can resolve it
by Silvio.Falconi
Sat Apr 29, 2023 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 677

Re: MSXML2.ServerXMLHTTP / readyState / Status

... Payment Required 403 Forbidden 404 Not Found 405 Method Not Allowed 406 Not Acceptable 407 Proxy Authentication Required 408 Request Timeout 409 Conflict 410 Gone 411 Length Required 412 Precondition Failed 413 Request Entity Too Large 414 Request-URI Too Long 415 Unsupported Media Type 416 Requested ...
by Jimmy
Sat Mar 18, 2023 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSXML2.ServerXMLHTTP / readyState / Status
Replies: 8
Views: 390

Re: error Compiling fwh2206\samples\FiveDBU.prg

Tanks Antonio

I'm going to download the Harbour and start compiling and see what I can solve, it's going to cause a library conflict.

Ari
by Ari
Wed Aug 24, 2022 12:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error Compiling fwh2206\samples\FiveDBU.prg
Replies: 9
Views: 928

Re: How write a right name of a field

... with the same name, like "oDBF." But you can have something like oCustomer and oInvoice open in the same routine since there is no name conflict. Using these conventions makes your code very easy to read and understand, even years after you wrote it. James, I have 57 fields I not know ...
by Silvio.Falconi
Fri Apr 29, 2022 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How write a right name of a field
Replies: 6
Views: 481

Re: How write a right name of a field

... with the same name, like "oDBF." But you can have something like oCustomer and oInvoice open in the same routine since there is no name conflict. Using these conventions makes your code very easy to read and understand, even years after you wrote it.
by James Bott
Thu Apr 28, 2022 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How write a right name of a field
Replies: 6
Views: 481

Re: Error in database.prg?

... we can not use oDBf:End to access value of field named "END" or assign new values to oDbf:End. Sameway you can not have field names that conflict with any methods of datas of TDatabase/ In such cases, we can rename the field temporarily inside the TDatabase object and use the temporary ...
by wartiaga
Thu Feb 17, 2022 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you use a field named End with Class TDataBase ? yes!
Replies: 15
Views: 963

Re: Error in database.prg?

... we can not use oDBf:End to access value of field named "END" or assign new values to oDbf:End. Sameway you can not have field names that conflict with any methods of datas of TDatabase/ In such cases, we can rename the field temporarily inside the TDatabase object and use the temporary ...
by nageswaragunupudi
Thu Feb 17, 2022 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you use a field named End with Class TDataBase ? yes!
Replies: 15
Views: 963

Re: Focus error on this new project

... above. Can you please tell me the purpose ? SkinButtons() // For other looking design, but windows related? I saw a post that this can have a conflict when a Dialog is reused? FW_SetUnicode( .T. ) WndCenter( oWnd:hWnd ) tGet():lDisColors := .F. // WHEN( .F. ) COR. tGet():nClrTextDis := CLR_HBLUE ...
by Marc Venken
Tue Jan 11, 2022 10:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Focus error on this new project
Replies: 16
Views: 1161

Re: ResEdit is on the Fritz ( again ) today

... is dated 5/1/2015. I am running Windows 10 Home 21H1, OS Build 19043.1110. Maybe you should try it on a different computer. Maybe there is a conflict with the computer you are currently using. You could also try rebooting your computer. Maybe try turning off your antivirus just as a test. ...
by James Bott
Tue Aug 03, 2021 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ResEdit is on the Fritz ( again ) today
Replies: 21
Views: 2265

New FTDN June/Junio (FWH 21.06)

... lControl ) in memoedit.prg: Runtime error when 3rd param oDlg is specified fixed. * xbrgetdt.prg: function SetDate() converted to static to avoid conflict with Harbour SetDate() function. * New function MsgInfoScroll( cText, [cTitle], [nWidth], [nHeight], [oFont] ) MsgInfo for large messages (upto ...
by Antonio Linares
Tue Jul 27, 2021 4:47 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2113

New FTDN June/Jnio (FWH 21.06)

... lControl ) in memoedit.prg: Runtime error when 3rd param oDlg is specified fixed. * xbrgetdt.prg: function SetDate() converted to static to avoid conflict with Harbour SetDate() function. * New function MsgInfoScroll( cText, [cTitle], [nWidth], [nHeight], [oFont] ) MsgInfo for large messages (upto ...
by Antonio Linares
Tue Jul 27, 2021 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Jnio (FWH 21.06)
Replies: 0
Views: 470
Next

Return to advanced search