| |
|
|
| ¡Hola Franco,
Problema en el Beispielen Subicons,etc ,en denen Editfelder para Einsatz kommen: EnableEdits(listview&,1) In algunos Codes fehlen el folgenden beiden Zeilen: texto$=011111 SelectColumnEdits(listview&,addr(texto$)) Dies ha a Folge, daß el Programa accidentes,si uno con el Cursortasten en el 1.Spalte oder en letzte Spalte hinaus navigiert.In Texto$ muß al Anfang una 0 posición.Dann funktioniert el Ganze , allerdings puede ser el 1. Spalte no erreichen. Das Ejemplo Text_suchen klappt , porque una 0 como erstes en el Texto$ es.Das war wohl más Zufall . Oder ?
Saludo Ralph |
|
|
| |
|
|
|
| Hi,
Yo teste lo heute abend oder morgen. Gracias para el Referencia !
Saludo, Franco |
|
|
| |
|
|
|
| Hi,
podría Yo no nachvollziehen, en me funktioniert alles bestens. Hast du bajo Win 98 getestet ? EnableEdits kann durchaus sin SelectColumnEdits aufgerufen voluntad. In diesem Fall kann en allen Spalten editiert voluntad.
Saludo, Franco |
|
|
| |
|
|
|
| ¡Hola,
Richtig Win98 XProfan .
Gibts en Win98 Einschränkungen ?
Saludo Ralph |
|
|
| |
|
|
|
| ¡Hola Franco,
hier unos pocos Infos para Fehler:
ungültige Página en Modul KERNEL32.DLL en 0167:bff73641. Register: EAX=00000000 CS=0167 EIP=bff73641 EFLGS=00010246 EBX=00000180 SS=016f ESP=ffffff9b EBP=0166f550 ECX=00000000 DS=016f ESI=0000004e FS=31d7 EDX=0040b161 ES=016f EDI=ffffff9b GS=0000 Bytes en CS:EIP: 5f 5e c9 c2 0c 00 52 51 33 c0 48 50 50 65 ff 32 Stapelwerte:
Page 0167 --> GlobalDeleteAtom
GlobalDeleteAtom The GlobalDeleteAtom function decrements the reference count of a global cadena atom. If the atoms reference count reaches zero, GlobalDeleteAtom removes the cadena associated with the atom from the global atom table.
ATOM GlobalDeleteAtom( ATOM nAtom // atom to delete );
Parámetros nAtom Identifies the atom and character cadena to be deleted. Volver Values If the function succeeds, the volver value is zero.
If the function fails, the volver value is the nAtom parameter. To get extended error information, call GetLastError.
Remarks A cadena atoms reference count specifies the number of times the cadena has been added to or removed from the atom table. The GlobalAddAtom function increments the reference count of a cadena that already exists en the global atom table each time it is called.
The only way to ensure that a atom has been deleted from the atom table is to call this function repeatedly until it fails. When the reference count is decremented to zero, the next GlobalFindAtom or GlobalDeleteAtom function call fails.
GlobalDeleteAtom has no effect on a integer atom (a atom created by using the MAKEINTATOM macro). The function always returns zero for a integer atom.
Saludo Ralph |
|
|
| |
|
|
|
| Hi,
no Einschränkungen...
GlobalDeleteAtom() ? Das kommt no de meiner Dll. Yo benutze no Atome.
Am besten schickst du me de tiempo una lauffertigen Code, así Yo testen kann.
Saludo, Franco |
|
|
| |
|
|
|
| ¡Hola Franco,
GlobalDeleteAtom es Bestandteil el Kernel32.dll. Yo glaube, daß el übergebene String texto$ el Problemas macht. Wenn uno el erste Punto 0 setzt funktioniert el Ganze. Das Ejemplo Eigene_eingabe benutzt el Función enableedits no.
Si usted una Beispielcode necesidad, kannst du todos el Codes de Usted nehmen ,el Enableedits benutzen. En Text_suchen mußt Usted el erste Punto de Texto$ 1 conjunto, entonces stürzt él bajo Windows 98 con el gleichen Fehlermeldung (s.o) de.
Saludo Ralph (P.S. Viel Spaß beim Nachbarn ) |
|
|
| |
|
|
|
| Hi,
ok, Yo voluntad el veces al Wochenende versuchen a testen. Saludo, Franco
P.S. Ist eigentlich una Nachbarin... |
|
|
| |
|
|
|
| ¡Hola Ralph,
testest du Por favor, algo passiert, si du el Cuerdas mittels texto$=Blahblah+Chr$(0) angibst ? Yo bin siempre todavía no 100%ig sicher, el todos Profano-Cuerdas en allen Systeme siempre con un Nullbyte schliessen...
Saludo, Franco |
|
|
| |
|
|
|
| ¡Hola,
desafortunadamente gleiches Ergebnis.., Choque.
Der Fehler tritt en , si la erste Punto en el String 1 es. Texto$ = 01111 funktioniert Texto$ = 11111 stürzt de,sobald uno con el Tab-taste oder mittels Haga doble clic en en el erste Felde springt.
Saludo Ralph |
|
|
| |
|
|
|
| ¡Hola Franco,
hast Usted el Fehler nachvollziehen puede.
Saludo Ralph |
|
|
| |
|
|
|
| ¡Hola Ralph,
desafortunadamente todavía no. Yo hoffe, Yo vengo morgen dazu. Hab selber sí kein Windows 98.
Saludo, Franco |
|
|
| |
|
|