Search found 148 matches: repeat

Return to advanced search

Re: xBrowse with UrlLink

... 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, that is, an incitement towards me because it has been reiterated ...
by Silvio.Falconi
Wed Feb 28, 2024 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with UrlLink
Replies: 3
Views: 189

Re: copy a row of xbrowse

... it should enable the "copy" menuitem and disable the "paste" menuitem and give the possibility to copy another line and repeat the operations instead the copy command is disabled and "paste" is always active
by Silvio.Falconi
Tue Dec 05, 2023 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5752

Re: Lost connection to MySQL server during query

Here, the majority are happening for "time out". The user just forget a module openned and after some time try to use it, so the message of "Lost Connection" is shown.

If the message hasn't been shown, I could identify the error, repeat the command and the program would stopped.
by vilian
Mon Sep 04, 2023 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12351

Mr. Rao, more about xBrowse

Mr. Rao: I have the following code, I need the same code for all the columns of the browse, something like :nEditTypes := 1, I know that I can repeat it as many columns as the browse has, the problem is that I don't know how many columns the browse has.             ...
by Armando
Mon Aug 21, 2023 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, more about xBrowse
Replies: 11
Views: 548

Re: Lost connection to MySQL server during query

Mr. Vilian
You do not need to write any code to check the errors.
FWH Library already does it for you.
You do not need to repeat in your code, what FWH library has already done it.
by nageswaragunupudi
Tue Aug 01, 2023 3:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12351

Re: Lost connection to MySQL server during query

What is your implementation please? I just try after the command if nError <> 0, and in this case, I repeat the the command. Something like this:           oQry := oBD:Query("SELECT * FROM ttartes LIMIT 1")      ...
by vilian
Sun Jul 30, 2023 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12351

Re: EXE Author's name on Windows 11

Jimmy wrote:when you talk about Task Manager : right click on Header to "add" Company Name


I already have the column Author but it is empty for desktop programs (it is not empty for apps). I repeat: it was not empty few months ago. Something in Windows 11 is changed. :-(
by Enrico Maria Giordano
Sun Jul 30, 2023 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE Author's name on Windows 11
Replies: 30
Views: 1260

XBROWSE SetColumns()

... when only a few fields are desired, this takes a lot of mouse clicks: Rt click the header, select the field and click to change it's status, then repeat. If one only wants to track, for example, 5 fields, but the database has 60, thats a lot. It would be nice if there was an ability to select/deselect ...
by TimStone
Fri Dec 09, 2022 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE SetColumns()
Replies: 3
Views: 548

Re: ¿Qué tan seguro es un .EXE Harbour?

... ¿cómo compactaste tu .EXE usando PECOMPACT, así? C:\PECOMPACT\PEC2 /NB /EMP:Y /TM:Y /CR:Y /MC MYPROGRAM.Exe  I don't remember but I wish to repeat the test. As the first thing, please give me the url of the correct PECOMPACT website.
by Enrico Maria Giordano
Tue Nov 22, 2022 3:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Qué tan seguro es un .EXE Harbour?
Replies: 14
Views: 1220

Re: SMS Text messaging - FOLLOW UP

... elsewhere in my program. There are already posts on this forum with the working code to use cURL for posting to this service provider so I won't repeat them here. It appears the real push today is for OUTGOING texts and emails, and most services are not focused on replies unless you are writing ...
by TimStone
Mon Nov 07, 2022 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1693

Re: convert from a txt text file to a dbf with errors

I made It on main, i must repeat It. ?
by Silvio.Falconi
Sat Sep 17, 2022 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert from a txt text file to a dbf with errors - RESOLVED
Replies: 10
Views: 600

2206 - 64 bit errors (solved)

... debugging code was left in the 64 bit FWH 22.06. When opening a dialog, I get a MsgInfo() saying TBAR, and then one saying TXBROWSE. These tend to repeat on any dialogs using the bar control and the browse control. It locks up the program. The exact same code compiled with the 32 bit FWH is working. ...
by TimStone
Thu Jun 30, 2022 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2206 - 64 bit errors (solved)
Replies: 7
Views: 457

Re: ADS - The future ( UPDATED -FINAL WORD)

... user supported only starting 1/1/2023. Until then, individual questions will be answered ( if you can find someone to do so ). 3). ADS will NOT, repeat, NOT be released into open source, nor will the source code be made available to any other parties. 4). Though it is officially ended, additional ...
by TimStone
Fri May 06, 2022 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2777

checkbox problem

I have a checkbox and I wish change the state

lVALUE:= .F.

@ 3, 3 CHECKBOX oChk VAR lVALUE PROMPT "&TEST " SIZE 300, 20 OF oDlg ;
ON CHANGE (lVALUE:=!lVALUE) UPDATE

if I click on checkbox it is activated , if I repeat the click it doesn't change the state
by Silvio.Falconi
Sat Apr 09, 2022 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: checkbox problem
Replies: 2
Views: 263

Re: TXBrwColumn aEditListTxt

... for jumping in Mr. Rao. Columns 2 and 3 are not only listboxes but also editable. If users make a false entry in col 3 it should be possible to repeat the mechanism to click again the same value in col 2 to correct the value in col 3. And no, it's a dbf to edit. You should not keep column 3 ...
by nageswaragunupudi
Wed Mar 02, 2022 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBrwColumn aEditListTxt
Replies: 11
Views: 536
Next

Return to advanced search