topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
cambio para MsgGet | Moises,
Implementado para el próximo build.
Gracias! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
cambios importantes en xcode 4.3 | Pues vuelta a cambiar todo de sitio.
Desaparece el directorio /Developer y queda todo incluido dentro del propio Xcode.app .Veremos que mas cosas trae cambiadas.
Saludos.
[url:15malte3]https://developer.apple.com/library/ios/#documentation/DeveloperTools/Conceptual/WhatsNewXcode/Articles/xcode_4_3.htm... |
cambios importantes en xcode 4.3 | Manuel,
En la pagina mas reciente del wiki de FiveMac en google code muestro como configurar sin usar /Developer gracias a la macro ${USER) |
cambios importantes en xcode 4.3 | Gracias Antonio lo voy a mirar en cuanto tenga un momento a ver como podemos dejar todo colocadito sin mas cambios .
De momento el tema de templates y sintaxis sigue igual que en la versión anterior asi que poco que hacer salvo "trasteos" en los plist del codigo de xcode para "engañar" al editor. |
cambios para fw13.01 | Antonio . Finalmente que cambios se tienen que realizar en nuestro código para usar la version 13.01 ?
Veo quel código de xbrowse.prg ( por ejemplo) usa Super: , debemos cambiarlo a ::super: ?
Si realizamos los cambios pero mantenemos la versión de harbour anterior el código sigue siendo válido ?
Quedo a la espera de... |
cambios para fw13.01 | Manuel,
Despues de estudiarlo, y salvo que exista una solución más sencilla, me inclino a mantener un único conjunto de ficheros de código fuente de FWH que funcione tanto con versiones anteriores de Harbour como con la más reciente.
Para eso todo lo que hay que hacer es eliminar las llamadas a ::Super (y cambiarlas ... |
cambios para fw13.01 | Ok.
De momento yo mantendré mi anterior versión de Harbour tanto en mac como en windows y no realizaré ningún cambio en mi código , pues no veo cambios importantes en funcionalidad mas lejos de mantener compatibilidad con el svn de harbour .
Entiendo que si mantengo mi harbour ( antiguo) fw13.01 funcionará bien en l... |
cambios para fw13.01 | Manuel,
[quote:niheoc37]Entiendo que si mantengo mi harbour ( antiguo) fw13.01 funcionará bien en las llamadas de mi código tanto con llamadas Super: como ::super: . ¿ verdad ?
[/quote:niheoc37]
Si <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[quote:niheoc37]he revisa... |
cambios para fw13.01 | [quote="Antonio Linares":1hhjcc0o]
Sólo han eliminado warnings al construir Harbour. La funcionalidad final no varia en nada <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[/quote:1hhjcc0o]
Antonio , construyendo las librerias de fivemac con el Xcode ( yo uso xcode <!-- s:... |
camera | é possivel utilizar a camera e armazenar a foto no windows mobile 6.1 ?
algum exemplo ? |
camera | is possible to use the camera and store the photo in windows mobile 6.1? |
campo date en mysql no me lo guarda... | Hola.
Ya probe hacer un clipvalue2sql(campo) al pasar el parametro por tdolphin:insert y me da el siguiente error:
[quote:2t8r3vhc]Incorrect date value: ''2016-04-15'' for column 'fecha' at row 1 [/quote:2t8r3vhc]
El codigo es este:
[code=fw:2t8r3vhc]<div class="fw" id="{CB}" style="font-family: monospace;"><span sty... |
campo date en mysql no me lo guarda... | Saludos, prueba en el clipvalue colocar date() haber si te da el mismo error, si es asi, entonces deberias de revisar la definicion de tu campo fecha en tu tabla o prueba con otra forma de grabar tu registro, yo uso el siguiente...saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="S... |
campo date en mysql no me lo guarda... | Por arte del gran Houdini termino funcionando. Para mi (y ya deb dejarlo) el xmate cuando yo hago un cambio y recompilo no toma la ultima modificacion entonces me canso de probar y probar y siempre termina dandome el mismo error. voy a comenzar utilizando la app que hice hace un tiempo, que no sabia donde la tenia pero... |
campo date en mysql no me lo guarda... | [quote="goosfancito":z6a9bhsf]Por arte del gran Houdini termino funcionando. Para mi (y ya deb dejarlo) el xmate cuando yo hago un cambio y recompilo no toma la ultima modificacion entonces me canso de probar y probar y siempre termina dandome el mismo error. voy a comenzar utilizando la app que hice hace un tiempo, qu... |
campos BLOB | saludos amigos, tengo que trabajar con unas base de datos de delphi y todo bien via odbc, puedo leer, grabar, todo, el unico problema son unos campos tipo BLOB, alguien sabe como tratarlos?
gracias
alejandro |
campos BLOB | Campos LONGBLOB son usados para almacenar cadenas de texto,
y en tdolphin el trato es igual a cualquier otro camo.
[code=fw:jqwjwlfu]<div class="fw" id="{CB}" style="font-family: monospace;">cCampos := <span style="color: #ff0000;">'CODIGO, MEMO'</span><br /><br />cValores := C_SIMPLE + cCodigo &n... |
campos BLOB | Cesar, estou tendo problemas ao tentar gravar IMAGENS em campo BLOB com tdolphin:
uData := D_ReadFile( cArquivo )
uData := Val2Escape( uData )
uData := ClipValue2Sql( uData )
oQry:foto := uData
As vezes me ocorre erro de caracteres especiais.
Tem alguma dica? |
campos BLOB | resolvido com: strtohex e hextostr. |
campos BLOB | Colegas
Logre implementar los campos BLOB para guardar cualquier archivo mediante los siguientes pasos:
Binario, hacia formato ZIP y luego hacia texto mediante MIME
// El Archivo Original es Comprimido en Formato Zip
HB_ZipFile( cFileZip, aFiles, 9,,.T., NIL, .F., .F. )
// El Archivo MIME es Conve... |
campos BLOB | agradezcos sus respuestas pero la cosa es mas compleja de lo que parece, sucede que dentro del campo blob que deseo leer existe toda una estructura, que es la siguiente:
RegCostos = Record
CodeCompra : String[50]; //Utilizado en el modulo de compras y el generador de reportes solo ejecucion
VImpuesto1 ,
VImpuesto2 : B... |
campos BLOB | ACA la estructura completa de los datos dentro del blob
//Registro para almacenar los costos y precios de inventario
//en un BlobField;
RegUnPrecio = Record
PorcUtil ,
PorcUtilEx : Boolean;
Utilidad ,
... |
campos memo | Hola nuevamente:
Estoy tratando de pasar mis programas de clipper a fivewin, pero me tope con un problema, ¿como controlo los campos memo ?, es decir edicion y grabar ??, es posible cambiar el color de las letras de un campo memo ?, espero no desesperarlos, gracias
saludos |
campos memo | Los campos memos los editas como una variable tipo texto. Revisa el ejemplo samples/TestMemo.prg
Si necesitas colores, lo idóneo es que portes tu aplicación a 32 bits usando FWH y Harbour/xharbour y asi poder usar la Clase TRichEdit que te permite colores, distintos tipos de fonts, imágenes, etc. |
campos numericos Access para ADO/SQL | Hola,
Me gustaría preguntaros para los campos decimales qué tipo de campo en Access utilizáis.
Muchas gracias. |
campos numericos Access para ADO/SQL | Lucas
You can define an Access field as Number\Decimal or Currency and specify your decimals.
Rick Lipkin
[url=http://imageshack.us/photo/my-images/23/jmos.jpg/:1645zq8a][img:1645zq8a]http://img23.imageshack.us/img23/6122/jmos.jpg[/img:1645zq8a][/url:1645zq8a]
[url=http://imageshack&#... |
campos numericos Access para ADO/SQL | Thank you Rick, but I need please the SQL SENTENCE to compare with my code.
Thanks. |
campos numericos Access para ADO/SQL | Lucas
Here is a script to create the table "Labor" which has a mix of different attributes for Currency, Integer and Decimals, and creating a primary key.. Hope this is what you are looking for ?
Rick Lipkin
[code=fw:3om1prvd]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> cSQL := <span style="colo... |
can FWPPC connect (map) to Netware Server? | Dear Antonio,I've customer that still use Netware Server 5. Can I map netware server in PPC?Regards,Dutch |
can FWPPC connect (map) to Netware Server? | Dutch,I have not tested it myself, but I guess it should work fine.Just try it from the Pocket PC (as you would do it from a PC). A Pocket PC behaves like a standard computer. |
can FWPPC connect (map) to Netware Server? | Dear Antonio,For PC, we have to add "Client Service for Netware" but I don't know for Pocket PC.I will try when I'm in the office and will let you know.Best regards,Dutch |
can i make a HB_FUNC() of it ? | hi,
i´m still struggle with this CODE
[code=fw:2aj1iwn5]<div class="fw" id="{CB}" style="font-family: monospace;">BOOL PreventRemovalOfVolume<span style="color: #000000;">(</span>HANDLE hVolume, BOOL fPreventRemoval<span style="color: #000000;">)</span><br /><span style="color: #000000;">{</span><br /> ... |
can i make a HB_FUNC() of it ? | Look this,
[url:tzsxigsx]https://github.com/rgl/EjectVolumeMedia/blob/master/main.c[/url:tzsxigsx]
[url:tzsxigsx]https://stackoverflow.com/questions/7704599/eject-usb-device-via-c-sharp[/url:tzsxigsx]
[url:tzsxigsx]https://social.msdn.microsoft.com/Forums/en-US/18f7b985-b9d2-4c91-... |
can i make a HB_FUNC() of it ? | hi,
thx for Answer
i do have working Version under Xbase++ and HMG using DLL Call
but as i had Problem under Fivewin i have to use HB_FUNC()
my CODE look like Github Sample but that are not HB_FUNC() which i like to have
---
my Question is if i can change those "internal" API Function to single HB_FUNC()
[code=fw:... |
can not open preview window | while , I have to close dialog to view the preview windowmy:source#include "FiveWin.ch"#include "InKey.ch"#include "xbrowse.ch"REQUEST DBFCDXSTATIC oSayTESTSTATIC oDbfstatic oWnd//----------------------------------------------------------------------------//function Main() SET DELETED ON set(4,'dd.mm.yyyy') ... |
can not open preview window | when I will do PRINT , I have to close DIALOG WINDOWS to look at PRINTVIEW |
can not open preview window | Kajot,Are you using a main MDI window ? If yes, then you have to modify source\classes\rpreview.prg and remove MDICHILD, or the preview will show as a MDICHILD window and will be placed below the dialogbox. |
can not open preview window | I add to main WINDOW in my source MIDI and remove in source .\source\clacces\rpreview.prg MIDICHILDThanks is OK |
can someone explain to me what is mod_harbour? | Please,
can someone explain to me what is mod_harbour? |
can someone explain to me what is mod_harbour? | Ubiratan,
Have you ever wished to use Harbour to build apps for the web ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
That is exactly mod_harbour
mod_harbour is an extension module for Apache that allows you to run PRGs directly on the web, without having to build EX... |
can someone explain to me what is mod_harbour? | thanks <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
can someone explain to me what is mod_harbour? | Antonio,
So it is easy to show as example Customer.dbf from sample's on the web in a xbrowse now ? |
can someone explain to me what is mod_harbour? | Looking into Genesis.
We need php code to do the job right ?
In fact, you use prg directly, but it would be the same as using files in .php like before ?
At this moment it is not so that Xbrowse will become a single line call in Mod_harbour like Xbrowser("customer") |
can someone explain to me what is mod_harbour? | Ok, I found the source code of Genesis, and mutch more is clear now.
Php is needed !
Maybe FWH can build the php code from xbrowse in the near future... (a Xbrowse light version) |
can someone explain to me what is mod_harbour? | Marc,
PHP is NOT needed at all. We only use Harbour PRG code !!!
thats the beauty of it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
1. Have you installed Apache on your Windows or Xampp on your Windows ?
2. Have you properly installed mod_harbour ?
Please read this ... |
can someone explain to me what is mod_harbour? | [quote="Antonio Linares":27rmgbyb]Marc,
PHP is NOT needed at all. We only use Harbour PRG code !!!
thats the beauty of it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
1. Have you installed Apache on your Windows or Xampp on your Windows ?
2. Have you properly installe... |
can someone explain to me what is mod_harbour? | [quote="Marc Venken":rurpua9x]
...I can do it in php, but looking for a sample from Harbour. ([b:rurpua9x]the index.prg sample is using also PHP[/b:rurpua9x]) but maybe I'm missing parts of way Mod is working.[/quote:rurpua9x]
Sorry, what is the index.prg file that php uses? |
can someone explain to me what is mod_harbour? | Marc,
The generated code is HTML. Thats the web language plus css and javascript.
With mod_harbour you don't have to build an EXE. The PRGs directly run from the web server.
That turns Harbour into a web development language, in the same level as php, python, asp, etc
When you get the mod_harbour concept and test i... |
can someone explain to me what is mod_harbour? | [quote="cnavarro":267qgp28][quote="Marc Venken":267qgp28]
...I can do it in php, but looking for a sample from Harbour. ([b:267qgp28]the index.prg sample is using also PHP[/b:267qgp28]) but maybe I'm missing parts of way Mod is working.[/quote:267qgp28]
Sorry, what is the index.prg file that php uses?[/quote:267qgp28]... |
can someone explain to me what is mod_harbour? | Hello Marc,
for a quick test:
Please add these lines to GENESIS in menu.view
[img:31m0dqi1]https://mybergland.com/fwforum/customer2.png[/img:31m0dqi1]
That's all. WOW.
Best reards,
Otto
[img:31m0dqi1]https://mybergland.com/fwforum/customer1.png[/img:31m0dqi1]
[img:31m0dqi1]https://my... |
can someone explain to me what is mod_harbour? | Otto,
What you have done is really great. I'm making some progress using mod_harbour and with the big help of Antonio
I can now connect with Advantage Database Server. The browses and the selects are like rockets.
And the html code is built and optimized with Bootstrap. So all the forms are compatible with different sc... |
can someone explain to me what is mod_harbour? | Massimo,
I bought bootstrapstudio myself.
mod harbour opens up perspectives I did not even dare to think about.
Unfortunately I have a few other jobs to complete and can therefore only use little time for mod harbor at the moment .
I did some ASP programming 15 years ago. This helps me now. But with Harbour at the ba... |
can someone explain to me what is mod_harbour? | Otto,
I wish to come to visit you. Maybe at the end of summer.
We are not so far and I've been a lot of times to ski near your place, many many years ago.
Have a nice evening
Massimo |
can someone explain to me what is mod_harbour? | Hi, i have a doubt about mod_harbour: can enduser see the prg? and about databases ? how to protect the source and databases? thanks |
can someone explain to me what is mod_harbour? | > can end user see the prg?
no
> and about databases ?
the user can't see them or download them if the right file .htaccess is used and placed where the DBFs are
Alternatively you can use MySQL or MariaDB, etc |
can someone explain to me what is mod_harbour? | [quote="Antonio Linares":1yqy37fr]Alternatively you can use MySQL or MariaDB, etc[/quote:1yqy37fr]please add PostgreSQL <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> |
can use SWITCH Control in XBROWSE ? | hi,
when use o:EditSource() of XBROWSE i get a TSwitch() Object for Type "L"
Question : can i show TSwitch() "in" XBROWSE <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
if yes, how <!-- s:idea: --><img src="{SMILIES_PATH}/icon_idea.gif" alt=":idea:" title="Idea... |
can use SWITCH Control in XBROWSE ? | TSwitch is a control.
We can not have controls inside the xbrowse cells.
If we want to have the same appearance, the we need to make two bitmaps for ON position and OFF position, with the same appearance.
Then:
[code=fw:14gvq5e1]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oCol:<span style="color: #... |
can use SWITCH Control in XBROWSE ? | hi,
thx for Answer
under HMG i can put any Control in a Cell of "GRID" (WC_LISTVIEW)
under Xbase++ i have use "DatePicker" in XbpBrowse() which is like XBROWSE
not sure about how it work with "GRID" but under Xbase++ i can create my "own" Column CLASS
[code=fw:1dx4a552]<div class="fw" id="{CB}" style="font-family: ... |
can use SWITCH Control in XBROWSE ? | hi,
i did found c:\fwh\samples\testdtp.prg
it does have EDIT_DATE or EDIT_TIME as "nEditType" of Column
[img:21zbp53z]https://i.postimg.cc/bJCjRZwX/XBROWSE-DATE.jpg[/img:21zbp53z]
there are
[code=fw:21zbp53z]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#defin... |
can use SWITCH Control in XBROWSE ? | [quote:13jhzo80]i like to request EDIT_LOGIC
[/quote:13jhzo80]
This is implemented as:
[code=fw:13jhzo80]<div class="fw" id="{CB}" style="font-family: monospace;">oCol:<span style="color: #000000;">SetCheck</span><span style="color: #000000;">(</span> <span style="color: #000000;">[</span>aBmps<span style="colo... |
can use SWITCH Control in XBROWSE ? | [quote:1f3rc0g2]create my "own" Column CLASS[/quote:1f3rc0g2]
Using our own column class:
[code=fw:1f3rc0g2]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">CLASS</span> TMyColumn <span style="color: #0000ff;">FROM</span> TXBrwColumn<br /><span style="color: #B900B9;">//</span><b... |
can use SWITCH Control in XBROWSE ? | Can also derive our own browse class from TXBrowse.
[code=fw:32gydij0]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">CLASS</span> TMyBrowse <span style="color: #0000ff;">FROM</span> TXBrowse<br /><span style="color: #B900B9;">//</span><br /><span style="color: #00C800;">DATA</s... |
can use SWITCH Control in XBROWSE ? | hi,
thx for Answer
i will try it if i can implement SWITCH Control in own CLASS FROM |
can't open bcc582\lib\uuid.lib ? | Hi,
I use fwh1103\samples\buildh.bat to build a simple prg to exe, it always show " unable open file uuid.lib
buildh.bat
...
echo d:\borland\bcc582\lib\uuid.lib + >> b32.bc
...
TKS!
Shuming Wang |
can't open bcc582\lib\uuid.lib ? | Maybe [color=#FF0000:3lsgt0l3]BCC32.CFG [/color:3lsgt0l3]and [color=#FF0000:3lsgt0l3]ILINK32.CFG [/color:3lsgt0l3]
in Path [color=#FF0000:3lsgt0l3]\BCC582\Bin [/color:3lsgt0l3]not defined ?
Best Regards
Uwe <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> |
can't open bcc582\lib\uuid.lib ? | ukoenig,
Yes!
TKS!
Shuming Wang |
can't see menu | windows 2003 ceI can't see menu in PPC// FiveWin for Pocket PC - Using PullDown Menus#include "FWCE.ch"//----------------------------------------------------------------------------//function Main() local oWnd DEFINE WINDOW oWnd TITLE "Tutor03" ; MENU BuildMenu() ACTIVATE WINDOW oWnd ; ON CLICK MsgInfo(... |
can't see menu | Kajot,Please check that the resources has been properly placed inside the EXE file. You can use a tool like Borland Resources Workshop to check it.Also, you may test the EXE in the Windows Mobile emulator to see if the menu is shown there. |
can't see menu | I tested the EXE in the Windows Mobile emulator and I can't see MENU, what is RC file |
can't see menu | kajot,Please review samples\TestMenu.prg and TestMenu.rc to see the way to build pulldown menus in Windows Mobile, thanks |
can't see menu | where may I found the describtion rc file ? |
can't see menu | kajot,TestMenu.rc is located in fwppc\samples\TestMenu.rc |
cancel clause with tsbutton still fires valid | I have run across a problem with tsbutton, latest FWH, and Xharbour builder.
I create a dialog with some gets with valids and tsbutton with cancel clause. When I press the button it still executes the valid on the get that has focus at the time.
Is anyone else having this problem?
Do you need for me to create sample? |
cancel clause with tsbutton still fires valid | I use:
[code:2kvd9ewo]
////////////////
function teste()
////////////////
local lButton:=.f.
....
....
REDEFINE GET aoGets[01] VAR aDados[01] ID 101 OF oDlg PICTURE '99999' ;
VALID lButton(@lButton) .and. VerDados( @aDado... |
cancel clause with tsbutton still fires valid | Gale:
Try this: In Control.prg Method KillFocus() add TSBUTTON like this line
METHOD KillFocus( hCtlFocus ) CLASS TControl
local oWnd
if ! Empty( hCtlFocus ) .and. ::bValid != nil .and. WndParents( hCtlFocus, ::hWnd ) .and. ;
( oWnd := oWndFromhWnd( hCtlFocus ) ) != nil .and. ;
Upper( oWnd:Classna... |
cancela la impresión desde printersetup() | Hola estimados
Se puede cancela la impresión desde printersetup() (para seleccionar una impresora) al colocar CANCELAR
Gracias
David
Argentina |
cancela la impresión desde printersetup() | Listo...
printersetup() si se coloca "Cancelar" devuelve 0 (cero)
Igualmente gracias
David
argentina |
cancela la impresión desde printersetup() | o invés de PrinterSetup() coloque assim;
[code=fw:1g54shsc]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">If</span> GETPRINTDC<span style="color: #000000;">(</span><span style="color: #000000;">)</span> == <span style="color: #000000;">0</span> <br /> <span s... |
cancela la impresión desde printersetup() | hola colegas,
yo he tratado de hacerlo en distintos reslises del fwh y no me funciona , pense que con la v9.07 se prodria corregir
pero no ,me mando dos veses el cuadro de dialogo de la impresora , tanto al cancelar como al aceptar.
haber si alguein ya lo tiene intalado se lo agradeceriamos mucho.
ha yo lo estoy hacie... |
cancela la impresión desde printersetup() | [quote="JOSEMAR":bjc3t6hs]hola colegas,
yo he tratado de hacerlo en distintos reslises del fwh y no me funciona , pense que con la v9.07 se prodria corregir
pero no ,me mando dos veses el cuadro de dialogo de la impresora , tanto al cancelar como al aceptar.
haber si alguein ya lo tiene intalado se lo agradeceriamos mu... |
cancela la impresión desde printersetup() | Hola,
Yo utilizo esto para seleccionar la impresora :
[code=fw:umdus40z]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> selecimpresora<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><span style="color: #00C800;">loc... |
cancela la impresión desde printersetup() | Lautaro..
Tente assim;
[code=fw:1no0cumr]<div class="fw" id="{CB}" style="font-family: monospace;"><br />hDC := GetPrintDC<span style="color: #000000;">(</span> GetActiveWindow<span style="color: #000000;">(</span><span style="color: #000000;">)</span> <span style="color: #000000;">)</span><br /> ... |
cancela la impresión desde printersetup() | Yo he usado esto en algunas ocasiones, cuando en algunos reports sé que el usuario puede cancelar la impresión.
[code=fw:erzdafzn]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</span> REPORT<span style="color: #000000;">(</span>nParam....<span style="color: #0... |
cancelar botão contrário do mouse - tabs | Amigos, como cancelar o botão contrario do mouse em uma TAB
tentei assim:
otabs:bRClicked := { || ( NIL ) }
mais não funciona.
Obrigado |
cancelar botão contrário do mouse - tabs | podrias probar oTab : bRClicked := { || .t. }
saludos |
cancelar botão contrário do mouse - tabs | horacio, não funciona:
oTab:bRClicked := { || .f. } |
cancelar botão contrário do mouse - tabs | SGS,
Puedes hacerlo como has indicado:
otabs:bRClicked := { || nil }
pero necesitas modificar la clase TTabs de esta forma:
[code:90271ly5]
METHOD RButtonDown( nRow, nCol, nFlags ) CLASS TTabs
local oMenu, n, l2007 := .f.
if ::lDrag
return Super:LButtonDown( nRow, nC... |
cancelar botão contrário do mouse - tabs | Obrigado Sr.Antonio! |
cannot create dialog box | Hola; tengo un problema muy extraño. Quisiera saber si a alguien le paso:
tengo una aplicacion que corre prefectamente con FW y Blinker; la pasé a FWH c/ Harbour; si bien tube que cambiar algunas cosas, en general funciona bien: ahora, hay una ventana con un Browse, al hacer 2 click sobre este browse, debería abrirse ... |
cannot create dialog box | mira si no estais usando una TSBROWSE en vez de una TWBROWSE O UN CONTOLE BORLAND EN EL DIALOGO. |
cannot create dialog box | Hola; gracias, ya encontre lo que era; tenia un recurso definido como "tbitmap"; encima lo tenia y no lo estaba usando; lo saque y funciono perfecto. Gracias.
[quote="karinha":28wd9rzb]mira si no estais usando una TSBROWSE en vez de una TWBROWSE O UN CONTOLE BORLAND EN EL DIALOGO.[/quote:28wd9rzb] |
cannot load wininet.dll | Coelgas,
He compilado varios ejemplos para FTP y todos me indican el mensaje (cannot load wininet.dll) lo probé en otro PC con XP emite el mismo mensaje.
Necesito un ejemplo funcional FTP (Fw24 o FW26) |
cannot load wininet.dll | Juan,
Prueba este ejemplo y dinos que valor te sale en pantalla:
[code:qzaq3a1y]
function Main()
local hDLL := LoadLibrary( "wininet.dll" )
MsgInfo( hDLL )
FreeLibrary( hDLL )
return nil
[/code:qzaq3a1y] |
cantidad de items en un TREE | hola.
en un tree, si hago un len(oItem:aitems) me devulve la cantidad de item de esa rama, pero si existen ramas dentro de ese "oItem" no me las cuenta, debo hacerlo recorrindom la rama misma. Hay algun atributo o DATA que la clase tenga esa cantidad de items?
gracias. |
cantidad de items en un TREE | Prueba así:
local nItems := 0
oTree:Scan( { || nItems++, .F. } ) // la forma completa sería { | oItem | nItems++, .F. } .F. significa que no ha encontrado lo que busca
MsgInfo( nItems ) |
cantidad de items en un TREE | barbaro, necesitaba eso para progresar ocn el CORTAR y PEGAR,
asi lo subo definitivo.
gracias. |
cantidad de items en un TREE | ::oTree es mi arbol
::oItemCortar es la "rama" que quiero cortar, con sus item dentro, que la selecciono cando hago esto:
[code=fw:33v0w8sz]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> MenuPop<span style="color: #000000;">(</span> nRow, nCol <span style="colo... |
cantidad de items en un TREE | Gustavo,
la cantidad de items que contiene un item:
Len( oItem:aItems )
La cantidad de items que contiene el contenedor del item:
Len( oItem:oParent:aItems ) |
cantidad de items en un TREE | bien,
si me permitis voy a colgar aca el metodo que quiero hacer para saber
cuantos item posee el actual nodo, haciendo recursividad me imagino, con esos dos metodos que me pasaste ninguno me dice el total en si, solo los items que posee un nodo, pero si en ese nodo hay un "parent" no lo cuenta... y es lo que necesito ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.