Search found 19 matches: clumsy

Return to advanced search

Re: TGET behavior (Antonio)

... navigation to the next field .. I believe the above code was inspired my Antonio .. I mention oJump in my deleted post and noted that if was a bit clumsy and your solution seemed much more elegant .. Hope this post is relevant to your tget enhancement. Rick Lipkin
by Rick Lipkin
Mon Jan 14, 2019 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGET behavior (Antonio)
Replies: 7
Views: 1281

Re: oJump for Antonio

... navigation to the next field .. I believe the above code was inspired my Antonio .. I mention oJump in my deleted post and noted that if was a bit clumsy and your solution seemed much more elegant .. Hope this post is relevant to your tget enhancement. Rick Lipkin
by Rick Lipkin
Mon Jan 14, 2019 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oJump for Antonio
Replies: 1
Views: 546

Re: How to make memo edit in dialog automatic selectnone?

Günther

I place this at the top of my Main program :

Code: Select all  Expand view

// replaces overstrike in gets
Set( _SET_INSERT, .t. )
TGet():lChangeCaret := .f.
 


This globally sets all fields to insert rather to overstrike .. a bit clumsy, but it works.

Rick Lipkin
by Rick Lipkin
Fri Aug 25, 2017 12:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make memo edit in dialog automatic selectnone?
Replies: 5
Views: 996

Re: INI vs. DBF

... almost pointless to associate a user by location since that user could potentially login from anywhere in the State. I agree an .ini can be a bit clumsy, but in this case it was the best solution. Rick Lipkin
by Rick Lipkin
Fri Mar 24, 2017 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: INI vs. DBF
Replies: 7
Views: 1290

Re: avoid debuggers/cracking

Enrico,

jajajajaja, sorry, sorry i'm clumsy.

https://www.pelock.com/products/obfuscator

Best regards,
by Baxajaun
Wed Jul 27, 2016 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: avoid debuggers/cracking
Replies: 20
Views: 3649

Re: Refresh Record Set

... key and this forces the database to use the new edited values and places the cursor back in the same position then refresh your xBrowse. A bit clumsy, but it works in all Sql Databses without using ReQuery() or ReSync() .. Antonio, I am sure you can translate this to use AdoRdd. Rick Lipkin
by Rick Lipkin
Thu Dec 24, 2015 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh Record Set
Replies: 10
Views: 1981

Re: Ejemplo ADORDD solo SQL

... Thank you very much for your great job. I,ve been searching in internet and seems to be tha same that MySQL. Thank you and sorry, I,m very clumsy with SQL, until now, I hope. Standard Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword; MySQL Specifying TCP port Server=myServerAddress;Port=1234;Database=myDataBase;Uid=myUsername; ...
by D.Fernandez
Mon Nov 23, 2015 7:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo ADORDD solo SQL
Replies: 10
Views: 1666

Re: TDialog problem

... then shows the real thing an instant later. I wish we didn't have that weird brief display of the ghost image, which seems unnecessary and looks clumsy. But maybe I'm doing something wrong in my ON INIT. If so, please point it out to me, anyone who can see it.
by Roger Seiler
Sun Oct 20, 2013 11:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDialog problem
Replies: 7
Views: 2397

Empezando con ADO

... in this area are minimal, so initially request help. I've been reading posts on this forum to begin to understand the subject, but I'm pretty clumsy. My idea is to start using ADO with DBF databases themselves (NTX) I'm using, to understand its performance compared with the current syntax. ...
by cnavarro
Thu Sep 19, 2013 8:06 pm
 
Forum: Off Topic / Otros temas
Topic: Empezando con ADO
Replies: 48
Views: 17698

Re: TestTitl.prg Sample MDI

... successfully used Resedit to create a .dll file and link the .dll to my app containing my 32 bit bitmaps .. but having an external .dll is too clumsy and not as elegant as a single monolithic .exe. Please let me know what icons you used in your sample and if you have modified them, would you ...
by Rick Lipkin
Tue Feb 28, 2012 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11715

Re: Why xBrowse displays all fields ?

... to proceed? XBrowse has too many settings and all of them can be handled through parameters to a function. If we try to, the function may be too clumsy. Instead use most commonly varying variables as parameters and rest of them through a call back codeblock. In any case, the most important parameters ...
by nageswaragunupudi
Sun Jan 30, 2011 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why xBrowse displays all fields ?
Replies: 19
Views: 3515

... to create a batch file and attach it to the e-mail that gets sent to all the sponsors .. and they would have to run the attachment .. which is clumsy and I am sending the attatchment via SMTP and I am having difficulty with SMTP in delivering the file as text instead of Hex and Hex is useless. ...
by Rick Lipkin
Mon Jul 21, 2008 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a link with command parameters
Replies: 4
Views: 856

... the option to RUN or DOWNLOAD .. when you click RUN .. you get one last security warning .. and then the application executes and runs .. a bit clumsy but it works. You have to remember, this is being launched within our intranet and behind our corporate firewall .. there are no logins and the ...
by Rick Lipkin
Sat Jun 21, 2008 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Run an executable from a web link
Replies: 15
Views: 3336

... powerful. It is like our classical locate and locate next in xBase. But we can as well use it in the place of Seek. > but the filter is a bit clumsy and you have to release the filter Yet, it is powerful. We can even set filter to an array of book marks. At times very handy and useful. oRs:Filter ...
by nageswaragunupudi
Sat Feb 09, 2008 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for MDB recorset
Replies: 41
Views: 9381

... order by query ( lname ) and if I needed to find a group of records matching a like % on fname ...I used the oRs:Filter .. but the filter is a bit clumsy and you have to release the filter Thanks for the information .. Rick Lipkin fyi .. I have not given up on oracle .. I have the oracle 11 disks ...
by Rick Lipkin
Sat Feb 09, 2008 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for MDB recorset
Replies: 41
Views: 9381
Next

Return to advanced search