topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
info sobre mediator ... | Amiguito
Mediator és un SQL RDD por xBase i acede a tablas SQL en MySQL, SQL Server i Oracle.
Con Mediator tu no usas tablas .DBF directamente. Con ADS si.
Tu puedes seguir usando MySQL con Eagle, FCSOdbc, Condor i SQLLib(Brasil). |
info sobre mediator ... | ok, gracias rochina
salu2
paco |
info sobre mediator ... | [quote="Francisco Horta":3jkikcqv]pues eso, alguien ha usado mediator?, creo que se pueden seguir usando las dbf y cdx bajo mediator como ambiente sql, alguien que comparta alguna experiencia, lo que pasa es que en los desarrollos que voy a hacer tengo un win server 2003, entonces estoy con la disyuntiva, uso dbf y cdx... |
info sobre mediator ... | Solo para puntualizar, no se como funciona Mediator, pero una herramienta que en la presentacion hace lo mismo SQLLIB que es la que nosotros usamos, trabaja a MySQL y/o PostGreSQL con comandos xBase, pero como menciona Rene, en algunas opciones se nota la lentitud, pero existen llamados directos a los comandos y/o func... |
info sobre mediator ... | gracias a ambos,
de hecho me parece lo mas factible mysql,
salu2
paco |
info sobre mediator ... | Hola Enrique:
Estoy leyendo que vives en Lima-Perú ... te saluda Lucho Montero vivo en Lima te paso mi hotmail para charlar.
<!-- e --><a href="mailto:lmonterof04@hotmail.com">lmonterof04@hotmail.com</a><!-- e -->
Saludos.
Atte.
Lucho Montero. |
info su: oget:ldrag:=.t. | Salve, mi viene male chiedere in questo nuovo forum .... magari poi mi abituo.
Dati del mio (ennesimo) problema:
... get oget1 var pippo1
... get oget2 var pippo2
oget1:ldrag:=.t.
oget2:ldrag:=.t.
activate ....
Volevo che al muovere di pippo1 si muovesse anche pippo2
ho provato con:
oget1:bMoved:={ || miafunzio... |
info su: oget:ldrag:=.t. | Prova con
oget1:bMMoved:={ || miafunzione() }
(nota le due M)
EMG |
info su: oget:ldrag:=.t. | ho provato ma non succede niente con:
oget1:bMMoved:={ || miafunzione() }
sembra che miafunzione() non venga richiamata mentre trascino l'oggettoooooo !!
Any idea?
Piscicelli/Zingoni |
info su: oget:ldrag:=.t. | Sì, hai ragione. Quello serve quando muovi il mouse sull'oggetto non quando muovi l'oggetto stesso. Forse
oDlg:bMMove
ma se non va non ho altre idee.
EMG |
informe dinámico | sigue este hilo:
[url:1pxkb0au]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=26146&hilit=runadhoc[/url:1pxkb0au]
es un generador de informes no se quien es el autor, pero es un buen trabajo
[img:1pxkb0au]http://i66.tinypic.com/2exv5fp.jpg[/img:1pxkb0au]
cuelgo el prg por si no ... |
informe dinámico | Se me ocurre que utilices EASY REPORT |
informe dinámico | Saludos, que tal crear un array con las columnas que el usuario quiera, y luego llevarlas a un xbrowse y usar oBrw:Report().? tengo que hacer algo parecido y es la unica idea que se me viene, es mas, mi idea es que el usuario escoja las columnas y mueva de posicion las que quiera, bajo la situacion que abra unas que no... |
informe dinámico | amigos, alguien tendrían un informe dinámico, donde el usuario puede elegir los campos que se desea imprimir?
Gracias, saludos. |
informe dinámico | Gracias señores. |
informe dinámico | [quote="karinha":169cnzdq]Gracias señores.[/quote:169cnzdq]
Karinha, resolvistes algo..? gracias, saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> |
informe dinámico | if you search there is a good class TInforme by alanit .José Luis Sánchez Navarro.. I use this from 5 years very good!!
p.s. <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=20860&hilit=tinforme">viewtopic.php?f=6&t=20860&hilit=tinforme</a><!-- l --> |
informe dinámico | [quote="Silvio.Falconi":2d2fplex]if you search there is a good class TInforme by alanit .José Luis Sánchez Navarro.. I use this from 5 years very good!!
p.s. <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=20860&hilit=tinforme">viewtopic.php?f=6&t=20860&hilit=tinfor... |
ini file | Do you have a little sample of an ini-file?Regards,Michael |
ini file | Michael,Windows Mobile does not provide support for INI files management.But you can use this code to adapt it and have the similar functionality:<!-- w --><a class="postlink" href="http://www.fivetechsoft.com/files/utilities/inifile.zip">www.fivetechsoft.com/files/utilities/inifile.zip</a><!-- w --> |
ini file | Thank you!Best regardsMichael |
ini file - function to get all key-value for a section | What is the function to retrieve all pair of keys and values under a specific section?
Is it this? <!-- m --><a class="postlink" href="https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-getprivateprofilesection">https://learn.microsoft.com/en-us/windo ... ilesection</a><!-- m -->
TIA |
ini file - function to get all key-value for a section | This returns all the keys of a section:
[code=fw:9f07bu9c]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">FUNCTION</span> GETPVPROFSECTION<span style="color: #000000;">(</span> cSection, cIniFile <span style="color: #000000;">)</span><br /><br /> <span style... |
ini file - function to get all key-value for a section | Thank you very much Enrico |
ini return only integer when type is numeric | If a [b:ixp4e9n6]numeric[/b:ixp4e9n6] value such as 100.50 is stored in an ini file, reading it back will return 100 not 100.50. The decimal part is somehow excluded. The following is the full scenario
1. App.ini contents:
[code:ixp4e9n6]
[Balance]
BF_COL_K=6300
BF_COL_L=2473.50
[/code:ixp4e9n6]
2. The in... |
ini return only integer when type is numeric | Hua,
the TIni-class does not support floating-point values, but you can save and read these value as a string and then convert it back to numeric with Val(). |
ini return only integer when type is numeric | Thanks for the reply Stefan <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> . Initially I was surprised because I thought if TIni class was able to correctly read/set variable type such as date and logical then surely a numeric type would've been handled correctly also.
My ... |
iniciar en Andrid | Amigos del foro tengan buenas tardes
En años pasados construí una aplicación para ver la Biblia en PC, me llama la atención construir la aplicación para dispositivos Andrid, por favor me pueden orientar como me inicio en este tema ojala paso a paso, supongo algo del código me sirve... bueno escuchare atentamente
Un A... |
iniciar en Andrid | ---???--- |
iniciar en Andrid | Jairo,
Tienes que utilizar las herramientas de desarrollo para Android que proporciona Google:
[url:2e04ilzt]http://developer.android.com/sdk/index.html[/url:2e04ilzt] |
iniciar en Andrid | Jairo, una buena solución para desarrollo en Android (o multiplataforma) es [url:1qcbjh8m]http://phonegap.com/[/url:1qcbjh8m]
Si no puedes o quieres desarrollar en Java, sólo necesitas HTML5, CSS y Javascript <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Sal... |
iniciar en Andrid | Hola Jairo,
Yo me fui con esto [url=http://basic4android.com:3kd7b8jn]B4A[/url:3kd7b8jn], es de pago pero efectivo, me resolvio.... |
iniciar en Andrid | la solucion :
Phonegap ....
Multiplataforma ( minimos cambios entre Android ,IOS , windows 8 , etc... )
Desarrollo Super activo apoyado por Adobe .
Desarrollo en escritorio con un editor de textos si quieres.
Herramienta phonegap build ... envias los archivos a Adobe te ellos te los compilan para cada plataforma y d... |
iniciar en Andrid | Gracias
Por los comentarios de cada uno, y el proposito de llevar la Aplicacion de la Biblia para Androit, deja entrever que mucha agua correra bajo el puente
Reitero mis agradecimientos a todos
Cordialmente
Jairo Barbosa |
iniciar en Andrid | [quote="pablovidal":1vug22e9]Hola Jairo,
Yo me fui con esto [url=http://basic4android.com:1vug22e9]B4A[/url:1vug22e9], es de pago pero efectivo, me resolvio....[/quote:1vug22e9]
But i not support dbf files but we must make to convert to db (sqllight) |
iniciar en Andrid | Excelent Information |
iniciar un array en objetos... | Hola.
Voy al grano, tengo este codigo:
[code=fw:2djrfxvr]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">CLASS</span> tPadron<br /> ...<br /> <span style="color: #00C800;">DATA</span> nColOrdenada<br /> <span style="color: #00C800;">DATA</span> aColumnasOrdenar<br />... |
iniciar un array en objetos... | Hola...
Por lo que puedo ver al momento que llamas a New()
::aColumnasOrdenar no tiene ningina infornacion
y estas haciendo
::nColOrdenada := ::aColumnasOrdenar[1] //aqui no hay nada
y despues es que le agregas informacion a esa data
oPadron := tPadron():new(::oConexion, ::cQuery)
oPadron:... |
iniciar un array en objetos... | [quote="Daniel Garcia-Gil":3kk8x3qg]Hola...
Por lo que puedo ver al momento que llamas a New()
::aColumnasOrdenar no tiene ningina infornacion
y estas haciendo
::nColOrdenada := ::aColumnasOrdenar[1] //aqui no hay nada
y despues es que le agregas informacion a esa data
oPadron := tPadron():ne... |
iniciar un array en objetos... | Gosfancito...
El detalle es que
[quote:i6cnudqt] DATA aColumnasOrdenar[/quote:i6cnudqt] aqui no hay nada osea aColumnasOrdenar se queda con NIL y luego en New() estas atribuyendo un valor que realmente no existe.
Puedes declarar asi...
[quote:i6cnudqt] DATA aColumnasOrdenar AS ARRAY INIT {0,0,0}[/quote:i6cnudqt]
... |
iniciar un array en objetos... | Perfecto. Pruebo
[quote="Ricardo Ramirez E.":2b1qyo3x]Gosfancito...
El detalle es que
[quote:2b1qyo3x] DATA aColumnasOrdenar[/quote:2b1qyo3x] aqui no hay nada osea aColumnasOrdenar se queda con NIL y luego en New() estas atribuyendo un valor que realmente no existe.
Puedes declarar asi...
[quote:2b1qyo3x] DATA aC... |
iniciar un array en objetos... | Voy a ser mas explicito asi se me entiende.
Quiero lograr pasarle como DATA a la clase tPadron las columnas que permito ordenar, [b:1mofecco]::aColumnasOrdernar[/b:1mofecco] pero tengo error ya que nunca toma el valor que le paso, en cambio en las otras variables (tambien arreglos) si los toma...
[code=fw:1mofecco]<... |
iniciar un array en objetos... | "Que despues le estas pasando"... como? no entendi.
Pq no pasas como argumentos y luego en ::New() asignas los valores como en el ejemplo que mostré.
A ver si esto sirve, o quizas entendi mal <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
[code=fw:123zltgs]<div class="fw" id="... |
iniciar un array en objetos... | Porque se me hacia mas claro pasarlo como comunmente se lo hace, por ejemplo, en la tw....
ahora ya lo resolvi. paso los parametros pero no en el NEW.
[quote="Ricardo Ramirez E.":xaxjyx0i]"Que despues le estas pasando"... como? no entendi.
Pq no pasas como argumentos y luego en ::New() asignas los valores como en ... |
inlnchrt error de compilacion | Hola
Deseo empezar a implementar los graficos en browses y reports y al querer compilar el ejemplo \samples\inlnchrt.prg me aparece un error [b:3e9myjy4][color=#FF0000:3e9myjy4]METRO_AMBER variable no existe[/color:3e9myjy4][/b:3e9myjy4].
Vi que hay un define en colores.ch que lo tiene definido pero esta anulada.
Inten... |
inlnchrt error de compilacion | Acabo de comprobar que en mi ejemplo inlnchrt.prg, no aparece referencia al define que comentas, pero, si en el tuyo aparece, quita las marcas de comentario en colores.ch y pon el #include "colores.ch", y prueba |
inlnchrt error de compilacion | Hola
Ya encontre donde esta el error
En la clase xbrowse llama a un array de colores que estan definidos en 'colores.ch'
Ahora bien, el 'colores.ch' no esta incluido en la clase xbrowse por lo tanto no encuentra las definiciones adecuadas.
Le agregue #include 'colores.ch' en la clase xbrowse y todo se arreglo
Gracias p... |
input big5 chinese word | Hi
When I press NEW button and input "???" save to into DBF. tcbrowse and TGET show Garbled.
[img:3fhnmfgl]https://i.postimg.cc/MKYzxLxv/2021-07-09-225109.jpg[/img:3fhnmfgl]
when I press modify button, TGet show full chinese name and no problem. but tcbrowse show name not work.
[img:3fhnmfgl]https:... |
insertando un tooltip | Compañeros, buenos días:
Tengo el siguiente código:
[code=fw:1804o695]<div class="fw" id="{CB}" style="font-family: monospace;"> hbmp = ReadBitmap<span style="color: #000000;">(</span> <span style="color: #000000;">0</span>, cPathBMP<span style="color: #000000;">)</span><br /> ...<br /> <span style="color... |
insertando un tooltip | Lorenzo,
Como la imagen la estás dibujando sobre la ventana, en realidad es a la ventana a la que deberías
asignarle el tooltip y el dblclick:
oWnd:cTooltip = "Mi tooltip"
ACTIVATE WINDOW oWnd MAXIMIZED ;
ON PAINT ( DrawBitmap( hDC, hbmp, 0, 0 ) ) ;
ON DBLCLICK MsgInfo( "DblClick" ) |
insertando un tooltip | Mil gracias Antonio,
Siempre MUY EFICIENTE!! |
insertar imagen en recurso | estimados amigos, necesito insertar una imagen en recurso hecho con workshop, el tema es que elemento uso del workshop para que me la posicione en la ventana
Tbitmap , o tBtnBmp.
se activa tal como sigue abajo??
1) Redefine IMAGE ofoto id 601 OF oDlg ADJUST
ofoto:LoadBmp("FOTO001.JPG")
ó
2) redefine IMAGE ... |
insertar imagen en recurso | Hola Norte_67:
En codigo con recurso:
REDEFINE IMAGE oImage ID 400 OF oDlg FILENAME cImage ADJUST MESSAGE "Imagen asociada" UPDATE
y el recurso con workshop:
style "TImage"
En la carpeta \samples tienes ejemplos, creo que el ejemplo se llamaba testimg.prg ( hace mucho q no miro ejemplo, pero creo que se llamaba as... |
insertar linea con el editor de recursos de C | Hola a todos.Como hago para insertar una linea en un dialogo? estoy utilizando el visual C para crear el recurso.Gracias. |
insertar linea con el editor de recursos de C | a que te refieres con colocar una linea? ya que entre los objetos hay uno que pone lineas verticales o horizontales, por lo menos en pellec c, imagino que debe ser igual... busco el objeto y te lo digo... |
insertar linea con el editor de recursos de C | Justamente eso busco, pero en el visual C no lo veo. te dejo una captura.[url=http://img60.imageshack.us/my.php?image=barraccn4.jpg:3kkqqeln][img:3kkqqeln]http://img60.imageshack.us/img60/9869/barraccn4.th.jpg[/img:3kkqqeln][/url:3kkqqeln]y mira esto en pelles c[url=http://im... |
insertar linea con el editor de recursos de C | [quote="goosfancito":3matpog9]Justamente eso busco, pero en el visual C no lo veo. te dejo una captura.
[url=http://img60.imageshack.us/my.php?image=barraccn4.jpg:3matpog9][img:3matpog9]http://img60.imageshack.us/img60/9869/barraccn4.th.jpg[/img:3matpog9][/url:3matpog9]
y mira e... |
insertar linea con el editor de recursos de C | Jua! perfecto. gracias.[quote="joseluisysturiz":3llf7d5n][quote="goosfancito":3llf7d5n]Justamente eso busco, pero en el visual C no lo veo. te dejo una captura.
[url=http://img60.imageshack.us/my.php?image=barraccn4.jpg:3llf7d5n][img:3llf7d5n]http://img60.imageshack.us/img60/9869/barracc... |
insertar un registro entre dos registros en un xbrowse ? | Hola quiero insertar un registro entre dos registros en un xbrowse
cuando el usuario se le pase registrar un dato y que pueda inserta el que se salto
e visto en la aplicación DBF Viewer 2000, que si se puede insertar un registro entre otros
esta es la pagina [url:u27cfq7n]https://www.dbf2002.com/[/u... |
insertar una ""columna"" en un array multidimensional? | Hola.
Tengo un array de 3 columnas por x filas, necesito insertar una columna de x filas.
[quote:3s53f1pu]de esto:
1 4 5 6
8 1 5 9[/quote:3s53f1pu]
[quote:3s53f1pu]a Esto:
1 x 4 5 6
9 x 7 8 9[/quote:3s53f1pu]
no se utilizar el ains en los array multidimensional...
gracias. |
insertar una ""columna"" en un array multidimensional? | Hola,
esto debería funcionar
[code=fw:2umo0jzp]<div class="fw" id="{CB}" style="font-family: monospace;"><br />aData := <span style="color: #000000;">{</span><span style="color: #000000;">{</span><span style="color: #000000;">1</span> ,<span style="color: #000000;">4</span>, <span style="color: #000000;">5<... |
insertar una ""columna"" en un array multidimensional? | GRACIAS! |
inserting image | How can I use the Img tag in showing a picture ?[/u] |
inserting image | You mean in this forum? Just upload the image to some where like <!-- m --><a class="postlink" href="http://www.imageshack.us">http://www.imageshack.us</a><!-- m --> and simply paste in the URL generated by imageshack. Note that imageshack offers 2 method for displaying images using [img] BBCode. The format used by php... |
instalar programas en el pocket (crear un acceso directo) | Pues eso como puedo crear un acceso directo a mi programa en el pocket-emulador .
De paso se publicaron unas utilerias para pocket en los foros que ya no estan , seria interesante publicarlas aqui (no se lo que tenian) |
instalar programas en el pocket (crear un acceso directo) | Selecciona la opción File-Configure...-Shared Folder desde el menu del emulador, y escoge el directorio que se compartirá entre el PC y el PocketPC.
Luego ve al emulador y selecciona el Storage Card (en el File manager, es el botón del centro abajo), y verás tu programa, y haciendo click en él puedes ejecutarlo. |
instalar programas en el pocket (crear un acceso directo) | Si eso ya está , yo me refiero a poner un acceso directo ¿? , como si fuera un programa mas . |
instalar programas en el pocket (crear un acceso directo) | Buena pregunta <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
la verdad es que hasta ahora no lo habíamos intentado...
Por lo visto el menú sólo admite nueve items máximo, y por defecto no viene níngun acceso directo en el desktop.
A ver si otros usuarios han sabido resolv... |
instalar programas en el pocket (crear un acceso directo) | Ya esta resuelto
Existe un miniprogram¡lla que resuelve el problema,se llama newshortcut.zip es free y lo encontrais en [url:1e2c293i]http://www.scottandmichelle.net/scott/cestuff.html[/url:1e2c293i]
seguiz las instrucciones , funciona en el emulador . |
instalar programas en el pocket (crear un acceso directo) | Estupendo,
Muchas gracias! <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
install program | Almost completed my conversion from FW192 (1995) original version to FWH 32bit. All is working well and now bug testing. But now I need a new install program. I've been using installshield...very old version. They now charge 700 USD...very expensive. Any suggestions on an alternative to installshield.Thanks much. |
install program | [url=http://www.innosetup.com/isinfo.php:2vqvcjge]Inno Setup[/url:2vqvcjge] |
install program | Inno Setup is free and very good.Regards,James |
install program | Hua & James:Already tried it and its easy and real good.Thanks for the info.Harvey |
install program | Harvey,another very good and free installer is NSIS. [url:2f665yr3]http://nsis.sourceforge.net/Main_Page[/url:2f665yr3]If you want to have a similar look as InstallShield, there is an additional UI (user interface) you can use.[url:2f665yr3]http://nsis.sourceforge.net/Experience_UI[/url:2f665yr3... |
install program | You can also try Installer2Go and Setup2Go. They have a freeware version of each. One is for Microsoft .msi and the other creates .exe install files. Very easy and complete.<!-- m --><a class="postlink" href="http://dev4pc.com/installer2go.html">http://dev4pc.com/installer2go.html</a><!-- m --> |
install program | James & Hua:Trying to use Inno. It seems pretty good. But I can't get two things to work. An Icon on the shortcut created. And the correct "Start In" field on the shortcut properties. Using what they said: WorkingDir: "{app}" should put the correct info in the start in field but doesn't. Your help will be appreciated... |
install program | Harvey,I am still using an older version of Inno (4.2.0) so yours may vary.Here is an example of one of my scripts for the desktop shortcut.Name: "{userdesktop}\Task Tracker"; Filename: "{app}\TASK.exe"; Tasks: desktopicon; WorkingDir: {app}I do think that the icon has to be compiled into the EXE. Are you doing that? I... |
install program | Harvey, I'm not sure whether the method that I adopted is the recommended approach or not on how to do things but it works for me. I normally place icons that I want for the shortcut in a 16-bit dll.Below is a template of an actual inno script that I use.[code:2p8icjv5]
; Script generated by the Inno Setup Script Wiz... |
install program | giving up on INNO can't get it to set the Start In field. Looking at Installerto go. It seems to work fine but I do have an issue with it that I'll post in the next day or so. Thanks to all for you assistence. |
install program | Harvey,>giving up on INNO can't get it to set the Start In field.If you right-click on the shortcut and select properties what is showing? I never had any trouble with this so it must be something simple--I'm sure we can solve it.James |
install program | Its a blank in the Start In field. Nothing shows up. |
install program | james one other item. You said:> I do think that the icon has to be compiled into the EXE. Are you doing that?I assume you mean to include it in my compiled rc file? |
install program | Harvey,>Its a blank in the Start In field. Nothing shows up.Did you remove the quotes around {app} as I suggested in a previous message? If so, please email me a copy of your entire script file.>I assume you mean to include it in my compiled rc file?Yes, in your RC file. The entire contents of the RC file gets compiled... |
install program | [quote="James Bott":37mdoiub]I note that you have quotes around {app} in the WorkingDir clause and I don't.[/quote:37mdoiub]Just a FYI, all {app} in my scripts have quotes and so far seems to produce what's wanted (Including the Start In field). |
install program | Hua,>Just a FYI, all {app} in my scripts have quotes and so far seems to produce what's wanted (Including the Start In field.Thanks for that.Two things come to mind. Either app has not been defined for some reason, or maybe it is a probloem with the OS.Harvey, are you running Vista?James |
install program | Running XPHere's the code you requested.[code:190614q9]
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Up Your Cash Flow"
#define MyAppVerName "Up Your Cash Flow xt2009beta"
#define MyAppPublisher "GPS"
#define MyAppUR... |
install program | Hello hag,I use Inno Setup with ISTool.Did you try ISTool?Regards,Otto[img:3qetu0vs]http://www.atzwanger.com/fw/inno.jpg[/img:3qetu0vs][quote:3qetu0vs]What is ISTool, and why was it created?
Jordan Russell has created a fantastic setup compiler that creates setups that can match most of the commercial i... |
install program | Harvey,You are missing the WorkingDir: clause on this line:Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon This is the line that creates the desktop shortcut.I also note that you have the EXE listed twice in the Files section. This is unrelated to the shortcut problem.Regards... |
install program | [img:wpuk6586]http://www.atzwanger.com/fw/inno1.jpg[/img:wpuk6586] |
install program | IDEA :many years ago I made a Install setup in fivewin& clipper we can modify it If you want hwelp me because I not have much time |
install program | James and all it is working now. The line of code as indicated by james was the problem.Thanks.. |
installing on win 7 and 8 and 10 | I when I install my application with Innosetup creates a folder "Data" in Programmi86 and works well only that the application should create a folder "Data" and this other subfolders with files DBF.
in programmi88 \ family this folder there is (and is not even hidden) but the program works well in linking all archives... |
installing on win 7 and 8 and 10 | Silvio,
the main installpath :
[color=#0000FF:1q7v6m63][b:1q7v6m63]c_path := [/b:1q7v6m63]cFilePath(GetModuleFileName( GetInstance() ) ) [/color:1q7v6m63]
from there You can define Your subdirectorys like
[color=#008000:1q7v6m63][b:1q7v6m63]c_path1 := c_path +[/b:1q7v6m63] "SYSTEM\"
[b:1q7v6m63]c_path2 := c_path +... |
installing on win 7 and 8 and 10 | Uwe,
perhaps you not understood me
I have a application made with fwh
I made the setup program with ISS ( innosetup)
When I install this exe setup on a pc with win7/8/10 Operating system innosetup instal the application on
[b:2opevgry]C:\Program Files (x86)\Family[/b:2opevgry]
I see the folder and found
[i... |
instant refresh | How can I have instant refresh after deletion a record .
[code:f42ootpe]
#include "fivewin.ch"
#include "xbrowse.ch"
function main()
local oWnd,oBar
field me_mc_serl, me_date
set date format to "DD/MM/YYYY"
set deleted on
set resources to "test04.dll"
setHandleCount(9... |
instant refresh | oBrw:Refresh() |
instant refresh | It does not do instant refresh. Refresh happneded after moving the cursor between records . I added in such way :
[code:1el15ep7]
method _delete(oBrw,oDlg)
if msgYesNo("Delete this record?")
super:delete()
endif
oBrw:refresh()
return self
[/code:1el15ep7] |
instant refresh | Ehab
I assume you have SET DELETE ON ... and do you not have to skip to the next record after you DELETE ??
Rick Lipkin |
instant refresh | What I needed is to make the record deleted disappeared immediately from the browse ( INSTANTLY). That what I asked for .
Thanks |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.